Applet refresh does not work anymore at Notes-Client 8.5.3

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.

Subject: Known bug

Meanwhile I found this:

http://www-304.ibm.com/support/docview.wss?crawler=1&uid=swg1LO67084

=> It’s a known bug and will be fixed in a future release.