Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid refreshing
Message
From
06/08/2001 14:29:25
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00540286
Message ID:
00540309
Views:
19
You're going to have to re-execute the query that you are using as a rowsource. (Don't you have an into clause within the query?) Why not make life easier and set the recordsourcetype to 'alias' and the rowsource directly to 'trans'. The refresh command will then work.


>how do you refresh a grid? I have one with the following
>WITH THISFORM.grid1
>ROWSOURCE= "Select price,quantity,noun from trans"
>ENDW
>and a click of a cmd button does the following :
>SELE TRANS
>GO TOP
>DELE next 1
>PACK
>the grid goes empty after clicking. I've tried refreshing the form too.
Previous
Reply
Map
View

Click here to load this message in the networking platform