NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Poul Jensen on January 10, 2024, 02:41:14 AM

Title: p_web.showInfo('xx') shows in background
Post by: Poul Jensen on January 10, 2024, 02:41:14 AM
Hi,

On a NetWebForm I have a button.  When clicked it runs code in Validate Btn Routine --> Add server side code her.
This code ends with: p_web.showInfo('Job has been started....')

But that message is shown on the NetWebBrowse and thus invisible from the pop-up form, but visible when the form is saved.

How can I show a message on the form?

tia
/Poul
Title: Re: p_web.showInfo('xx') shows in background
Post by: Poul Jensen on January 10, 2024, 11:45:54 PM
Using loc:Alert = 'Jobbet has startet....'   work   ;D