Hi,
I would like to find out if Forms 10.2 references JavaScrip to be called inside a Form differently to previous versions? We have upgraded our Dev instance fro Forms 10.1 to Forms 10.2 Update 1 today to see if any of our current process will be effected. We found that our existing Forms now seem to be unable to run the references JavaScript.
When trying to run the first piece of script when a search is doen to find Customer information the following error occurs in the backround:
Uncaught TypeError: $.blockUI is not a function
at ShowLoadingModal (eval at <anonymous> (jquerymin:1), <anonymous>:265:11)
at ShowAndHideGeneralLoadingModal (eval at <anonymous> (jquerymin:1), <anonymous>:290:17)
at GetCustomerInformation (eval at <anonymous> (jquerymin:1), <anonymous>:126:9)
at HTMLInputElement.onclick (xQP59:1)
We also check other portions of the form where a calculation takes place using JavaScrip and the calculation no longer seem to work. No error is reported that we can see but the relevant fields that we would expect to update with the calculated values stay unchanged.
The JavaScript is kept in a .js file stored on the Forms server and referenced in the forms as follows under the CSS and JavaScript tab of the Form.
The script files and mechanism still work fine in our QA and Prod environments that currently still run Forms 10.1.