~Holly Brefreesonoden commented on Jul 29, 2010

Application Review for Upgrading to Version 8.5.x

Although you were never able to add a subform twice to the same form, it was possible to do it if using computed subforms (at least on web-forms). That will throw an error on page when looking at the form in the browser, when server is running 8.5x. I have corrected several forms, where buttons like "edit", "save", "close" etc. was used twice on the form (top and bottom)

~Bella Asafreeburli commented on Jul 16, 2010

Application Review for Upgrading to Version 8.5.x

Someone told me they found a problem when using private folder. Operations that are previously allowed for those folders on 6.5 no longer work on 8.5.1. I am not sure what is causing this or what exactly the problems are since I haven't seen the problematic code myself

~Julia Prefootherlen commented on Jul 15, 2010

Application Review for Upgrading to Version 8.5.x

There was an issue with Queryclose previously, but it should be working reliably in 8.5.1 and later. The tab will probably still close before the code runs, but if Continue = False, it should reopen.

~Sean Frogerolyakoi commented on Jul 15, 2010

Application Review for Upgrading to Version 8.5.x

I have also seen issues when using code in the QueryClose that sets the Continue variable to False. I have code that asks if the user really wants to close the document and sets Continue to False if they choose not to. In some cases, and it seems pretty inconsistent, the document is closed before the message is displayed. Even if you answer No to the prompt, the document is not displayed again.