| Thread | Last Post | Replies |
|
| FoxTalk Reborn | 10 Mar 2008 15:33 GMT | 27 |
Our friends in the DFPUG have purchased FoxTalk magazine and are re-starting it under a new title: http://portal.dfpug.de/dFPUG/Portal/FoxRockX/ Authors are reporting that they're already reviewing galleys of the first
|
| RTF Control | 10 Mar 2008 12:49 GMT | 2 |
What do I need to include (OCX etc) in my setup program to enable the RTF control on my end users machine?
|
| Experiences of VFP 8.0 running in Vista | 10 Mar 2008 00:08 GMT | 10 |
Good day everybody, I have a few applications developed using VFP 8.0 running on XP. My company is going to change from XP to Vista, therefore I have to make sure that my applications still work well in Vista.
|
| line is too long in eval or & | 09 Mar 2008 20:38 GMT | 5 |
I have a very long string that i am trying to evaluate, and it returns. "LINE IS TOO LONG". what are the limitations for eval or macro substitution? thanks, Marty
|
| The resource file is not valid | 09 Mar 2008 16:03 GMT | 4 |
I get "The resource file is not valid, overwrite it with a new empty one?" almost every time I open a .pjx, but NOT all the time. I already checked past threads here, and deleted the foxuser
|
| faster query style | 08 Mar 2008 23:35 GMT | 1 |
Is there any noticeable speed difference in these two queries? select * from table1, table2 where table1.field=table2.field blahblahblah select * from table1 where table1.field in (select field from table2)
|
| Help With "Line Too Long Error' | 08 Mar 2008 22:50 GMT | 4 |
I am using Foxpro 2.6 for Dos . I am getting "Error 18 : Line Too Long " . The program has been working fine & out of the blue it started giving me this error . No idea what could have changed . The line where i am getting it pasted below :
|
| Table is in used | 08 Mar 2008 22:33 GMT | 3 |
How to determine if a table is currently using by other user? Thank
|
| XMLTOCURSOR | 08 Mar 2008 22:02 GMT | 4 |
I’m applying the following code: CLEAR ALL cXMLvar = FILETOSTR("C:\Mydir\Myfile.xml") nRecords=XMLTOCURSOR(cXMLvar)
|
| VFP9 browse exit problems. | 07 Mar 2008 21:34 GMT | 7 |
I use browse frequently in development. VFP9 (SP2) has an annoying habit of crashing (C00005) when I hit the esc button or ctrl-F4 to close the browse screen. Does not happen so much in exe. Anybody got a solution to this?
|
| Novice Error | 07 Mar 2008 20:55 GMT | 5 |
Very Novice here. Getting this error message within Visual FoxPro program. Error number: 11Error message: Function argument value, type, or count is invalid.Line of code with error: IF "TEST" $ UPPER(pcParams)Line number of
|
| Chicago FUDG Mar'08: Rick Borup on QuickBooks QODBC | 07 Mar 2008 16:29 GMT | 2 |
For our March seminar Rick Borup will travel up from Champaign to show us how to work with QODBC. QODBC is A fully functional ODBC driver for reading and writing QuickBooks 2008-2002 accounting data files by using standard SQL queries. Many
|
| VFP Query Solution | 06 Mar 2008 12:38 GMT | 1 |
I have one problem, data and output I want as per below description. What query should I need to write ? CODE DATE QTY TIME A 02/02/2008 5 10:30
|
| Keyboard Search With Combobox | 05 Mar 2008 21:15 GMT | 2 |
Hello and thanks for the Help. I have a grid with several comboboxes that have a RowSource as a Cursor containing the options. When the user clicks on the drop down, they can type in text and have the
|
| How to fix corrupt FPT files? | 05 Mar 2008 20:01 GMT | 3 |
Is there any way (besides the Abri Recover program) to repair corrupt FPT files? Zoom
|