Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Blank Grid
Message
From
08/03/2004 12:52:47
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00884147
Message ID:
00884155
Views:
8
Hi Steve,

First you should move the code to Activate
close data
use attend
You probably must add the following line, can not tell for sure without having seen all you code:
thisform.Grid1.recordsource=attend
You maybe must also add more lines to set controlsource to each column
And then your own code:
thisForm.Grid1.refresh()
thisForm.Grid1.setFocus()
>I have a form with a grid. When I open the table in the init of this form, the grid comes
>up blank. Can anyone explain what I am doing wrong? Here is what I have in the
>form's init
>
>close data
>use attend
>thisForm.Grid1.refresh()
>thisForm.Grid1.setFocus()
>
>Thanks
>Steve
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform