Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Method access from grid control
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00090019
Message ID:
00090645
Vues:
22
>>Is there a way to access a method from code for text in a grid (say LostFocus)?
>
>Kenneth, it is not clear for me what you are saying, if you mean how to call LostFocus method code of the textbox in a grid column you can call it
>myGrid.Column1.Text1.LostFocus()
>
>Nick
If you mean called from procedural coding outside the form, you would also need to include form object, e.g. goForm.Grid1.Column1.Text1.LostFocus() ( are you sure you don't want 'SetFocus()' ? )
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform