emilioemilio
Programmer
Hello all,
I have a form that has a couple of ActiveX controls (RichText) that work fine until I place them on a page in a Tab Control. An error with the text, "Property cannot be set" appears twice for each ActiveX control when I scroll from one record to the next. It only appears during this time and not during the FormOpen event in which I have some lines of code that set a property on each. I'm sure it's not these lines of code because I commented them out with the same results. However, once I cut the ActiveX controls off the Tab Control and paste them back onto the main form the errors don't appear. This isn't the case with a number of other non-ActiveX controls that I've moved from the form to the Tab Control, which prompts me to think it's particular to ActiveX controls and Tab Controls.
Does anyone know of any issues with these RichText ActiveX controls (or other ActiveX controls) being on Tab Controls? I wouldn't need a subform on which to place them, would I? I'm not using a subform for the other controls that I've placed on a different page.
Any suggestions would be helpful. If you need more info, please let me know.
Thanks,
ER
I have a form that has a couple of ActiveX controls (RichText) that work fine until I place them on a page in a Tab Control. An error with the text, "Property cannot be set" appears twice for each ActiveX control when I scroll from one record to the next. It only appears during this time and not during the FormOpen event in which I have some lines of code that set a property on each. I'm sure it's not these lines of code because I commented them out with the same results. However, once I cut the ActiveX controls off the Tab Control and paste them back onto the main form the errors don't appear. This isn't the case with a number of other non-ActiveX controls that I've moved from the form to the Tab Control, which prompts me to think it's particular to ActiveX controls and Tab Controls.
Does anyone know of any issues with these RichText ActiveX controls (or other ActiveX controls) being on Tab Controls? I wouldn't need a subform on which to place them, would I? I'm not using a subform for the other controls that I've placed on a different page.
Any suggestions would be helpful. If you need more info, please let me know.
Thanks,
ER