Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Updating grid
Message
From
21/07/1999 17:06:57
 
 
To
21/07/1999 17:05:06
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00244388
Message ID:
00244391
Views:
12
>Hi all, I have a form with a combo box containing Fiscal Year ends and a grid containing info specific to each FYE. My problem is, when the user selects a FYE thru the combo box, the whole form should update with the new specific FYE info(which it does) however, the grid does not update to display the new FYE info.
>
>I tried using thisform.pageframe1.page1.grdbasegrid1.refresh but it doesn't work. Any suggestions?
>

It depends on what recordsource you use for the grid. If, for example, it's a cursor, then you should repopulate it, by e.g. running SELECT_SQL. If it's view then you shoud Requery it, etc.
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform