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:
00633663
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?

Would this work for you?
With Thisform.Grid1
  .column1.removeobject('Text1')
  .column1.addobject('combo1', 'combobox')
Endwith
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform