Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to justify text in a field
Message
De
08/06/2005 07:40:55
 
 
À
08/06/2005 04:15:16
Luis Santos
Biglevel-Soluções Informáticas, Lda
Portugal
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
OS:
Windows Server 2003
Database:
Visual FoxPro
Divers
Thread ID:
01021253
Message ID:
01021293
Vues:
33
You can use the following as the expression in the report field:
padr(allt(table.field),fsize("field","table"))  && Left justified
padl(allt(table.field),fsize("field","table"))  && Right justified
padc(allt(table.field),fsize("field","table"))  && Center justified
Glenn

>Hello
>
>I want to know if it's possible to justify text in a text box object on a report using VFP.
>
>Thanks
>Luis Santos
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform