| Thread | Last Post | Replies |
|
| FoxPro and dbase 7 database files | 30 Mar 2008 16:54 GMT | 2 |
Can I use FoxPro or Visual FoxPro to read dBase version 7 files?
|
| menu bar vs modal/modeless forms | 22 Mar 2008 18:05 GMT | 1 |
I have a modless form running. User presses option from within this modeless form where a modal form pops up. If user, while these forms are open, selects a menu procedure that open a modeless form, will caus the table information in the modal form to be wiped out, even if
|
| How to refresh grid after INIT trigger? | 21 Mar 2008 16:10 GMT | 3 |
I have form which displays information in grid. I wrote a small program and link to INIT so when this form is loaded, init trigger this program which fix the quantity which is suppose to be displayed in the grid.
|
| create cursor; what can make it disappear during form use? | 20 Mar 2008 02:01 GMT | 4 |
I am stumped. I have a form where in the load event I create cursor mreg (field1 c (10), ...) Somewhere, while people are using the form (and other forms at the same time) , the temp cursor gets destroyed, I mean no longer exists. The problem is, there are conditions where I
|
| Can some please check these statements? | 12 Mar 2008 20:09 GMT | 7 |
Can some please tell me what is wrong with my coding here. I am trying to select data and save it cursor. Then I am selecting cursor and trying to insert this data into another table. Everything is fine, spelling is correct, it works fine in SQL Enterprise Manager but it does ...
|
| Event/Method of closing a form | 06 Mar 2008 19:20 GMT | 2 |
Like INIT is initiated while loading a form. What is the event/method for closing a form. I want to run a program as soon as someone close the form or click on X to close a form?
|
| VFP9.0: How to close form? | 01 Mar 2008 07:29 GMT | 4 |
Hi, how can I close the form from her INIT method?
|