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 Chris Miller 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: *

  1. airport72

    How to remove DATABASE LOGIN window

    To solve the problem,you ONLY need to reset DataSource. Just change it from Dataset to DataTable: report1.SetDataSource(DataSet1.tables(0)) report2.SetDataSource(DataSet1.tables(1)) ... I'm pretty sure this bug is caused by some hot fixes.(I don't know which one). The difference is that the...

Part and Inventory Search

Back
Top