Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Preserving grid properties with a relation
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00888335
Message ID:
00889460
Vues:
24
>One way to do this is to create views for the child grid.
>You can then add index to the view and also filter. It is the best way to do child grid.
>
>Also, one way to prevent losing grid setting is to create a class for the grid and create the grid object at runtime when the data change.
>
>
>Thisform.LockScreen=.t.
>thisform.removeobject("MYGrid")
>Select * from Mydata into cursor MyGridData
>thisform.AddObject("MyGrid")
>thsiform.LockScreen=.f.
>
Pretty useful, thanks
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform