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

    Populating crystal report viewer database logon prompt with code vb.net

    My current vb.net code only seems to be populating the username field in crystal report viewer database login prompt but the password field remains blank. Dim view As New CrystalReport1 Dim username As String = "cdruser" Dim password As String = "cdruser10" View.SetDatabaseLogon(username...

Part and Inventory Search

Back
Top