Go Back Provision For RSView32

bernardcth

Member
Join Date
Sep 2007
Location
Kuala Lumpur
Posts
3
Hi,

Does anyone have any experience in creating a go back previous page function for RSView32. I'm on a project now where the client requires this function.

Thanks
 
bernardcth said:
Hi,

Does anyone have any experience in creating a go back previous page function for RSView32. I'm on a project now where the client requires this function.

Thanks

On the shutdown command of any window, save the window's name into a string tag. Then if you ever need to go 'back', Display StringTag.
 
bernardcth said:
Hi,

Does anyone have any experience in creating a go back previous page function for RSView32. I'm on a project now where the client requires this function.

Thanks

Create a button, for action use run command, then on press action select ABORT, this will abort the current screen and should return to the previous display.

In the graphics sreen properties it may be neccessary to select overlay as its option, I will check further as to how I do this today at work.
 
Gil47 said:
Create a button, for action use run command, then on press action select ABORT ME, this will abort the current screen and should return to the previous display.

In the graphics sreen properties it may be neccessary to select overlay as its option, I will check further as to how I do this today at work.

What I describe above is what I have done with a change of ABORT, to ABORT ME.

I do use Overlay from the graphics properties on the graphics screen that I put the back button on.
 
Just understand that if you use Overlays instead of Replace, all those windows are still open in the background and consuming resources.
 

Similar Topics

I'm importing an RSView32 project into FTView SE. I'm using Legacy Tag Database Conversion on a virtual machine with Windows XP, I did the first...
Replies
0
Views
373
Hi everybody, I have a rsview32 application, when I try to run it it loads upto 80% system settings and the crashes saying Rsview32 Project...
Replies
3
Views
1,911
Hi Guys I'm having trouble assigning a tag to an activex label on a Multipage Tab. I can assign the tag to an active x label on a normal display...
Replies
0
Views
596
I have followed the procedure below to convert RSView32 project to FactoryTalk View...
Replies
5
Views
1,431
I have converted RSV32 to FTVSE Distributed. pretty straightforward... I cant seem to figure out how or find any documentation to migrate RSV32...
Replies
4
Views
2,305
Back
Top Bottom