Suzie Kelly 3.May.12 11:43 AM a Web browser Domino DesignerAll ReleasesAll Platforms
I have a form that needs to calculate a list of Approvers for a change control db.
This list is calculated by cross-referencing a number of keyword and checkbox fields, the combination of which determines the Approvers.
Each of these keywords has "Refresh fields on keyword change" selected. So I put the code to determine the approvers in the Postrecalc event thinking it would work OK - I was wrong.
Writing the Approver field values using either the back-end doc (doc.ReplaceItemValue...) or the front end (Source.FieldSetText) results in the fields showing blank on the form until I either hit F9 or change an unrelated keyword value.
Can anyone think of a way around this, short of putting a stupid 'Refresh' button on the form?