Luc just what do you expect for FREE? I included a sample MDB showing
how to use the control to display RTF on Forms and Reports. And that's
how the control started out, simply offering a free method to users to
allow them to show RTF in Access Forms and Reports. Eventually, users
started asking for me to add editing capabilities so I did. Developers
starting asking for programmatic control so I added support in this area
as well.
There is a built in Right Click menu exposing all of the common props
and methods to allow the user to format the contents of the control. No
external ToolBars required.
You can use the Object Browser to see the individual props and methods
if you require programmatic control.
The first character being dropped BUG for a new record also exists in
the FMS RTF control. The suggested solution is to Dirty the record in
the Current event.
As for the lack of persistence of the BackColor prop simply set it in
the Form's Load event.
I do not offer personalized Email support for the control simply because
the control is Free. I'm not going to give up my limited programming
time to offer support for a product that you never paid for. Complain
about the lack of Help files? Why don't you give up some of your time to
create one and post it here!
Finally, I agree that you should give up and not use my Free control.
FMS sells an excellent, full featured control for $299 US. Hands down it
is superior to my control. I hope you have better luck with the FMS
control
--
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
I noticed some extremely succinct code extracts on the site, but
nothing
that can get me going. No overview of properties or methods AT ALL.
And as the author (Stephen Lebans) insists that the users of his code
sort
things out via the newsgroups, I'm dutifully coming back to this
forum. I
used some trial and error, and of course the first thing I got stuck
with
were the 2 reported bugs, BackColor not persistent and First
character/action is discarded. For this second bug - which really
annoys
me - there's a cryptic description of a workaround, which I can't
convert
into code.
Conclusion: I'm about to give up. Please let me know if you have a
suggestion for a better documented ActiveX RTF control.
LucB wrote:
Thanks. I installed the ActiveX component. Now where can I find
info on
how
to make it work with it? Properties, methods etc., or maybe an
example on
how to program it in VBA? I regret I'm not an expert...
Stephen usually explains things in a code module and/or the
example forms/reports.
--
Marsh
MVP [MS Access]
LucB wrote:
I want to write formatted text in a text box on a form,
dynamically.
Purpose: to write botanical plant names like
Hydrangea macrophylla (Thunb.) Ser. subsp. macrophylla 'Blue
Wave'
where [Hydrangea macrophylla] = italic, [(Thunb.) Ser. subsp.] =
regular,
[macrophylla] = italic, ['Blue Wave'] = regular.
Should I use an ActiveX component, and if so, where to find a
<simple>
specimen? I don't need many bells and whistles, a simple text box
that I
can
fill using VBA will do.
Try the one at
www.lebans.com