Wednesday, January 13, 2010

Open an Assoc Applet(inside a shuttle Applet) in query mode

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/

0 comments: