Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SetAll ?
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00676988
Message ID:
00677208
Views:
16
>THISFORM.GRID1.SETALL("DBLCLICK","THISFORM.GO","TEXT")
>
>( i want to run 'THISFORM.GO' when we double click on every column )

What you should do here is create a textbox class with ThisForm.Go() in its DblClick event. Then add this textbox to each column, and set the column.CurrentControl to point to the new textbox, instead of the default one.

Check out mskb#Q305985 HOWTO: Add Functionality to Your Dynamically Built Grid for more information.
My blog
My consulting page
My home page

Member of the Trim Your Auto-Quote Campaign!
What's another word for thesaurus?
Previous
Reply
Map
View

Click here to load this message in the networking platform