Show dialog when navigating from page

newbie-question

#1

Hello,

I am new to variables. I’m trying to show a box on page 2 when a button is clicked only from page 1. Yikes! Thanks for any help you can provide.

Steve


#2

Here you go:

Demo is here:
https://rsre2j.axshare.com

Source is here:
GlobalVariable.rp (87.6 KB)

In a nutshell, you just set a global variable to [[PageName]] and check it on arrival, clearing it immediately afterwards.

In the example above, this happens in the Page Template Master.

Regards,
Jeremy.


#3

Hi Jeremy,

I’t works great!!! Supper simple when you know how it works.
Thanks so much for your help.

Steve