| Thread | Last Post | Replies |
|
| Codepage | 29 Jan 2004 20:22 GMT | 3 |
Is it possible to stop the code page selection screen appearing when I open a free table for the first time forexclusive use?
|
| Saving to a SQL Table and not using a view and including contents of a MEM file. | 27 Jan 2004 00:23 GMT | 2 |
I am trying to save data to a SQL database but I dont have a view to do it with. I tried using Insert Into but that is not working either. The problem is I have the values of an array that i want to save using the command (SAVE TO MEMO Settings ALL LIKE aSaveState)
|
| ODBC Trace not creating log file | 23 Jan 2004 00:06 GMT | 1 |
I'm using "MDAC 2.7 SP1 ON WINDOWS XP SP1" according to the component checker found at http://support.microsoft.com/default.aspx?scid=kb;[LN];307255 When I start an ODBC Trace from the ODBC Data Source Administrator, no log
|
| Can I use libmysqld with vfp6 | 22 Jan 2004 16:21 GMT | 1 |
I have following code, but got error "Data type mismatch" on executing mysql_real_connect. DECLARE INTEGER mysql_real_connect IN libmySQL ; INTEGER lMYSQL, ;
|
| Problem with FoxPro/Visual Basic 6 | 21 Jan 2004 16:17 GMT | 1 |
I wrote an application (Visual Basic 6) that inserts a record in a foxpro database (dbc) after the insertion i retrieve de ID of that record. With that particular ID I do a "Select * from table where ID=" & ID on the DBC. But the record is not found the recordset.eof and recordset ...
|
| security | 19 Jan 2004 14:57 GMT | 2 |
Hi experts, I am using VFP6. Is there is any way to protect my database (including all tables) using pwd (like in access) or any encryption method? The only one way I know is adding into project and compile. But that is not
|
| Fox Pro 6.0 Print Preview | 18 Jan 2004 15:00 GMT | 1 |
How do I preview a report in version 6.0 in which I select only the data I want? I can preview the whole report but can't seem to be able to preview just the data I want without showing the whole report. I never had this problem in version 2.6.
|
| please help me for driver | 15 Jan 2004 15:12 GMT | 3 |
I'm looking for driver for vfp. I have WINDOWS XP PROF. on my computer. Can you help me ? i have found just drivers for win 95/98/2000/nt :-(
|
| Unable to Resolve Back Link Error | 14 Jan 2004 23:19 GMT | 2 |
I have a VFP7 application which is run from a network share. My executable and runtime files are on Server01 on \\Server01\MyAppFolder , and the data files are on Server02. In my MAIN.PRG is the statement: SET PATH TO \\Server02\MyAppDataFolder
|
| How to get the field value by use field()? | 14 Jan 2004 07:22 GMT | 1 |
I get the field name by using field(). but I don't know how to get the field value pls help
|
| How add/insert one more column to the cursor ? | 13 Jan 2004 22:37 GMT | 5 |
SQL2K with FOXPRO 6 I have a program which selects so many columns and save it in the cursor. Now I need to add one more column to the same cursor but does not work. My cursor name the xjobnbr. I search the xjobnbr on my c drive and found
|
| Set Order Descending sets all instances of a table | 12 Jan 2004 21:30 GMT | 1 |
Most of the time, if I have two or more workareas with the same table open and a cdx tag set, setting (or opening Again .. Order ..) one tag to Descending will set the other instances of the table with active orders to Descending. Similarly, setting one instance to Ascending will ...
|
| OPEN DATABASE EXCLUSIVE | 12 Jan 2004 07:40 GMT | 2 |
In a procedure in MPR I have the next code: OPEN DATABASE mydb EXCLUSIVE ? ISEXCLUSIVE("myDB",2) && the result is .f. ??? I can't realise why it isn't open exclusive
|
| 1541 - Connection XXX is Busy | 11 Jan 2004 18:11 GMT | 2 |
I am geting the above error when I run a TABLEUPDATE(.F.,.T.) using a remote view pointing at a MS SQL database/table. The rest of the application workd fine but there is this one area that is returning the above error. The view in question had buffermode=3 and this is the second ...
|
| Timestamp in VFP 7 | 11 Jan 2004 13:58 GMT | 1 |
is possible to make (automatically updated) timestamp field in VFP7 table. thanks :) petr
|