I have a simple table form that has a bunch of validation code in the "Validate All" embed. If something is wrong with some of the form data I manually set alert as follows:
loc:alert = 'my message here'
loc:invalid = 'field:name'
The problem is that when I create an alert message as above, and the save button is clicked, the web page will darken a bit and go modal, but the actual alert popup does not display - so the user cannot tell what the actual alert message is.
The the very strange thing is that this works when the form is called from one place in my app but not another place. The form is a popup.
Any ideas?
NT v9.14
Chuck