Hi,
I've setup a form with several edit boxes and with a button to add the text in the edit boxes to be saved in a file. I've tryed to put a validation check in the program:
When the user press' the "Save" button, it checks if the edit boxes have text in it, if so it saves it, but if the edit box is blank/empty then it brings up a message box telling the user all fields must be filled in.
Could some please help me out.