[SOLVED]Error when disable buttons in a form

When in any normal form, I disable all buttons to convert these form in a “dialog” form with only the “Exit” button, Scriptcase enable all global variables AS IF THESE GLOBAL VARIABLES WAS CALLED INTO THE FORM !!

Aquiles

Re: Error when disable buttons in a form

leave one button (such as ‘last’ ) in the toolbar and put in the onScriptInit: sc_btn_display(‘last’, ‘off’);
this is the way i do it really often !