lAllowColSizing ? - xBrowse

lAllowColSizing ? - xBrowse

Postby Otto » Sun Apr 11, 2010 6:05 pm

How can I stop Cols from resizing?
Thanks in advance
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
 
Posts: 6330
Joined: Fri Oct 07, 2005 7:07 pm

Re: lAllowColSizing ? - xBrowse

Postby Bayron » Sun Apr 11, 2010 6:13 pm

=====>

Bayron Landaverry
(215)2226600 Philadelphia,PA, USA
+(502)46727275 Guatemala
MayaBuilders@gMail.com

FWH12.04||Harbour 3.2.0 (18754)||BCC6.5||UEstudio 10.10||
Windows 7 Ultimate

FiveWin, One line of code and it's done...
User avatar
Bayron
 
Posts: 815
Joined: Thu Dec 24, 2009 12:46 am
Location: Philadelphia, PA

Re: lAllowColSizing ? - xBrowse

Postby Otto » Sun Apr 11, 2010 7:47 pm

Hello Bayron,
Thank you. I know about lAllowRowSizing but I search an equivalent for columns.
Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
 
Posts: 6330
Joined: Fri Oct 07, 2005 7:07 pm

Re: lAllowColSizing ? - xBrowse

Postby mmercado » Sun Apr 11, 2010 10:54 pm

Hello Otto:
Otto wrote:I know about lAllowRowSizing but I search an equivalent for columns.

I think you need to prevent each column for resizing using data lAllowSizing. Try this:

AEval( oBrw:aCols, {|oCol|oCol:lAllowSizing := .t. } )

Best regards.
manuelmercado at prodigy dot net dot mx
User avatar
mmercado
 
Posts: 782
Joined: Wed Dec 19, 2007 7:50 am
Location: Salamanca, Gto., México

Re: lAllowColSizing ? - xBrowse

Postby mmercado » Sun Apr 11, 2010 10:58 pm

mmercado wrote:AEval( oBrw:aCols, {|oCol|oCol:lAllowSizing := .t. } )

Sorry:

AEval( oBrw:aCols, {|oCol|oCol:lAllowSizing := .F. )
manuelmercado at prodigy dot net dot mx
User avatar
mmercado
 
Posts: 782
Joined: Wed Dec 19, 2007 7:50 am
Location: Salamanca, Gto., México

Re: lAllowColSizing ? - xBrowse

Postby Otto » Mon Apr 12, 2010 8:01 am

Dear Manuel,
Thank you so much for your help.
Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
 
Posts: 6330
Joined: Fri Oct 07, 2005 7:07 pm


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Google [Bot] and 58 guests