Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Re: Grid
Miscellaneous
Thread ID:
00389300
Message ID:
00389599
Views:
12
>If the columns of the grid are bound to fields in a cursor,
>then you can also bind the textbox to the same fields.

Using this approach, you'd also need to refresh both TextBoxes in the AfterRowColChange event.

Another alternative would be to reference the grid's control source directly in the AfterRowColChange event:

thisform.text1.value = MyTable.MyField1

thisform.text2.value = MyTable.MyField2
kenweber
GCom2 Solutions
Microsoft Certified Professional

Previous
Reply
Map
View

Click here to load this message in the networking platform