NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on April 19, 2013, 09:35:26 AM
-
Hi,
Memory from with a browse and some entry fields.
The browse has a button in each record whith some code to insert an check if it can insert the record.
How can I fire a form error using los:invalid and loc:alert as I do in an entry field?
Thanks!
-
I think you can just do a
p_web.Popup('No Way, Jose!' , net:Send)
in the code for the browse button.
(Of course if the button is "in row" it would be better to not have it there in the first place if it's not allowed.)
Cheers
Bruce