how to create message box in webspeed?

Casper

ProgressTalk.com Moderator
Staff member
Well,

I guess you find yourself really important.
But to post the same thread twice and send me a PM is a bit too much for me...... Don't do that again please....
Bit impatient? :rolleyes:

OK, the question:
What message box do you want and where?

You could use Javascript in your HTML page directly (alert('blabla') to get a message or use:

RUN addMessage( 'This is a message', ?, ? ) in your progress code.
if you end the procedure with:
ShowDataMessages().
Then the alert-box is displayed in the webbrowser.


Casper.
 
Top