RTF2 Property is read-only

R

RobGriff85

I'm receiving a strange error message when updating the rtfText property on a RTF2 control. The error reports "RTF2 - Property is read-only".

The strange thing is that the property does in fact get updated correctly. The error is not being picked up by my error trapping so I can't work around it that way.

Any ideas how to prevent the error?
 
R

RobGriff85

The control is unbound and if viewed immediately prior to the update reads "RTF2 Control Design View Window".

The syntax is as follows:

MyRTF.rtfText = rscondcontrol.rtf_notes

I'm using version 1.8 (file version 1.0.0.6). Is version 2 available yet?

Many Thanks
 
Top