Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
New user needs help with pages/grids
Message
De
26/10/1998 08:54:17
 
 
À
26/10/1998 08:51:22
David Waters
Sir Arthur Lewis Community College
Castries, St Lucie
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00150428
Message ID:
00150436
Vues:
15
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform