Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combobox in grid
Message
From
09/08/2005 09:21:03
Albert Beermann
Piepenbrock Service Gmbh & Cokg
Osnabrück, Germany
 
 
To
06/08/2005 23:43:18
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 8 SP1
Database:
MySQL
Miscellaneous
Thread ID:
01037801
Message ID:
01039521
Views:
20
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
Previous
Reply
Map
View

Click here to load this message in the networking platform