How to show a popup

Hi,

I would like to show a message in a popup window or message box, right now I’m using the following code, but this just displays the message on the screen:

echo 'Number of inserted records: '.{ins[0][0]};

I would appreciate it if anyone could point me in the right direction to show the message in a popup.

Thanks.

I ended up using:

echo “<script type=‘text/javascript’>alert(‘Really annoying pop-up!’);</script>”;

Down the left hand side of the main SC screen - under “Application” section - there is a “Messages” section. You can add messaging there for insert / update / delete etc… Don’t know if that helps?

Adz

Hi Adz,

Thanks for the reply. The problem is that Control Forms don’t have that option :frowning: