Page refresh Problem

Hi All,

I have taken a form in which there is text field which is computed and contains @name([cn];@userName) when first time document is composed it shows the current user. Once it send for approval, when approver open the document in the text field which is computed it show previous user. Once when approver switch to edit mode form get refreshed then computed fields value get changed to their name.

Is there any way to before switch to edit mode form get refreshed. I also used refresh window, refresh hide formula… on the load event of the form. I am not able to understand why this happened.

I will be very thankful to you if some one help me.

With Regards,

Vikas K Sinha

Subject: Page refresh Problem

Thanks All,

Actually I am trying to do this on client based application not on the web. if I use computed text it will show only current user Name but how could I get this in lotus script if it is not a field.

Thanks & Regards,

Vikas K Sinha

Subject: RE: Page refresh Problem

Why would you need to access a field, that only just displays the current user name? You can retrieve that in LotusScript anyhow.

Subject: Page refresh Problem

So, you really want the user name be recalculated and change here?

Why not simply display a computed text with @name([cn];@userName) and use a hidden field or WQS agent to store the user name.

Subject: RE: Page refresh Problem

hi vikas

U can use that code and set time equal to minimum so that it will update values from the page.