Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP 7 Grid needs to reestablish dblclick code
Message
From
02/04/2004 18:31:55
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00891905
Message ID:
00891928
Views:
26
>After I viewing table in a grid, switching sourcecode from one table to an SQL result, then returning the sourcecode back to the original table I have lost the Grid.Column3.text1.dblclick code.
>
>How do I re-instate the dbl click for this?

Before you pull the rug out from under the grid by changing the RecordSource, do this:

cOldRS = thisform.oGrid.RecordSource
thisform.oGrid.RecordSource = ""
* get your new data here
thisform.oGrid.RecordSource = cOldRS
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform