| Thread | Last Post | Replies |
|
| VFP6 reading CLOB from Oracle | 31 Jul 2006 20:50 GMT | 2 |
I'm using VFP6 to read a CLOB field from an Oracle database on XP. I'm using the Microsoft Oracle driver. I can read other fields OK from the Oracle database. Not sure where to go from here...
|
| DragDrop and Grid | 31 Jul 2006 20:45 GMT | 1 |
I would like to be able to drag data from the textbox a grid into another control. Unfirtunately, this particular grid has its AllowCellSelection property set to .F. which seems to prevent the Drag and Drop operation from working
|
| Escape Key Ignored | 31 Jul 2006 18:12 GMT | 14 |
When the user presses the Escape key, my VFP9 program exits a loop, using the simple routine below. It works great except when other apps are running. VFP then ignores the Escape key and won't exit the loop. Is there a better way? Thanks.
|
| Virtual Machine for Foxpro | 31 Jul 2006 16:42 GMT | 6 |
Why don't we start a petition? :)
 Signature .~. Might, Courage, Vision, SINCERITY. http://www.linux-sxs.org / v \ Simplicity is Beauty! May the Force and Farce be with you!
|
| VFP database to SQL Server Database | 31 Jul 2006 08:28 GMT | 2 |
I want to Change VFP database to SQL Server Database VFP9.0 have a function "upsizing" Question1 after i complete the upsizing process,
|
| Disabling Combobox items | 31 Jul 2006 06:58 GMT | 1 |
I know that I can disable a combobox item by assigning a "\" to its value. How can I determine programatically if any combobox item is disabled? When reading the value, it does not return the "\" character. Cheers
|
| txtbox controlsource | 29 Jul 2006 16:24 GMT | 1 |
I want to use a single txtbox on a form to show either debits or credits depending which option is selected. I have therefore left the control source blank, and in the form INIT and when the selection is made have put into the click procedure
|
| uncommitted changes to buffered table (view) | 28 Jul 2006 19:38 GMT | 2 |
Is there a way to determine if there are uncommitted changes to a buffered view. I need to test this before performing a requery() on the view.
|
| browser.app not working | 28 Jul 2006 16:27 GMT | 8 |
After installation by the admin, the visual foxpro program directory became read-only for other users in the server. Now when you try to start the Class Browser (browser.app), it said it couldn't create browser.dbf. Does the Foxpro team know about this? Or was it my admin's
|
| How to track the creating of undeclared memvars | 28 Jul 2006 16:11 GMT | 6 |
I know there's a way to do this, but I don't remember how. Can someone help? Thanks. -Lew
|
| help please... | 28 Jul 2006 15:15 GMT | 2 |
hi to all, need some idea... the command "report form myreport to printer prompt preview" any function that disable's the printer icon in the print preview?, so that
|
| foxpro displaying window with no user logged in? | 28 Jul 2006 15:12 GMT | 4 |
Hi. Unfortunately I do not know foxpro very well, but I have to move an existing foxpro application from an NT machine to Windows 2K3. This program runs daily as a scheduled task. Normally, no one is logged into the machine at the time it runs.
|
| FTP from windows to IBM mainframe (MVS and VM), and Unix | 28 Jul 2006 10:26 GMT | 1 |
I am investigating the possiblility of converting and existing application form FoxPro for DOS to Visual FoxPro. The main function of the application is to FTP files to and from a PC (mainly IBM mainframe MVS and VM) and occassionally Unix.
|
| Select SQl problem | 28 Jul 2006 04:33 GMT | 2 |
How can I stop the target of a select SQL being left open after the select table. ie - no files open. SELECT * FROM Cust INTO CURSOR tmpCust
|
| Compiled .exe file doesn't run | 28 Jul 2006 00:27 GMT | 13 |
Hi everyone. I just completed an application in VFP 8. If I compile the application as am .app file, the application runs just fine. Problem is, the client that will be using this application doesn't have VFP, so I compiled the application into an .exe file. If the file is compiled
|