For Programmers: Free Programming Magazines  


Home > Archive > Clarion > August 2006 > Re: Hid a list box field









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: Hid a list box field
Nelson Kaye

2006-08-20, 6:55 pm

Barry,

Thanks for the responses. It turns out that I was using Handytools for
sorting columns and locator. It evidently caused the problem, because when
I removed the template it worked fine.

Nelson

"BarryP" <softlib@telkomsa.net> wrote in message
news:890vvij16x87$.1nk6d1bmsk4po.dlg@40tude.net...
> Hi Nelson
>
> Where are you putting the embed? The following code works for me:
>
> DefineListboxStyle ROUTINE
> !|
> !| This routine create all the styles to be shared in this window
> !| It's called after the window open
> !|
> ! Start of "ListboxStyle Before Define"
> ! [Priority 5000]
> ! If Access Club Hide columns by zeroing
> CASE GLO:LogTypeFlg
> OF 1
> ?List{PROPList:Width,1} = 0
> ?List{PROPList:Header,4} = 'Unit No'
> ?List{PROPList:Width,7} = 0
> ?String1{PROP:Text} = 'Access Club'
> END
>
> The flag is set in a 'preferences' procedure - hence the global var.
>
> HTH
>
> Barry
>
> On 20 Aug 2006 09:50:14 -0400, BarryP wrote:
>
hide it.[color=darkred]
>



Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com