G
Guest
Hi Steve
I downloaded and configured your ActiveX rtf control. Works great! One question: I am needing to capture the text from a number of ActiveX controls and insert them into a number of text box controls in the detail section of the report. I have the ActiveX rtf controls in the report header and am using several "Me![<textcontrolname>] = Me![<ActiveXcontrolname>].Text" lines of code in the format event of the detail section of the report. It's not working with erro
"Object doesn't support this property or method
Does your ActiveX control not allow me to capture the text? I saw some sample code on your website for resizing rtf control sizes but the text in the reports I use this control on always vary in the amount of text printed so I need to use the CanGrow property of the text control and just feed it the text.
Any suggestions would be greatly appreciated. Thank
Phil K.
I downloaded and configured your ActiveX rtf control. Works great! One question: I am needing to capture the text from a number of ActiveX controls and insert them into a number of text box controls in the detail section of the report. I have the ActiveX rtf controls in the report header and am using several "Me![<textcontrolname>] = Me![<ActiveXcontrolname>].Text" lines of code in the format event of the detail section of the report. It's not working with erro
"Object doesn't support this property or method
Does your ActiveX control not allow me to capture the text? I saw some sample code on your website for resizing rtf control sizes but the text in the reports I use this control on always vary in the amount of text printed so I need to use the CanGrow property of the text control and just feed it the text.
Any suggestions would be greatly appreciated. Thank
Phil K.