Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Method access from grid control
Message
From
08/04/1998 20:59:09
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00090019
Message ID:
00090645
Views:
20
>>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()' ? )
Previous
Reply
Map
View

Click here to load this message in the networking platform