Advanced Webserver and Frames.

HiWe are using frames in out WEB application. At the bottom We have a “status” frame the shall be updated when we do things in the other frames. We have tried to use the RpSetNextPage, but it’s not possible to tell which frame to update. Does anybody have an answer to this.

I think that unless you get involved with Javascript or similar, any attempt to update a page has to be triggered from the browser. (Each frame counts as a page). I saw something you can add in the page header which causes it to refresh at regular intervals provided the browser supports it, which most do nowadays. This would be a very quick way to achieve what you want, although you may have to compromise between response speed and data transfer volume. Steve