| Thread | Last Post | Replies |
|
| VFP 8 - converted Fox2.6 Form problem - objects invisible | 01 Dec 2008 22:09 GMT | 4 |
Converted a form from Foxpro 2.6 to VFP8. When I run the executable, select the menu option for the form. It appears correctly with all the labels, text and command buttons. When I move the mouse to the form to select a command button, everything becomes invisible. If I mouse
|
| Primary Key for the VFP 7 crowd | 01 Dec 2008 20:50 GMT | 19 |
Hi Everyone. Thanks for the help. Here's my idea for "Primary Key" code. Does anyone have anything more elegant or does anyone see any problems with this code? lnSecond = SECONDS() && get the SECONDS() value to be used in the key
|
| Connect to SQL Express 2005 | 01 Dec 2008 20:32 GMT | 8 |
I have a SQL Express 2005 database that I need to connect to using either VFP 7 or 9 to read the data from the database into our Fox application. I haven't been able to get the connection to work. Can anyone help me with this?
|
| Re: Adding a Procedure to an already existing Object Event | 01 Dec 2008 15:03 GMT | 7 |
Ok.. I have never tried this so here goes the big question. If I already have an object created.. Can I add a procedure to the objects .Release() Event at run time?
|
| Getting the current page in a page frame to redraw (including requrey) | 30 Nov 2008 16:57 GMT | 11 |
Hi, thanks in advance for the help and Happy Thanksgiving! I have a page frame control. Each page's activate event has the code necessary to query and update its controls.
|