Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I get rid of some columns in my grid?
Message
From
22/06/1999 10:43:21
Victor Chigne
Inteliventas
Peru
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00232102
Message ID:
00232493
Views:
17
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
>
>
Previous
Reply
Map
View

Click here to load this message in the networking platform