Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Padr() for crystal report
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Crystal Reports
Divers
Thread ID:
00926255
Message ID:
00926309
Vues:
28
Maybe this will help some...


if len(trim({crnurse.NURSENAME})) < 45 then

{crnurse.NURSENAME} + space(45 - len(trim({crnurse.NURSENAME})))

else

{crnurse.NURSENAME}


Of course, insert your own field name and length.

>Thank craig , i am tryng...
>
>bernhart
>
>
>>I'm not aware of any function that will do this, but you can probably build one using Length(), Trim(), and ReplicateString().
>>
>>
>>
>>>Hi all,
>>>
>>>Which function to use to have the same VFP function as "Padr()" for crystal report ?
>>>
>>>Thank in advance for help
>>>
>>>bernhart
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform