Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid on a container in a form
Message
 
À
14/05/1998 15:40:40
John Goodrich
John A. Goodrich & Associates
San Jose, Californie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00099556
Message ID:
00099559
Vues:
20
>I have a grid that is on a container that is on a form, on the form I
>have a txtbox called txtqty1. I am trying to access the value of txtqy1 from the lostfocus event of a textbox on the grid. I have defined a variable as public to get around this, but I still need to
>put a value in txtprice when I multiply the txtqty1*cost.
>My question is how to access txtqty1 from the textbox on the grid.

You can refer to it directly by using THISFORM.txtqty1

to get its value use THISFORM.txtqty1.Value
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform