Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Make Grid using CreateObject()
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00633658
Message ID:
00633664
Views:
18
>When using CreateObject() and AddObject() to create a Grid on a form, how do I add ComboBox class to one of the columns?

Pretty much the same way as anything else.

Assuming grid init(), for example, something like the following:
this.columns(1).addobject('combobox1','combobox')
Previous
Reply
Map
View

Click here to load this message in the networking platform