Dynamic Reports, Rotated Text Labels and MDEs

T

Tony Zoccolillo

I have a report that is a Chain-of-Custody document and contains a section
with rotated text labels. I'm using Mabry RoText ActiveX control. Since
the control cannot be tied to a recordsource, and I can't modify it from
code at runtime (not allowed), I am forced to open the report and change the
label captions prior to running the report from a function. Although it
works great, this is not allowed in an MDE. I want to bring the database to
an MDE and the first and potentially easiest solution would get a rotated
text label that can have a recordsource so i can tie it to a table value.
Does anyone know of such a control? Short of this solution, is there any
other approach I am missing. I want rotated text, so this part is not
flexible.

Thanks,
Tony Zoccolillo
 
M

Marshall Barton

Tony said:
I have a report that is a Chain-of-Custody document and contains a section
with rotated text labels. I'm using Mabry RoText ActiveX control. Since
the control cannot be tied to a recordsource, and I can't modify it from
code at runtime (not allowed), I am forced to open the report and change the
label captions prior to running the report from a function. Although it
works great, this is not allowed in an MDE. I want to bring the database to
an MDE and the first and potentially easiest solution would get a rotated
text label that can have a recordsource so i can tie it to a table value.
Does anyone know of such a control? Short of this solution, is there any
other approach I am missing. I want rotated text, so this part is not
flexible.


Maybe you can have better luck using Stephen Lebans'
RotateText procedure at www.lebans.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top