This topic is locked
[SOLVED]

 Add Page Before Display Event - Alert

9/27/2010 11:22:20 AM
ASPRunnerPro General questions
J
Jay123 author

Hi!
I am using ASP Runner 6.1.
I noticed that when you create an alert on Add page (before display event), that alert will pop up again when you click on the "save" button.
Is there a way to show that alert ONLY when the Add page is visited and not everytime the "save" button is clicked?
Thanks,

Jay

A
ann 9/28/2010

Jay,
alert comes up every time you reload the page.

Unfortunately there is no way to get rid of it after you've saved the record.

J
Jay123 author 9/28/2010

Thanks for the information, Ann.
Regards,

Jay

C
clig 9/28/2010



Hi!
I am using ASP Runner 6.1.
I noticed that when you create an alert on Add page (before display event), that alert will pop up again when you click on the "save" button.
Is there a way to show that alert ONLY when the Add page is visited and not everytime the "save" button is clicked?
Thanks,

Jay


redirect on after record updated back to list page or play with a session var that can be used as a test on whether it's been visited - even more funky do a cookie...