Refresh UIDoc in READ mode?

When a user opens a document I need the Form to refresh in READ mode. I have the box checked “Automatically Refresh Fields” and still does not refresh in read mode.

How do I over come this?

Subject: Refresh UIDoc in READ mode?

It sounds to me like what you have done is to update the form and now want to view the document with a form that has been updated since the document was saved. If that is the case read on, if not the following will be of no help: First of all you are calling the document and not the form. As the document is being called the form it uses will come from one of two places.

1.   The form that is saved as a stand alone form in the form section.

2.   The form that has been saved as part of the document.

If there is a form saved with the document it will use that form, or more precisely, that version of the form. To determine if this is the case open the form in designer.

Open the object inspector ( the little box that shows all the settings) to the leftmost selection. This will show the Name of the Form. Look down to options. If the Store form in document is selected then the form is stored in the document and that is why revised versions of the form are not appearing on the particular document that you are viewing.

 Regards,

      Steve

Subject: Refresh UIDoc in READ mode?

why do you need to refresh something that in read mode? How can fields refresh when there are no changes being made?

Could you explain more what your scenario is?