Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Calling method from several grids
Message
 
 
À
05/11/2002 16:22:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00719062
Message ID:
00719080
Vues:
16
Hi Randy, I assume you are calling a function external to the grid?

you probably need to pass a reference to the grid object like this
* in grid textbox
DO ProcedureName WITH This
then in the procedure you can reference the object value directly
PROCEDURE ProcedureName
LPARAMETERS oTextBox
SomeValue = oTextBox.Value
>Hi. VFP7 user. When I call a method from the valid of a textbox in a grid, Fox won't let me use "this.value". Any thoughts or expertise would be appreciated.
- Craig

"If you're not prepared to be wrong, you will never come up with anything original."
- Sir Ken Robinson
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform