| Thread | Last Post | Replies |
|
| Add values which are not already in a table | 31 Jul 2008 19:15 GMT | 8 |
I know there's a way to do this via insert SQL, but my brain is too addled to function... I must add rows where the values in those rows are not already present in a table. It's something like: insert into <table1> (field1, field2) from <table2> where not exist (select
|
| InternetExplorer automation question? | 31 Jul 2008 13:10 GMT | 2 |
Is there a way to turn off the 'navigation' sound w/ automation code.? This is the clicking sound when IE page loads. I know I can turn this off on my own computer thru Control Panel - but I need to do this in my application.
|
| Trigger problem | 31 Jul 2008 07:40 GMT | 5 |
Group, Is there any way to get around a trigger when trying to remove a duplicate record? I get 'trigger failed' , of course. Would I have to delete the procedures (i.e modify procedures) and redo them after the delete?
|
| Looking for VFP developer | 30 Jul 2008 07:01 GMT | 6 |
I am in Montreal looking to hire a VFP developer. The application is human resources and payroll. Knowledge of West Wind WebConnect would be an asset. Bilingual French-English also. (Is this the right place to post this?)
|
| COPY TO command captalization | 30 Jul 2008 04:36 GMT | 2 |
I am using COPY TO command copy a file with a long file name which containing space from a windows XP to a Windows 2003 Server. Originally the file name is in large capitalize. But after copy to the 2003 server, the file name becomes small captialize.
|
| Confusing performance difference | 29 Jul 2008 19:56 GMT | 9 |
VFP8 SP1 on XP Pro SP2 I have some code that was running a bit slowly: SELECT DISTINCT colToFix ; INTO ARRAY colArray ;
|
| Listing the administrators of a workstation | 29 Jul 2008 19:52 GMT | 4 |
I am looking for a function that returns all the administrators of a given workstation. Does somebody know?
|
| Date to Integer Q. | 29 Jul 2008 19:35 GMT | 12 |
Is it possible to turn a date to an integer? jm*
|
| Foxpro 10???? | 29 Jul 2008 15:20 GMT | 45 |
I've been developing in Foxpro for about 10 years now. With the news from Microsoft that development has now ceased and it's exclusion from the Visual Studio framework I've been considering moving away to something with more longjevity?
|
| Message Form | 29 Jul 2008 09:27 GMT | 5 |
I am trying to display an information form whilst other processing continues. I cannot use WAIT as it won't accept a text variable (required) or MESSAGEBOX as it always waits for user acknowledgement. I want to display a window which has text coming from a variable but continue ...
|
| VFP + MySQL Server foto exchange | 29 Jul 2008 07:30 GMT | 1 |
hy, i need programming code, i trying select foto from mysql into client program FoxPro,but nothing.
|
| problems with my.vcx | 28 Jul 2008 22:33 GMT | 3 |
I am trying to use the My object in a program. When I run it on my computer, it works fine, but when I run it on another computer, it fails. Here is the code: My = newobject('My', 'my.vcx')
|
| Export query results (not a report) as HTML? | 28 Jul 2008 16:44 GMT | 4 |
Whats the command to export the results of a query as a HTML page? I can do it by clicking "FILE" --> "SAVE AS HTML" but I want to setup a real simple program to query and spit out a *.html file... any ideas?
|
| Development environment configuration | 28 Jul 2008 11:29 GMT | 2 |
A couple of quick questions about the vfp9 development environment 1. Is there a way to lock the properties, data session and command windows in place so that each time I restart they are in the same spot and docked the way I last used them or if I inadvertently close them they ...
|
| Copy to Excel Date Field Q. | 28 Jul 2008 10:00 GMT | 6 |
How, when you copy a dbf out to an XLS file, how can you make the date range sortable? What I am getting is the field is only sorting my month, not month/day/year. Any knowledge that you can share would be great. Respectfully,
|