Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
The Readonly Combo in the Grid Blues
Message
From
28/07/2000 02:42:55
 
 
To
28/07/2000 00:52:54
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00398003
Message ID:
00398022
Views:
30
Hi Jimmy.

>> Then I set the properties, Column1.currentcontrol = Combo1, column1.Combo1.RowSource = SELECT stocknum from tomparco!inventory into stock_id, and RowSourceType = 3. I set RecordSource and ColumnSource programmatically in a method called grid_controls:


THISFORM.Grid1.RecordSource = 'trans_items'
ThisFORM.Grid1.Column1.ControlSource = 'trans_items.item_status' <<

Yoy say the combo changes the product ID, but column 1 of your grid is bound to something called item_status. I am a bit confused here.

Off the top of my head, you may want to make sure that the combo's style is 2-DropDown list.

Marcia
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform