Vai al contenuto

Events

Some widgets allow to manage events for some conditions. These are:Onclick: script to execute when the click takes place on widget. For example: VAR1 = VAR2 * (VAR3 – 5)Change_page: custom page to be called when a click takes place, chosen from the list of available custom pages (automatically generated)If, instead of another custom page, it’s needed to change the main page (a GF_ProjectVX global page), it’s possible to do it by using the “onclick” event, setting the system variable “@@PAGENUM” to the desired number.