Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid problem
Message
From
17/01/2001 04:03:02
Wietze Veld
Exact International Development BV
Rotterdam, Netherlands
 
 
To
12/01/2001 22:44:25
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00462038
Message ID:
00464562
Views:
32
Hi,

If I understand correctly:
1. You click on the grid, and when you have selected a record, you want its field contents of cust_name to be displayed in textbox 5.

Have you set the controlsource of the text box to cust_name ??

If so, the only thing you'll have to do is to refresh the textbox when you have selected the record in the grid.

If not, you'll have to fill the contents of the textbox programmatically in f.i. the afterrowcolchange() method.

THISFORM.TextBox5.Value = mytable.cust_name

HTH,

Wietze Veld
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform