RTF hiding when there is no hide-when

I have a form that has a subform that has a rich text field called attachments.

In the database, some documents will display the feild in read mode and some will not. There is no hide when formulas in the design for this field. All I’m doing is attaching a file.

There is also another RTF above this field, which is called Body. That displays in Read mode. Could this somehow be effecting this hide when in the attachemnt field, which I can’t fix.

Subject: RTF hiding when there is no hide-when …

(1) Is the Subform a Computed Subform?

(2) I doubt it’s this… But the contents of the RTF itself can have there own hide / when formula per paragraph. Therefore the RTF may not have any hide when formulas, but the contents could.

For example (This Rich Text field doesn’t ) but if I do a control-K

= = = = = =

This text should only display if view during an even count on your second counter.

= = = = = =

Text above will appear or not based on the current time and if the second count is odd or even when you open the document.

Subject: RE: RTF hiding when there is no hide-when …

Yes, it’s a Computed Subform.

I thought of the hide / when formula per paragraph, but this happens when I just attach a file.

I also thought of per paragraph because some docs will display the attachement in read mode. There hasn’t been any code updates for some time, at least that I know of.

Thanks for your help !