Using RTF active X object

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have been able to implement and use the RTF object, but I didn't see a way
to set the Grow and Shrink property for this object. Is that something that
has been implemented and I'm just not finding it, or is it something that is
not a possibility right now?
 
The Microsoft RTF ActiveX control does not support CanGrow/Shrink. The
only two RTF controls that do support autosizing are the FMS control at:
www.fmsinc.com
and
My RTF2 control available on my site for free.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
natemiller said:
I have been able to implement and use the RTF object, but I didn't see a way
to set the Grow and Shrink property for this object. Is that something that
has been implemented and I'm just not finding it, or is it something that is
not a possibility right now?

Your RTF control was the one I downloaded and implemented. Can you point me
to in the right direction because it is possible that I'm not implementing
your control correctly.
 
Just look at the code behind the sample Report to see how to implement
autosizing.

--

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

Back
Top