Options

Error handling

fregyefregye Member Posts: 2
edited 2010-06-02 in Navision Attain
Hi ,
can anybody help me.i have created a form which have validations on.when ever an error comes up because of wrong input, the whole forms closes and all the other inputs i did on the form are deleted on open form.can i have a way such that when an error is popped to the screen and the error dialog is closed, the control will go back to that particular field for correction and not deleted the other inputs and close the whole form.
Nav.jpg 60.3K

Comments

  • Options
    DenSterDenSter Member Posts: 8,304
    That is because you have validation programmed on the form. The form object causes an error and closes as a result, that is expected behavior. When the error message is caused by the field validation code in the table, it does not close the form.
Sign In or Register to comment.