Activate a specific Form in a Tabless panel

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.

The tabIndex property of the tabPanel is what you’re looking for.

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)

This enables/disables your tabpanels…
As patrick says you need …tabIndex = 1