How to suppress 'Rep-0546 - Invalid parameter input' message in parameter form
When user enters a non-numeric in a numeric parameter on parameter form, subject message is issued.
I want to supress the subject message as I am able to issue my own custom message thru SRW.MESSAGE(1,'Please enter a numeric value.')
I received suggestion from this forum that I should capture user input in a character type parameter, then use PL/SQL to validate and so on.
I tried this but when I issue RETURN(FALSE) at the end of PL/SQL, it again issues same message i.e 'Rep-0546 - Invalid parameter input'.
How can I prevent/suppress this.
Pl. guide.