Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Vanishing grid
Message
From
06/04/1999 13:29:10
 
 
To
06/04/1999 12:47:22
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00205594
Message ID:
00205656
Views:
17
>I launch the form and the data and grid appear momentarily and then vanish leaving the form with empty space where the grid is supposed to be and my command buttons that are on the form.

Could you make simple test? Add a button to your form with following code in its click event:
IF USED("mytable") && use real table alias
=messagebox("Ok")
Thisform.Mygrid.Recordsource="mytable" && use real grid name
Thisform.Mygrid.Refresh
ELSE
=messagebox("No")
ENDIF

and try it
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform