Thanks
Very cool, I thought there was a way but I was having
a hard time finding it.
Thank
Marc
----- Original Message -----
From: [EMAIL PROTECTED]
To: RBASE-L Mailing List
Sent: Thursday, April 17, 2008 10:24 AM
Subject: [RBASE-L] - Re: Rotate field on reports
Place a rotated label object on your report. You can
define what angle you want it or you can change it on the fly.
Assign it a Component ID
Right click on the band that the rotated label is located in.
In the after generate eep place
set var vTextValue = (whatever you need it to be)
Property (your component ID) Caption .vTextValue
return
Your data should appear at the angle you set.
You should also be able to place in the after generate eep
Property (your component ID) ANGLE .vAngle
to change the angle dynamically. (Check the syntax, it might not be quite
correct)
-Bob
--
Thompson Technology Consultants
LaPorte, IN 46350
219-363-7441
-------------- Original message --------------
From: "Marc" <[EMAIL PROTECTED]>
> Is it possible to rotate a field on a report about 15 degrees?
> I not want to rotate it 90.
>
> Thanks
> Marc
>
>