Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo's Sparse Property.
Message
From
29/06/1998 10:23:38
 
 
To
29/06/1998 10:18:38
Jayesh Vorani
Technova Imaging Systems Limited.
New Bombay, India
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00112473
Message ID:
00112477
Views:
23
>I am having a combo in a grid which displays the stock table field say name but actually stores stockcode in the table.What control source am i supposed to mention in the column's control source and what in the combo's control source? what the bound property of the table should be set to ? and should there be a relation between the stock and the child table?
>
>Regds.
>Jay.

Grid.Recordsource='gridtable'
Column.Controlsource='gridtable.stockcode'
Combo.Rowsourcetype=6
Combo.Rowsource='stock.name,stockcode'
Combo.Boundcolumn=2
Combo.Boundto=.t.
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform