How to Enable/Disable - Hide/unhidden buttons, and not only in SC 5

Hello

How can I hide a button in sc 5?

Also a mini tutorial on how to do this.

Re: How to Enable/Disable - Hide/unhidden buttons, and not only in SC 5

Have a look at sc_btn_display() macro.

Most of the SC5 macro’s simply generate the PHP needed to perform the action. You can either review the generated coded and see what PHP was created or you can search on how to hide object in PHP/JS/HTML on the web.

Most of the time it will be a ‘if’ condition.

Regards,
Scott.

Re: How to Enable/Disable - Hide/unhidden buttons, and not only in SC 5

I managed to do it and I place the example here
http://www.scriptcase.net/forum_en_us/index.php?topic=1469.msg4533#msg4533