Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Preserving grid properties with a relation
Message
From
24/03/2004 19:37:23
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00888335
Message ID:
00889460
Views:
22
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform