Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calling method from several grids
Message
From
05/11/2002 17:12:45
 
 
To
05/11/2002 16:22:33
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00719062
Message ID:
00719080
Views:
15
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
Previous
Reply
Map
View

Click here to load this message in the networking platform