Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Programmatically add combo to grid
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
Programmatically add combo to grid
Divers
Thread ID:
01290797
Message ID:
01290797
Vues:
47
Has anyone successfully/reliably added a combo to a grid at run-time.
The following code works but I don't see the combo, can anyone help?
WITH .Column5
.RemoveObject("Text1")
.AddObject("cboModelId","searchgrd_cbosrch")
.CurrentControl = "cboModelId"
.ControlSource = "tmpSiteEquipment.fkmodid"
.cboModelId.BoundColumn = 3
.cboModelId.BoundTo = .T.
.cboModelId.ColumnCount = 3
.cboModelId.ColumnWidths = "300,300,0"
.cboModelId.RowSourceType = 6 && Field
.cboModelId.RowSource = "salmodel.modelnumber,descr,pkmodid"
.cboModelId.Visible = .T.
ENDWITH
TIA
Trevor
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform