cancel
Showing results for 
Search instead for 
Did you mean: 

SAP B1 user form tab is not shown as selected

Former Member
0 Kudos

Hi experts,

My user form has three tabs and when i click the menu item the form is shown.

I want to see the first tab as selected but i didnt do it.

How can i do this?

Thanks for your helps.

Regards.

Ahmet

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member244307
Participant
0 Kudos

Hi,

I remember I have similar issue before, you have to call oFolder.Select() method to make it as shown on the form. Basically when you create the form, after the code to create the folders objects, you have to call the Select() method of the Tab which you want to show on the form by default. Remember that you also have to code when user click different Tab to switch the Tab.

Lan