Computed text in rich text items

Hey

I have a problem. I have some ‘computed text’ fields in my documents and I would like to get to their contents and evaluate them. Do You have any idea, how to solve it? RTELEM_TYPE_TEXTRUN can’t help me…or maybe I used it in a wrong way.

Please, help me out

With best regards,

Arek

Subject: Computed text in rich text items

Computed texts are not fields by itself. It doesn’t get written to documents. It’s computed only on Form when document is displayed. To get the contents of computed text you could use the same computation formula in your validation code as that in computed text.

By the way, where is Rich text coming. Do you want to validate a richtext field?

Regards,

Litty Joseph