On a dialog box my first input field has a VALID clause and I have a HELP button on the bottom.
If I click on the HELP button I get the error message that I have defined in my VALID clause and HELP will not pop up.
In other words it appears that clicking on my HELP button is causing the GET to be VALIDATED BEFORE opening my HELP file and this is a problem if the user has not entered anything into the GET at this point because a blank GET is invalid in my application.
How do I stop the HELP button from causing my GET to be VALIDATED and then return to the get after closing help?
Regards,
Dale.