How to Open an Assoc Applet(inside a shuttle Applet) in query mode
Sometimes after setting the Auto Query Mode property of the Assoc Applet as "New Query", the applet opens in query mode but no operation can be done on it and the entire Application hangs.
To make the Application perform normally, the following one-liner script can be written in the Applet Load Event either in the Server side or in the Browser side:
this.InvokeMethod("NewQuery");
http://www.siebeldigest.com/
1 comments:
Thank you ..nice one..
I used to do a searchspec on the applet which will not retrieve any record whenever the applet is opened or as you discussed the Auto Query mode..
thanks!
shobhit jain
Post a Comment