Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unique object reference
Message
 
To
21/07/2000 10:58:07
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00395437
Message ID:
00395596
Views:
9
Steve,

The grid column has ONLY ONE Textbox. That is the one in the current row. The others are phantoms.

Stop using the object reference and pass the data from the recordsource. Use the grid's record source instead of the objects in the grid. The grid keeps the record pointer moving when you move in the grid so your other control can look at EVALUATE(Grid.Columns(TheColumnYouWant).ControlSource) to get the data for the textbox in the column.
Previous
Reply
Map
View

Click here to load this message in the networking platform