FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour Justificar Columnas en xBrowse
Posts: 72
Joined: Tue Oct 02, 2012 04:36 PM
Justificar Columnas en xBrowse
Posted: Thu Sep 04, 2014 12:26 PM

Estimados

Como es para Justificar Columnas en xBrowse, izquierda/media/derecha ??

muchas gracias

David

Posts: 2706
Joined: Fri Oct 07, 2005 01:50 PM
Re: Justificar Columnas en xBrowse
Posted: Thu Sep 04, 2014 12:52 PM
David

Here is an example on how you can justify both the heading and data :
Code (fw): Select all Collapse
oLbxA:aCols[1]:nDataStrAlign := AL_RIGHT
oLbxA:aCols[1]:nHeadStrAlign := AL_RIGHT


From xBrowse.ch .. justification choices are :

Code (fw): Select all Collapse
#define AL_LEFT               0
#define AL_RIGHT              1
#define AL_CENTER             2


Rick Lipkin
Posts: 2064
Joined: Fri Jan 06, 2006 09:28 PM
Re: Justificar Columnas en xBrowse
Posted: Thu Sep 04, 2014 04:34 PM

...y para complementar...saludos... :shock:

nFootStrAlign := AL_RIGHT //FOOTER(pie) DE LA COLUMNA...

Dios no está muerto...



Gracias a mi Dios ante todo!

Continue the discussion