Hi, I have a warp panel on a page that I want to update a warp panel nested in a web dialog window.
Is there a way to do this?
Thanks
Nate
The easiest way would be to add the following to an event handler on the page (this is in Javascript):
var warp=ig$("warpCBL"); if(warp) warp.refresh();
Substitute the name of the warp panel on your page into the red text.