cancel
Showing results for 
Search instead for 
Did you mean: 

Folder Problem in user form

Former Member
0 Kudos

Hi All,

I have created a user form which contains three folders and each folder has one matrix.i have set the pane level for each matrix and its working fine.sometimes when i open the form the matrix is not changing wen i click all the three folder its showing the same matrix. so this is the problem.pls provide some solution.

Regards,

Vijay Kumar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Vijay,

In pval before action false

write this piece of code

if pval.itemui="(folder uid)"

objForm.PaneLevel = "1" (ur second matrix pane level or first matrix pane level)

elseif pval.itemuid="(folder uid)"

objForm.PaneLevel = "2"(ur second matrix pane level or first matrix pane level)

Edited by: micheal willis on Jul 21, 2009 7:27 AM

Former Member
0 Kudos

Hi micheal,

Thanks for ur reply.can u pls tell me on which event i have to write dis code.

Regards,

Anand

Former Member
0 Kudos

HI Vijay,

in item pressed pval before action false

Rgds

micheal

Former Member
0 Kudos

Hi Micheal,

Thanks micheal i solved the problem.

Regards,

Anand

Answers (0)