| Thread | Last Post | Replies |
|
| Converting Paradox Tables to VFP tables | 30 Nov 2003 19:56 GMT | 11 |
Does anyone know how to convert Paradox tables (.DB, .MB, .PX, .TV files) to VFP format ? I use VFP8, but I do have a copy of Delphi 5 Enterprise too. Jim Hawkins
|
| back link error | 30 Nov 2003 10:06 GMT | 1 |
I got error Unable to resolve back link in a vfp program made some years ago. error appear yesterday. I tried to free and link table to the database, but error stay there. any ideas ?
|
| Appending multiple files | 25 Nov 2003 21:16 GMT | 1 |
How could I append hundreds of files to a table without typing in the name of each file? Files have different names and dates but structure is same.
|
| Update SQL views | 25 Nov 2003 09:59 GMT | 1 |
How can I update a SQL Server 2000 view with a group by clause (and TOP 100 percent) with a VFP remote view ?
|
| File Size? | 23 Nov 2003 18:07 GMT | 5 |
Anyone knows of a quick function that tells me the file size of a dbf table? thanks
|
| Bug in combobox!!!! | 21 Nov 2003 21:19 GMT | 4 |
Hi, this is an error in combobox: 1. Run this application. 2. Without selecting a item open it clicking in the right arrow of the combobox.
|
| Using VFP Database as a Remote Database | 21 Nov 2003 10:20 GMT | 1 |
I have created an odbc connection to a remote vfp database as follows: \\200.100.0.62\c\pos\data\money.dbc, the dsn is CentralData
|
| Visual FoxPro 6.0 application performance unacceptable on a network | 19 Nov 2003 14:25 GMT | 3 |
Summary: When moving a VFP application from standalone to a LAN, the speeds drop from good (data entry responses: under a second; reporting: seconds) to an unacceptable crawl (over a minute; minutes). Any ideas how to fix this?
|
| Problem with BINDCONTROLS and grid | 18 Nov 2003 16:58 GMT | 2 |
The situation is pretty simple, so I don't understand why it doesn't work. A relatively simple form has bindcontrols = .F. Method form.init receives a parameter and constructs a cursor depending on that parameter, then sets form.bindcontrols = .T. Everything works fine when there ...
|
| Syntax error Create Table | 17 Nov 2003 15:11 GMT | 6 |
We are migrating our VFP application to Windows XP. The problem is we getting a Syntax Error in Create Table The application works fine under Windows 95/98 and 2000. We are using VFP Runtime version 6 and SP 4.
|
| ANother Language question. | 17 Nov 2003 09:55 GMT | 8 |
If you enter data on a Chinese version of windows how do you see the data as entered on an English version of windows? I've created 2 tables one with CP 936 and one with CP 1252. I've entered Chinese characters in both of them on a Chinese version of windows.
|
| Not enough memory error (false) | 16 Nov 2003 21:03 GMT | 3 |
I have an application that was written in Visual Foxpro 3.0. It is running on a 3 user Windows XP network. Intermittently an error occurs - "not enough memory to complete the requested operation". If the user clicks ignore (my error screen) all information is processed and ...
|
| Enumerate Tables/Indexes | 14 Nov 2003 14:33 GMT | 5 |
Is there a way to enumerate all the tables attached to a DBC? Is there a way to enumerate all the indexes defined for a table? Thanks. --Stewart McGuire
|
| Cursor Adapter | 13 Nov 2003 20:24 GMT | 2 |
I need information of cursor adapters Can anyone help me, please??? Thanks in advance. Martin Soto
|
| How no save data when table is buffermodeoverride=5? | 12 Nov 2003 21:02 GMT | 4 |
Hi, I want to know how can I save the data only that I need when the table is buffermodeoverride=5?. For example I enter the data, in one record I give a cod number 999, but if I enter a 000 when I save the data
|