Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combo in a Grid
Message
De
10/07/1998 10:02:11
Nancy Folsom
Pixel Dust Industries
Washington, États-Unis
 
 
À
10/07/1998 06:28:30
Jayesh Vorani
Technova Imaging Systems Limited.
New Bombay, Inde
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00116040
Message ID:
00116114
Vues:
16
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform