FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour How can I remove left default column in Xbrowser ?
Posts: 57
Joined: Sun Apr 12, 2009 10:51 AM
How can I remove left default column in Xbrowser ?
Posted: Thu Aug 27, 2015 08:14 AM
Dear Sirs,

Can I remove the left default column in Xbrowser?
* Attached what I ask in following picture..

http://pharmalink.kr/images/question.jpg

And, please help me how to know the width of column of Xbrowser column when I changed the width by mouse...

Thanks.

Y.W.Kim
Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: How can I remove left default column in Xbrowser ?
Posted: Thu Aug 27, 2015 08:19 AM

Try

oBrw:lRecordSelector := .F.

Cristobal Navarro

Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo

El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Posts: 57
Joined: Sun Apr 12, 2009 10:51 AM
Re: How can I remove left default column in Xbrowser ?
Posted: Thu Aug 27, 2015 02:01 PM

Thanks , Mr.cnavarro..

I've tried , but, it was not working...

I've searched here and there, and found it is well working to modify Custom Control Style in resource editor....

Style : 0x50810000 // -> both bar
0x50b10000 //- > delete both bar
0x50D00000 // -> Horizontal Bar
0x50A00000 // -> Vertical Bar

Thanks to the advisor who wrote style here and there....

Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: How can I remove left default column in Xbrowser ?
Posted: Thu Aug 27, 2015 02:05 PM
kim yong woo wrote:Thanks , Mr.cnavarro..

I've tried , but, it was not working...

I've searched here and there, and found it is well working to modify Custom Control Style in resource editor....

Style : 0x50810000 // -> both bar
0x50b10000 //- > delete both bar
0x50D00000 // -> Horizontal Bar
0x50A00000 // -> Vertical Bar

Thanks to the advisor who wrote style here and there....


Mr Y.W.Kim

The instruction is correct
You have to place it before CreateFromCode ()
I think before CreateFromResource () must work equally
I do not need to use styles
Cristobal Navarro

Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo

El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Posts: 57
Joined: Sun Apr 12, 2009 10:51 AM
Re: How can I remove left default column in Xbrowser ?
Posted: Fri Aug 28, 2015 09:58 PM

Mr.Cristobal Navarro,

Sorry to miss on the position , and thanks...

Continue the discussion