cancel
Showing results for 
Search instead for 
Did you mean: 

Refresh View?

former_member720137
Active Participant
0 Kudos

Hi

I have a requirement to refresh the view again on button click...

Some of the data in view is coming from R3...

Apart from invalidating the nodes, is there any other way?

Regards

Puneet

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

Go to View Properties---> Set When_visible (instead of frame work control). it will reset every time your view when it is initialized.

This will solve your problem

Regards

Ravi

Former Member
0 Kudos

What's the problem with invalidating the context node?

Armin

Former Member
0 Kudos

Hi,

You can try this inside the <i>wdDoModifyView</i> method:

view.resetView();

Regards,

Satyajit.