Hi Lotus fellows,
for several years we are using an applet embedded in a form, which has to be refreshed by the user, when he alters some field values in the form.
Therefor we have a button in this form, which contains only one command:
@Command([ViewRefreshFields]);
Clicking this button, the command causes a restart of the applet and the new/changed values of the form fields are used.
This all works fine from Notes 6 Clients up to 8.5.0 on several installations (about 100) of our application, but at Client version 8.5.3 this command suddenly has no effect anymore (that means, the applet stays in its initial state).
=> Any ideas?
Greetings, Marcus Bahlo
Addition:
Same behaviour with the LotusScript command
Call uidoc.Refresh
Working fine on all clients but not on 8.5.3.