Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: oas2009
  • Content: Threads
  • Order by date
  1. oas2009

    Problems with adding data from a form to a database

    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...
  2. oas2009

    Problems with adding data from a form to a database

    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...

Part and Inventory Search

Back
Top