Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combo inside of a grid
Message
De
18/11/1998 13:46:56
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Combo inside of a grid
Divers
Thread ID:
00158919
Message ID:
00158919
Vues:
61
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform