| Thread | Last Post | Replies |
|
| Data environment in form remembers Design time Location of Tables | 21 Feb 2006 19:17 GMT | 4 |
We have an app designed with forms using the data environment. On the developer / design time, we point to c:\gwtest\data for a form, ASSETMAIN we use the data environment to open tables. At run time we have in our MAIN.PRG
|
| VFP6 C0000005 on Server 2003 | 16 Feb 2006 15:18 GMT | 3 |
Has anyone had trouble with VFP crashing on MS Server 2003? I have been troubleshooting all the usual suspects, corrupt indices, bad memory chip, etc., and nothing seems to be jumping out as the culprit, but it crashes on a different line of code almost every time. I'm just
|
| CASCADE Sql | 16 Feb 2006 02:27 GMT | 3 |
Dear friends, I tried to execute this sql in access 2003 (direct in access and using VFP8) ------------ 1. create table master (id text(10), name text(100))
|
| ODBC | 16 Feb 2006 01:40 GMT | 3 |
Friends, Can I create an ODBC (user DSN and system DNS) from within my VFP8 application? I dont have VFP database or tables used in my application. I am using Firebird, SQL Server and Access databases
|
| VFP7 code edit window crashes horribly on an xp SP2 laptop | 09 Feb 2006 08:19 GMT | 9 |
Hi guys! Wierd one today - I dumped VFP7 onto my XP sp2 laptop (I'm travelling and I sed the same image of it that I've used when restoring from a backup before. It works fine in my office when re-loading computers, but in this
|
| Move Blob image along with table pointer in VFP9 | 08 Feb 2006 17:38 GMT | 7 |
I have now converted images from a General field into a Blob field. I have read the article in KB about moving the image along with the pointer, but I cannot apply this since it uses programming code all along. I mostly use wizards to develop forms (with eg VCR buttons). ...
|
| combo and values not in list | 07 Feb 2006 13:31 GMT | 4 |
VFP 9.0 I need combo that gives to user possibility to choose value, but if there are not any agreeable value, user wants to enter that value "manually". Can I do this with VFP 9.0?
|
| cannot quit FoxPro problem | 07 Feb 2006 00:34 GMT | 2 |
I want to issue the "clear events" when the user closes the system window or clicks the Close button on one of my forms. I've created an executable application with FoxPro 7 and it has the following problem: when the user tries to close the system window by clicking the Close ...
|
| Cannot step through logic within a timer | 03 Feb 2006 22:37 GMT | 6 |
Re: VFP6 and VFP8 Using the debugger, I cannot step through the logic within a timer on a form. Create a new form
|
| VFP 5.0 Data Grid Move Focus Down 1 Row ?? | 02 Feb 2006 20:52 GMT | 1 |
In VFP 5.0, I have a form with a 3 column datagrid. I am adding a row to the underlying table in the 'lostfocus' event of the 3rd column. The idea is for the focus to go from the 3rd column in the current row to the first column in the new row.
|