Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combobox...
Message
 
À
01/02/2001 11:24:56
Chuck Tripi
University of Wisconsin - Milwaukee
Milwaukee, Wisconsin, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00471296
Message ID:
00471357
Vues:
16
>SELECT organization+" "+orgname FROM org INTO CURSOR cur2 NOCONSOLE
>or
>SELECT organization,orgname FROM org INTO CURSOR cur2 NOCONSOLE
>or
>whatever and still not be able to line up with the field width, it shows as now (using dots as space):
>
>01..Systems
>0101...Systems manager
>010102.Programmer
>010103.Designer
>02..Sales
>0201...Sales manager
>
>
>would like to show like this:
>
>01.........Systems
>0101.....Systems manager
>010102..Programmer
>010103..Designer
>02.........Sales
>0201.....Sales manager
>
>What can I do?
>
>Chuck
SELECT <b>PADR(Organization,10," ")</b>,orgname FROM org INTO CURSOR cur2 NOCONSOLE
Luis María Guayán
Tucumán, Argentina
________________________________
SysOp de www.PortalFox.com
Nada corre como un zorro
________________________________
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform