Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combobox in grid
Message
De
09/08/2005 09:21:03
Albert Beermann
Piepenbrock Service Gmbh & Cokg
Osnabrück, Allemagne
 
 
À
06/08/2005 23:43:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 8 SP1
Database:
MySQL
Divers
Thread ID:
01037801
Message ID:
01039521
Vues:
17
Hello Bernard !

I create a class with some spezial code at valid

At init of my form i do:
WITH thisform.p_grid1.column1
	.AddObject('mycombo1','mycombobox')  && this was what i did with the IDE
	.CurrentControl = "mycombo1"
	.Bound = .F.
	.Sparse = .F.
	.mycombo1.Visible = .T.
	.width = 70
	.header1.Caption = "Name"
	.mycombo1.rowsourcetype = 2
	.mycombo1.rowsource = "mycursor"
        .mycombo1.columnwidth = "40,100,60"

ENDWITH
Everything works

Best regards
Albert
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform