cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic view refersh problem

Former Member
0 Kudos

View Refresh Problem

Posted: Mar 29, 2006 2:10 AM Reply

Hi All,

I have problem in Dynamic view generaion. For example i have 4 forms and each form have different type of questions. I created 4 views and each view's DoInit() method construct 'N' number of nodes based on the form's questions.

I would like to create single view, it should be dynamically refreshed. If this is possible there is no need to create 4 views. My problem is after creating first view, i couldn't referesh the same view. If i want choose next form's questions i have referesh, then only i see new views with second forms' questions.

i want to referesh the particular view. Please help me.

Thanks in Advance

S.Saravanan.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I do not completely understand your question.

Can you please explain exactly how your application should work?

Then we can better decide if you need to create context or view structures programmatically or if you better use designtime structures.

Armin

Former Member
0 Kudos

Hi Saravanan,

You can use EPCM eventing. Check SDN for more details on EPCM. Also go through this thread:

Regards,

Satyajit.

Former Member
0 Kudos

hai,

Try to write that code in wdModify method use boolean variable to control the flow.

regards,