This topic is locked

After Record Updated / Event Problem

9/7/2016 4:44:56 AM
ASPRunnerPro General questions
swat author

After Record Updated / Event Problem
ASPRUnner 8.0
Using After Record Updated function, I added a web page display event. But it does not working. It sends email, or executes an SQL query but It is not responding the code below.
'** Display a message on the Web page ****

Response.Write "Your message here"

admin 9/9/2016

If you open AfterEdit event Description in ASPRunnerPro event editor you will the following there:

If you want to print something in this event add put this line in front of the code:

flush_output


This is exactly what you need to do.