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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

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

Status
Not open for further replies.

mirano

Programmer
May 17, 2017
1
NA
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, password)
Result:
login_prompt_aej5io.png
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top