Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid. Call function when click in a cell
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
01635792
Message ID:
01635801
Vues:
49
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform