Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid on a container in a form
Message
 
To
14/05/1998 15:40:40
John Goodrich
John A. Goodrich & Associates
San Jose, California, United States
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00099556
Message ID:
00099559
Views:
19
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform