Expand my Community achievements bar.

Remove Instance version issue

Avatar

Level 2

Hello,

For years in some of my companies forms, we used the following code:

if (_RepeaterAdditionalInsured.count > 1)

{

_RepeaterAdditionalInsured.removeInstance(this.parent.parent.index);

SaveButton.presence="invisible";

SubmitButton.execEvent("click");   //this causes the reform to refresh.

But then we upgraded all the users to Adobe Reader version 9 from 7, last month.   Now after the removeInstance has been performed, the code following it does not get performed and the screen never refreshes.  Even if you put a messagebox after the removeInstance, nothing happens.  So this has worked for 2 years with Reader 7 and now is really doing nothing with version 9.

We are still using version 7 of the adobe server.  Also, no error messages pop up in the console.

0 Replies