Stephan Lebans please

  • Thread starter Thread starter Tom
  • Start date Start date
T

Tom

Stephan

Have downloaded your RichTextActiveXControl - a nice
piece of work - but I am encountering the following
problem:

When the control is placed on a form the control's
backcolour adopts the same backcolor as the form.

If the forms backcolour is changed the controls
backcolour remains as above.

Is there a way of resetting the controls backcolor?

Thanks in advance

Tom
 
Are you placing the RTF2 control on the page of a TAB control in Access
2003 under WIndows XP with a custom Theme enabled?

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
Am using Access 2002 under Windows XP Pro no custom theme
enabled.

RTF2 control is being placed straight to form not a Tab
control page

If its of any further help, this can be reproduced if I
open a new form, add the RTF2 control and then change the
background colour of the form the background colour of
RTF2 control remains as per the original background
colour.
 
Do you realize that the RTF2 control has a BackColor property
independant of the Form?
Me.NameOfRTF2Control.Backcolor = whatever

--

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