Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid
Message
From
26/12/2001 14:21:33
 
 
To
26/12/2001 13:57:34
Mario Felisbino
Construtora Andrade Gutierrez S/A
São Paulo, Brazil
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Re: Grid
Miscellaneous
Thread ID:
00598239
Message ID:
00598251
Views:
19
Hello Mario.

>> How to keep metodos (click, dblckick, ...) after update a grid :

thisform.grid1.recordsource = "temp"
thisform.grid1.recordsourcetype = 0

After update me lose my metodos maids previously. <<

That is because when you rip the grid's RecordSource out from under it, it has a nervous breakdown. If you want to vary what is displayed in the grid based on some parameter, you would be better off to create a parameterized view to use as the grid's RecordSource and when you want to change what is displayed, Requery the view.

HTH
Previous
Reply
Map
View

Click here to load this message in the networking platform