Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
New user needs help with pages/grids
Message
From
26/10/1998 08:54:17
 
 
To
26/10/1998 08:51:22
David Waters
Sir Arthur Lewis Community College
Castries, St Lucia
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00150428
Message ID:
00150436
Views:
16
>edward,
>thanks for responding. i have tried adding This.Refresh to page 2 and it still comes up with a blank grid. part of the problem may be the fact that in addition to marking the records for deletion, i also have a menu option that packs the table to remove the records. i didn't like gaps in the reports from records marked for deletion. so, the user marks the record for deletion on page1 and then goes to page2 to view the data. after the user selects 'remove deleted records' from the menu the grid on page2 goes blank. i am using version3 of VFP. thanks, david

This case you should restore Grid.Recordsource programmatically:
*** page.activate event
This.Grid.Recordsource=This.Grid.Recordsource
This.Grid.Refresh
Note, that combining packing and data entry screens is abnormal application approach. It's enough to set SET DELETED ON and 'gaps' will not be visible for users.
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform