Hello,
I was wondering if there was a way to run other doCheck methods when the method for a ValidateButton finishes?
For example, say I have a textbox with a file name and it's doCheck method looks to see if the file exists. If the file doesnt exist the User can press on the validate button to create the file and it returns a message saying that it was created. The error message on the textbox still hangs around though. Is there a way to run the doCheck method of the textbox after the file is created?
Any help is appreciated