Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo in a Grid
Message
From
10/07/1998 10:02:11
 
 
To
10/07/1998 06:28:30
Jayesh Vorani
Technova Imaging Systems Limited.
New Bombay, India
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00116040
Message ID:
00116114
Views:
15
Programmatically or visually? If visual-Once you add your class to the form designer controls toolbar, you can do this:

1. right click on the grid
2. select edit
3. click on your class on the toolbar
4. click on the column you want to add the cbo to
5. select the default txtbox (automatically added to the column) in the properties sheet.
6. click on the title bar of the form (to activate it)
7. press delete--this should leave you with one control-your cbo-in the column

If programmatically, something like this should work:

* myform.myGrid.myColumn1.init()
this.addObject( 'cbo1', 'myCBOclass' )

HTH

>I have a Grid in which the first column is the combo which displays the names
...snip
>what do i do if want to include this combo in a grid.Any Help or clues are
Previous
Reply
Map
View

Click here to load this message in the networking platform