cancel
Showing results for 
Search instead for 
Did you mean: 

How a folder (tab) inside Another folder (tab)

Former Member
0 Kudos

how can a folder that have other folders in it

for exmaple

Two folder at the first level

and three folders in second level under the first folder of the first level

sincerely yours

Riade Asleh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You should asign pane level for the second level folders as they would be simple controls, so they are shown when the related first level combo is activated.

Hope helps,

Ibai Peñ

Former Member
0 Kudos

I did set the pan

Folder 1 pan = 10

folder 2 pan = 20

folder 3 pan =30

folder 4 pan =40

folder 3 . frompan = 10

.topan =10

folder 4 . frompan =10

. topan =10

so they can be part of the folder 1

but it's not working right

first folder 3 and 4 appear at the same level as the folder 1 and folder 2 tab

I want folder 3 and 4 to appear inside folder 1 not next to it

second thing is when click on folder 3 , folder 4 disappear.

and when I click on folder 4 ,folder 3 disappear

I want to be able when i click on folder 1 , the folder 1 is selected, the two folder 3, 4 appear below it

and when clicking on 3 or 4, the folder 1 should stay selected and neigther 3 or 4 should disappear

I am looking for the functionality like the vb tab

sincerely yours

Riade Asleh

Former Member
0 Kudos

Hi,

Forgot to say that you should handle the click event, and set the form pane level. But if you search the forum, you could find this solved.

For example:

Regards,

Ibai Peñ

Answers (1)

Answers (1)

rasmuswulff_jensen
Active Contributor
0 Kudos

You simply need to set the panelevel (Property FromPane and ToPane for the folder-item)

Folder 1 (Pane 0) > Items on pane = 1

Folder 2 (Pane) > Items on pane = 2

Folder 1.1 (Pane 1) > Item on pane = 3