Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Best way to re-create all columns in grid
Message
 
 
À
13/09/2001 16:52:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00556193
Message ID:
00556203
Vues:
19
Have you tried ThisForm.Grid1.RemoveObject('ColumnX')

>I have a command F3 "change grid form" in my form.
>This command destroys all grid columns and then adds new columns to grid.
>
>To destroy columns I use
>
>
>  this.gridbase1.columncount = 0  && C5 error occurs in this line
>
>
>I tried also
>
>
>  DO WHILE this.gridbase1.columncount>0
>    this.gridbase1.DeleteColumn   &&& C5 error occurs in this line
>    ENDDO
>
>
>Using those commands in VFP 7 will cause C5 error sometimes. This works in VFP 5.
>
>Is there a way to re-create grid columns to avoid C5 error ?
Mark McCasland
Midlothian, TX USA
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform