Hi,
If I have a form with a tabless panel with 3 forms inside the tabless panel, can I want the user to click on an image to open a specific form inside the tabless panel. How do I do this, i tried the following out of hope:
on image 1 user clicks to open forms.frm_order_add.elements.tabs_menu_items.setTabEnabledAt(1,true)
on image 2 user clicks to open forms.frm_order_add.elements.tabs_menu_items.setTabEnabledAt(2,true)
etc
Thanks.