After I changed the location of a rtf field in the form, I can only see a part of the value of the rtf field in the new form. When I check the document properties, I find that the value of that field doesn’t change, it just display the last one or two lines of the field. What’s matter?? is there anybody who could help me?
Subject: Sounds like a hide-when problem
In my recent article Hiding a rich text field, I talk about how hide-when formulas are stored in the rich text. Of course, the opposite is true as well, in that your first few paragraphs may use the “default paragraph”, in which case they would be hidden based on the settings on the form where the rtf field is. If that is different where you moved the field, the results will vary.
I would go to the rtf field on the form and check the hide-when properties (not just the formula, but also the flags)
Subject: RE: Sounds like a hide-when problem
Yes, you are right. I have solved this problem. Thank you very much.