Link to home
Start Free TrialLog in
Avatar of Monterey
Monterey

asked on

Lotus notes form not refreshing computed fields

I have computed fields that are not being refreshed, I have to hit F9 to have the fields populated.
I have the form property set to refresh  - Automatically refresh fields
Avatar of Bill-Hanson
Bill-Hanson
Flag of United States of America image

In the Notes client, you need to explicitly refresh the form when needed regardless of the "Automatically refresh fields" setting.

In @Formula, use @Command( [ViewRefreshFields] )

In LotusScript, use NotesUIDocument.Refresh
Avatar of Monterey
Monterey

ASKER

Do I put that on every field that is calculated?

ASKER CERTIFIED SOLUTION
Avatar of Bill-Hanson
Bill-Hanson
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial