rtf2 lebans

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.
 
S

Stephen Lebans

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.
 
A

A.C.

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.
 

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

Top