Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo inside of a grid
Message
From
18/11/1998 13:46:56
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Combo inside of a grid
Miscellaneous
Thread ID:
00158919
Message ID:
00158919
Views:
60
Hi,

I have parent-child relationship and the grid is the child. I one of the column in the grid is a combo box. This grid itself is using a separate table and the combo box is using a field from a different table, but everytime I select different value from the combo box. The value from the table won't change to the value that I selected from the combo box and the record keep on pointing to the first one on the table. Does everyone knows why? This is what I have in the grid and combo box.

grid1 > ChildOrder = prod_code
LinkMaster = Products
RecordSource = Suites
RecordSourceType = 1 - Alias
RelationalExpr = prod_code

grcProduct > Bound = .F.
ControlSource = Suites.code

grcProduct.cboProdCode > BoundTo = .F.
ControlSource = Suites.code
RowSource = Products.prod_code
RowSourceType = 6 - Field
Next
Reply
Map
View

Click here to load this message in the networking platform