Help with Rotate Text

I

iholder

I need help with setting up Stephen Lebans "Rotate Text" Control. I have
problem call the function "fRotextEMF"


Error Msg. : The expressionyou entered has a function name the Microsoft
Acess can't find.
 
S

Stephen Lebans

You have to import all of the Code and Class modules from my sample MDB you
downloaded into your own MDB.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
I

iholder

Still have a problem. How do you rotate the labels. I added the "Custom"
control to ToolBox. How is this call on report. I have a label called
"City_Label" the tag property is set at "Rotate 45 Degrees". I am confused
with your instructions.
 
S

Stephen Lebans

I just read the step by step instructions on the form named README. I don't
know what else to tell you. You are working in report Design view so follow
the form/report design instructions.

Finally, the TAG property is supposed to contain a number - not a sentence.
YourControlName.Tag = 45

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 

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