Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
COMBOBOX in GRID
Message
De
21/07/1999 01:46:46
 
 
À
09/07/1999 14:21:08
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00239559
Message ID:
00244006
Vues:
25
Edward

I have had problems with Combos in a Grid, the combos didn´t show me the current record values properly, besides other
problems. I tried different methods, and finally i changed only the next properties in the combo :


ColumnCount = 3
ColumnWidths = 52,300,50
ControlSource = PVITEM.IT_ITEM && Child record Key
Enabled = .T.
FontSize = 8
Name = Combo1
NumeberOfElements = 0
RowSource = PVART.CO_CVE, CO_DESC, CO_PRICE && Detail of the child record, in another table
RowSourceType = 6-Fields

"no events involved as you can see" and even i can add some columns with the detail of my childs records, of course
i have to define the properly relationships between my tables in the dataenviroment.

In your case, if you are trying to change the content of your combo dinamically, you can try to change the previous
properties values in runtime, maybe in Combo.GotFocus() event.


" .. Whatever the route it eventually returns to him.. "
Whatever the route it eventually returns to him...
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform