Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid based on View
Message
From
01/09/1998 14:45:48
 
 
To
01/09/1998 14:33:22
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00131987
Message ID:
00131991
Views:
15
>I have a grid in a form based on a veiw (from SQL server) - when the view is updated (to a new record) the gird blanks out (turns into a white square on the screen). I have tried to refresh the grid with no luck. Anyone have any ideas????
>
>
>Thanks

Do you mean that grid blanks out after Requery("view")? Normally, it should be so, but you can always fortify your code by issueing:
Thisform.Grid1.Recordsource=""
Thisform.Grid1.Recordsource="view1"
This way may involve additional coding if you have specific column settings and usually is not required for views, but it's still a way.
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform