Hi,
How can I go back to the previous display in ActiveView?
Currently I have a set of diplays in ProcessBook and I want them to work in ActiveView as well.
In ProcessBook a new display is opened by using a box with VB code Application.Displays.Open("path", True). This new display is opened in a new window. To close this new display an exit box is created with the VB code ThisDisplay.Close(False).
This setup works fine in process book but not in ActiveView. The new display opens in the same window but it cannot go back to the previous page. Any suggessions?
Hi,
May I know why you are using VBA to open a new display programmatically instead of using buttons to link up the displays?
I believe that using buttons in Processbook should work when you open the pdi in ActiveView. So we can use buttons to link different displays (remember to set it to check relative path and not open the display in new window).
If you want to configure it such that instead of clicking on another object/symbol other than buttons to open up another display, we can always put the button on the foreground but making the button invisible so that the same effect can be created.
Otherwise i think the other options would be to go down to including codes in the html(javascript or vbscript) to link up different displays.