rtf2 lebans

  • Thread starter Thread starter A.C.
  • Start date Start date
A

A.C.

i have installed rtf2 lebans control ver. 1.8. If i use un unbound control i
have a problem when
i transfer data from a memo table.
I use:

rtf2.RTFtext= memofield in recordset

i have a message: RTF2: property is read only.

After is Ok, but i don't know how can't display this message


Thank you.
 
You cannot populate an ActiveX control on a form or report before the
control is fully instantiated(created). The Event you are currently using is
too early in the process. What event are you using?

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
I use the event Form_Open.


Stephen Lebans said:
You cannot populate an ActiveX control on a form or report before the
control is fully instantiated(created). The Event you are currently using
is too early in the process. What event are you using?

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
Back
Top