Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid column won't display related field ?!?!?!?!?!!
Message
From
14/11/2000 10:33:21
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Grid column won't display related field ?!?!?!?!?!!
Miscellaneous
Thread ID:
00441594
Message ID:
00441594
Views:
42
I have a column in a grid which is supposed to show the vendor_name for the corresponding vendor_number. The tables are related properly, but the entire column shows the same vendor_name, even though each record has a different vendor_number.

column1.bound=.f.
column1.currentcontrol='vendno'
column1.controlsource='vend.name'
column1.sparse=.t.

column1.text1.controlsource='vend.name'
column1.text1.readonly=.t.

column1.vendno.controlsource='items.vendno'


Table items is related to table vend via the vendno field.

Please help me understand this.
Next
Reply
Map
View

Click here to load this message in the networking platform