If you are using a DB Memo field to display the data, no property commands 
should be required, in fact, no commands should be required at all.  However, 
if you are filling a variable memo with the rich text and displaying it via a 
property command, the command needs to be in an "after open" eep or "row entry" 
eep or possibly both.

Please note that property commands do not work before the form is opened, which 
means that you cannot use a property command, then start the form as you can do 
with a simple variable assignment.  Specifically the property command cannot be 
used in the code that calls the form nor can it be used in the "Before Open" 
eep of the form.

...
Property command
Edit using formname
...

does NOT work

...
set v NewVAr = .OldVar
Edit using formname
...

does work

Hope that helps.

Michael



Michael Moser
EXAQ Micro Services
www.exaq.com
Phone: 916-966-8313
Fax: 916-244-0582


 >>  I have a form with a rich text edit component. When using the form to view
 >>  data that is already stored it is blank when the form opens. You have to
 >>  go to the next record and then come back to the one you want to read for
 >>  the data in the rich text box to be visible. I've tried several property
 >>  commands to alleviate the problem without success. Any suggestions on how
 >>  to fix this? Thanks in advance.

 >>  -- 
 >>  No virus found in this outgoing message.
 >>  Checked by AVG Anti-Virus.
 >>  Version: 7.0.308 / Virus Database: 266.11.6 - Release Date: 5/6/2005
 >>  

Reply via email to