This topic is locked
[SOLVED]

  Message on list page (PHPRunner 5.1)

2/25/2010 3:43:10 AM
PHPRunner General questions
J
jdu001 author

Hello,
I want to delete a row on a list page.

I have made an Before Record Deleted event to check if a specific record exists.

If this record exists I want to show a message in the $message-variable of the list-page, but $message is not a parameter of this function.
How can I show a message on the list page?
Greetings,
Jo van Duin

L
lewisekrantz 2/27/2010

echo "<script>alert("you added a duplicate")</script>";

J
jdu001 author 2/28/2010

How can I prevent that the underlying screen disappears when showing the alert?