Private Sub btnSaveAdd_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSaveAdd.Click
Call AddJob()
If invalid Then
lblErrMsg.Text="Correct errors indicated below, then try again."
lblErrMsg.ForeColor = System.Drawing.Color.Red...
Private Sub btnSaveAdd_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSaveAdd.Click
Call AddJob()
If invalid Then
lblErrMsg.Text="Correct errors indicated below, then try again."
lblErrMsg.ForeColor = System.Drawing.Color.Red...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.