How to disable buttons across application?

Hi:D
I am trying to make a control application that disable buttons of certain application,
but I find out with sc_apl_conf, I can only disable the insert,update and delete button of a form application.
Is there any way that I can disable other applications’ buttons like Export, Dynamic Search and perhaps custom button too? :confused:

hmmm Brian, check the manual and see this one, it is not easy but I guess it can be done

http://www.scriptcase.net/forum/showthread.php?8303-hiding-button-doesn-t-work&p=33344#post33344

Thanks for the help!:smiley:
At last I used the sc_btn_display macro on those application and used a global variable to control the button status.