Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Vertical Text
Message
 
À
14/04/2003 09:30:15
Robert Craill
Tivvit Solutions (Pty) Ltd
Afrique du Sud
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Divers
Thread ID:
00777175
Message ID:
00777178
Vues:
14
The only way i know to turn text into printing vertically is to set the width of your field to 1 char., and click on 'Stretch with Overflow'. This will print from top to bottom. If you need the other way around, i would print the inversed text in the same manner. You can, for instance, enter Reverse( YourField ) instead of the field name. In the Reverse() function you could have something like this:
parameters parString
local lChar, lRetString
lRetString = ""
for lChar = len( parString ) to 1 step -1
   lRetString = lRetString+substr( parString, lChar, 1 )
endfor
return lRetString
This, in conjuction with the trick of stretch with overflow, should do it.

HTH
Jaime


>Is there a way to turn text in a report vertically.Only one field must be vertical. The rest must be horisontal as normal.
>I need to rotate the text thru 270 degrees.Basically to rpint upwards from bottom of line to top of line.
Why do programs stop working correctly as soon as you leave the Fox?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform