How can we refresh an applet through e-scripting?

Showing Answers 1 - 3 of 3 Answers

athatwal

  • Jun 1st, 2008
 

U can do that using:
 1) Applet Browser Script:
       this.InvokeMethod("ExecuteQuery");
2). BC Server Script:
       this.ExecuteQuery();

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions