Sunday, March 14, 2010

Disable button on an applet

Disable button on an applet: This was one of the requirements that came with all the clients I have worked before. This is not tricky configuration and should nt take more than 10 minutes to configure this. My reason to bring this up is there is an easy and neat way to do this.

I'm sure you should have seen this on scripting but there is an applet user property to do this. If you want to disable the new button on an applet create an applet user property like this.

CanInvokeMethod: NewRecord
Value: FALSE


Later..

No comments:

Post a Comment