Hi Bruce,
When validating a NetWebForm in the ValidateUpdate embed, the alert popup appears but then the form does not re-load successfully, the page is blank. I have tried two different validations:
(this one is for the older PopupErrorMessage NetWebSource procedure)
if LOC:Report = 0
loc:invalid = 'LOC:Report'
p_web.SSV('ErrorMessage','This is the error message')
p_web.SetValue('retry','ReportSelector')
end
and
if LOC:Report = 0
loc:invalid = 'LOC:Report'
loc:alert = 'This is the error message'
p_web.SetValue('retry','ReportSelector')
end
Am I doing something wrong?
Regards,
Trent