Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid. Call function when click in a cell
Message
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01635792
Message ID:
01635801
Views:
54
>Hi,
>
>I want to call a function when a user double clicks in a cell of a grid and to pass to this function some information about the row and the column. How to do you do it?
>
>TIA

You can bind textbox in the grid double click event to either grid's double click event or form's method. The grid's RecordSource table.column is providing information about currently selected row.

See http://blogs.lessthandot.com/index.php/datamgmt/datadesign/grid-class-that-allows-sorting-by-clicki/ for some implementation details.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform