Hi guys, i have a form with a buttom named “print_doc”, i need hide this buttom with a macro.
i have tried much ways but it does not works.
My question is if SC can show properties of this button for be used with macros, in this case i need to know the name or code.
sc_btn_display(‘print_doc’, ‘off’);
The idea is not use Inspect element from browsers.