| Thread | Last Post | Replies |
|
| Extract files from general fld | 31 Mar 2004 01:16 GMT | 8 |
Hi everyone. Quick question - how does one extract files from a general field to put in a directory on the harddrive? I have the code for alowing the user to name the file again, but have not
|
| To use BROWSE or GRID or ... ? | 30 Mar 2004 03:21 GMT | 2 |
Example : I've a table containing 10 years invoices index by date. Now I need to view all invoices from 10/12/2002 to 20/12/2002 (10-December-200 to 20-December-2002). If I use BROWSE KEY
|
| CDX file bloat | 29 Mar 2004 14:47 GMT | 5 |
I have an application that need to continuously store data (in the order of 2000 records per minute with requirement of past 12 hrs data). Having issues with pack, i moved to sort of cyclic storage, updating records instead of inserting. Now, the dbf size is fixed, and it doesnt ...
|
| How to link 2 tables in data environment | 27 Mar 2004 16:24 GMT | 2 |
I have 2 tables table1 = Item_number Code
|
| International Problem (decimal point issue with OLE DB Provider) | 25 Mar 2004 23:47 GMT | 1 |
I have an application that will be used internationally. I don't have to worry about different langauages because the company that will be using it standardizes on English for their business. However, they DO use the local standards for numeric display, dates, etc.
|
| Base table fields have been changed - Error using remote views an | 25 Mar 2004 10:12 GMT | 3 |
I am using a database which is filled with remote views that connect to a MySQL db via ODBC. I created the views manually (no VFP- View Designer) and they seem to work quite fine, but everything changes when i connect to another MySQL database. Well, almost all of the views still ...
|
| Optimization Level | 24 Mar 2004 18:38 GMT | 6 |
I have been checking the optimisation of some queries using the Sys(3054) function using VFP8. The problem is I never get a 'Full' optimisation reported. I have even tried a free table
|
| Remote view but too many columns | 23 Mar 2004 18:45 GMT | 7 |
I'm trying to set up a remote view to a table that has 304 fields. When I try to add the table, it says, "Too many columns". Is there a way to do this? Kathy Weise
|
| "F1" help is missing | 19 Mar 2004 02:30 GMT | 2 |
Friends, I am using VFP6. After installation help file worked OK when "F1" is pressed. After I did something "F1" is no longer working.
|
| VFP6 and Access2000 | 19 Mar 2004 02:28 GMT | 1 |
Friends, I am using the following code to update a table in Access 2000 from VFP6 STORE SQLCONNECT('indomelpay', 'admin', '123') TO gnConnHandle IF gnConnHandle <= 0
|
| END TRANSACTION loses records | 17 Mar 2004 00:44 GMT | 1 |
I have 3 tables that I need to update in a transaction. I have each table set with buffering. Payments = buffmode 3, PaymentDetails = buffmode 5, AccountsReceivable = buffmode 5. One table loses the updates when END TRANSACTION is issued.
|
| Need to interoperate vith VFOX table on a Unix System | 16 Mar 2004 17:18 GMT | 2 |
Looking for some help and experience with VFOX table on Unix/linux Platform Is there any odbc driver or.... thanks jean
|
| VFP8 SP1 R.I. Builder BUG | 13 Mar 2004 13:42 GMT | 5 |
This bit us a few times until we figured out what was happening. Here's the summary: When you make changes to a DBC's R.I. rules, any existing trigger expression that includes an "OR" condition will be changed to an "AND".
|
| Stored Proceedure | 13 Mar 2004 04:21 GMT | 6 |
Is stored proceedure is only limited to storing SQL commands? How to execute them remotely? any tips or sample? Thanks a lot. /patrick
|
| treeview in a dbc R.I. | 12 Mar 2004 15:19 GMT | 4 |
I try to use a treeview (for its non-visual properties) in a R.I. stored procedure of a dbc. Is it possible ? How can I create an instance of this object in a RI ?
|