Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I get rid of some columns in my grid?
Message
De
22/06/1999 10:43:21
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00232102
Message ID:
00232493
Vues:
18
Hi Jose.
Thanks, but I should be able to restore the deleted columns later.
Regards
Victor
>
>I have this code in the init of my grid. Based on some user preferences, I can decide which elements to display. However, this might not be as dynamic as what you want.
>
>José
>
>
>Grid.Init()
>
>DODEFAULT()
>IF ! goApp.lUseAction
>  this.RemoveObject( "grcActionId")
>  this.grcMemo.Width =  this.grcMemo.Width + 125
>ENDIF
>
>IF ! goApp.luseExtrait
>  this.RemoveObject( "grcExtrait")
>   this.grcMemo.Width =  this.grcMemo.Width + 41
>ENDIF
>
>IF ! goApp.lUseMerci
>  this.RemoveObject( "grcMerci")
>  this.grcMemo.Width =  this.grcMemo.Width + 33
>ENDIF
>
>IF ! goApp.lUseAtt
>  this.RemoveObject( "grcAtt")
>  this.grcMemo.Width =  this.grcMemo.Width + 20
>ENDIF
>
>
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform