Page 1 of 1
Justificar Columnas en xBrowse
Posted: Thu Sep 04, 2014 12:26 pm
by davidObarrio
Estimados
Como es para Justificar Columnas en xBrowse, izquierda/media/derecha ??
muchas gracias
David
Re: Justificar Columnas en xBrowse
Posted: Thu Sep 04, 2014 12:52 pm
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
Re: Justificar Columnas en xBrowse
Posted: Thu Sep 04, 2014 4:34 pm
by joseluisysturiz
...y para complementar...saludos...
nFootStrAlign := AL_RIGHT //FOOTER(pie) DE LA COLUMNA...