| Thread | Last Post | Replies |
|
| Is Memo Corruption improved in VFP 8? | 30 Sep 2004 23:22 GMT | 14 |
I was wondering if anyone knew if MEMO (FPT) file corruption was improved in VFP 8. I was using VFP 6 and the memo files would get corrupted very frequently causing data loss which was very frustrating. Has this been improved in VFP 8?
|
| Copying files and folders with VFP | 30 Sep 2004 18:29 GMT | 2 |
I am wanting to use VFP6 to copy files and subfolders to my local drive from the network drive. I am creating a folder using the date function on my local drive and using the copy file feature works but it isnt' copying any of the subfolders.
|
| Why does my VFP EXE keep running in the background? | 30 Sep 2004 18:16 GMT | 4 |
My VFP executable continues to run in the background (verified by looking at Processes under the Windows Task Manager) despite exiting. I have main PRG program that CLEARS EVENTS, CLOSES ALL files and does a QUIT command to exit. Is there something else I need to do for it to ...
|
| try catch commond doesn't work on SQLEXEC | 30 Sep 2004 18:13 GMT | 4 |
I'm using vfp 8 to get data from a sql server 2000 database. I'm using a try catch command to do my error handling. The try catch command doesn't seem to catch errors thrown by the sqlexec function. I get a very ugly error message when there is a problem connecting to the ...
|
| Connectivity Error | 30 Sep 2004 18:13 GMT | 3 |
I am using an ODBC Connection to Microsoft SQL and Remote Views to send and receive data between Foxpro and SQL. I have to access several large tables in the SQL database and I open the tables at the start of my program. I have been getting the error "Connectivity error: ...
|
| VFP -> Excel -> Page Break | 30 Sep 2004 17:09 GMT | 5 |
Using VFP6 to create an Excel spreadsheet, I have everything working except inserting a page break. Recording a macro in Excel to do this results in ... ActiveWindow.SelectedSheets.HPageBreaks.Add Before:=ActiveCell I've tried passing in that parameter several different ways, ...
|
| Improving appearance of compiled progs. | 30 Sep 2004 14:59 GMT | 8 |
I have just finished my second truly useful application. It doesn't do much, just pulls out a list of phone numbers based on a partial account number and displays them in a query. I have compiled it to a .exe but it displays my form inside a "standard
|
| Installing VFP 9.0 | 30 Sep 2004 14:30 GMT | 1 |
I'm not able to install VFP 9.0. It comes up with Prerequisites setup to install "Setup runtime files" and "SOAP toolkit 3.0". But after a successful install, it keeps coming up with the same window. I did install VFP 9 on the same machine in June, but uninstalled it later on.
|
| use & or () or evaluate ? | 30 Sep 2004 14:08 GMT | 3 |
I have this piece of code working : x=CREATEOBJECT("test") DEFINE CLASS test As Custom aliasname = "test"
|
| Accessing network share name | 30 Sep 2004 13:43 GMT | 3 |
Can I reference a location using the network share name instead of mapping a drive? For example, instead ot G:\databackup\backup.dbf can I use \\SRDrive\databackup\backup.dbf?
|
| NT sp6 foxpro 2.6 "table is not ordered" | 30 Sep 2004 12:30 GMT | 4 |
I am getting the above message on a NT pc running a network app. we have other pcs running it ok including a different NT machine. i tried increasing the file handle size in config.nt and also changing the NIC and tried putting the pc on a direct connection with the server
|
| communication between instances of the same app | 30 Sep 2004 11:31 GMT | 7 |
First - many apologies I only meant to post this here but put in in m.p.f.v.forms in error first ... doh Hi I have an application which the user can run several instances of, 6
|
| CANCEL in SCAN..ENDSCAN changes selected work area to the one being SCANned | 30 Sep 2004 10:30 GMT | 6 |
I can sort of see why this is happening but didn't expect it. Just a "for your information" post really. * I thought "test2" would be selected when the program was cancelled * in fact, the cursor being SCANned is selected instead
|
| Displaying Pocket PC ink Control data | 30 Sep 2004 08:24 GMT | 3 |
I am working on a little Pocket PC app that stores people's signatures (using an ink control) in a binary format in Microsoft Access. The field type in Access is "OLE Object" or "Long Binary" in the CDB version. I need to import this data into a FoxPro table (on a regular ...
|
| Indexing on Buffered Tables | 30 Sep 2004 01:39 GMT | 3 |
I am using the following commands to Index a buffered table : =SQLEXEC(1,"SELECT * FROM XXX") ---- Setting updatable properties here ----- INDEX ON <fieldList> TAG TEMP
|