Justificar Columnas en xBrowse

Post Reply
davidObarrio
Posts: 72
Joined: Tue Oct 02, 2012 4:36 pm

Justificar Columnas en xBrowse

Post by davidObarrio »

Estimados

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

muchas gracias

David
User avatar
Rick Lipkin
Posts: 2397
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

Re: Justificar Columnas en xBrowse

Post by Rick Lipkin »

David

Here is an example on how you can justify both the heading and data :

Code: Select all

oLbxA:aCols[1]:nDataStrAlign := AL_RIGHT
oLbxA:aCols[1]:nHeadStrAlign := AL_RIGHT
 
From xBrowse.ch .. justification choices are :

Code: Select all

#define AL_LEFT               0
#define AL_RIGHT              1
#define AL_CENTER             2
 
Rick Lipkin
User avatar
joseluisysturiz
Posts: 2024
Joined: Fri Jan 06, 2006 9:28 pm
Location: Guatire - Caracas - Venezuela
Contact:

Re: Justificar Columnas en xBrowse

Post by joseluisysturiz »

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

nFootStrAlign := AL_RIGHT //FOOTER(pie) DE LA COLUMNA...
Dios no está muerto...

Gracias a mi Dios ante todo!
Post Reply