Could someone help please. My original post is as follows:
This is all a bit new to me, but i'm sure that this question will be easy to answer. I have created a message box that asks if over 18 or not, the user has to select Yes or No. If yes is selected then APM starts at the first page, If the user selects No, another message box appears telling the user that the programme will terminate, they then click OK for this to happen.
My problem is that I have several pages, each time I go back to the initial page they have to repeat the process of selecting Yes / No / Ok etc.
Could someone please advise of an easy way to stop this happening ?
Corey replied:
Set a variable, i.e. %ageCode% = yes.
Could someone explain in a little more detail?
Where do I put that variable in relation to my message boxes
Many thanks in advance
This is all a bit new to me, but i'm sure that this question will be easy to answer. I have created a message box that asks if over 18 or not, the user has to select Yes or No. If yes is selected then APM starts at the first page, If the user selects No, another message box appears telling the user that the programme will terminate, they then click OK for this to happen.
My problem is that I have several pages, each time I go back to the initial page they have to repeat the process of selecting Yes / No / Ok etc.
Could someone please advise of an easy way to stop this happening ?
Corey replied:
Set a variable, i.e. %ageCode% = yes.
Could someone explain in a little more detail?
Where do I put that variable in relation to my message boxes
Many thanks in advance
Comment