cancel
Showing results for 
Search instead for 
Did you mean: 

Folder items

Former Member
0 Kudos

Hi

I would like to start using folder items on a form I have created and I am getting confused as to how they work. Could anyone give me any examples preferably in vb6 please

Many thanks

Regards Andy

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

There is an SDK sample about that, "07.ComplexForm"

1. Add folders to a form, group them

2. Catch et_ITEM_PRESSED afterevent=true for all of these folders

3. Depending on which folder was clicked, change the pane level of the form to...

Tab1 --> Pane Level 1000

Tab2 --> Pane Level 2000

Tab3 --> Pane Level 3000

All items which should appear on Tab1: fromPane = 1000, toPane = 1000

All items which should appear on Tab2: fromPane = 2000, toPane = 2000

All items which should appear on Tab2 AND Tab3: fromPane = 2000, toPane = 3000

Former Member
0 Kudos

Hi Florian

I just noticed that example myself

Thanks for helping

Regards Andy

Answers (0)