Estimados
Como es para Justificar Columnas en xBrowse, izquierda/media/derecha ??
muchas gracias
David
Justificar Columnas en xBrowse
- Rick Lipkin
- Posts: 2397
- Joined: Fri Oct 07, 2005 1:50 pm
- Location: Columbia, South Carolina USA
Re: Justificar Columnas en xBrowse
David
Here is an example on how you can justify both the heading and data :
From xBrowse.ch .. justification choices are :
Rick Lipkin
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
Code: Select all
#define AL_LEFT 0
#define AL_RIGHT 1
#define AL_CENTER 2
- joseluisysturiz
- Posts: 2024
- Joined: Fri Jan 06, 2006 9:28 pm
- Location: Guatire - Caracas - Venezuela
- Contact:
Re: Justificar Columnas en xBrowse
...y para complementar...saludos...
nFootStrAlign := AL_RIGHT //FOOTER(pie) DE LA COLUMNA...
nFootStrAlign := AL_RIGHT //FOOTER(pie) DE LA COLUMNA...
Dios no está muerto...
Gracias a mi Dios ante todo!
Gracias a mi Dios ante todo!