Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with changing column number in a grid
Message
De
04/02/1999 10:38:56
 
 
À
04/02/1999 09:32:34
Martin Thibault
Minière Québec Cartier
Port-Cartier, Québec, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00183840
Message ID:
00183874
Vues:
14
>During execution, I must change the column number in a grid. My basic code is like this.
>
>grid.recordsource = "" && to reset any link with it
>grid.columncount = X && X is a variable containing a number
>
>But, when I execute this, the Fox Pro close.
>
>Any help on this?

Try removing the column explicitly instead of reducing the count.

THISFORM.Mygrid.RemoveObject("Column5")
Erik Moore
Clientelligence
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform