Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Removing columns from grid in devel
Message
 
 
À
16/05/2002 14:56:54
Dragan Nedeljkovich
Now officially retired
Zrenjanin, Serbia
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00657610
Message ID:
00657699
Vues:
32
>>I know how to remove a grid column from a run-time environment with Grid.DeleteColumn[(nIndex)] method, but it's rather silly that I don't know how to do it in development environment when I "paint" the grid to the form.
>>Actually, the only way I know is to set the Grid.ColumnCount property, but that's not exactly what I want.
>
>Apart from what Naða (Nadya, how do you like your name spelled like this?) told you, you can also use the programmatic approach. Select the

Looks like some greek letter, but I'm not sure about how it's called.

grid, then in command window
>
aselobj(aArr)
>oGrid=aArr[1]
>oGrid.DeleteColumn(nOneYouWant)
>
>(®iv bio i velik ti poras'o)
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform