I have created a form wich contains two pages. I want to hide or view a certain button, depending on which page is active. So far I understand that the code can be placed in the event «onNavigate» and I can use the macro sc_btn_display to hide or view the button. In adition I need to detect which page is active, so I know when to hide or view the button.
Scriptcase support wrote the following:
«To check the active page, I believe you will need to create a javascript function because the scriptcase tool doesn’t have this functionality nativity."
Please help.