We are using a java applet(added by using Create-Java Applet) on a subform on notes(version 7.0). This application is used internally with notes browser (it is not a web application) When the document with this subform is refreshed applet reloads, init method runs(no matter what is inside init method…). If the user tries to enter some data to any field before the reload is complete, notes client crashes.
Question 1: Does anyone know if there is any way that we can stop java applet reloading during document refresh? It should just load when we first open the doc. It should be displayed on the document, we don’t wanna use any popup window or button anything like that…
Question 2: If we cannot find a solution for the first question, we need a solution for forcing notes client wait(stop entering data) till the reload is complete.
Any ideas, recommendations will be highly appreciated !!
Cheers !
Ozlem Kuscu