Sir,
I am using vb6 and crystal reports 8.0 and ms access database 2002 . i want to access password protected database and want to send password to crystal reports at runtime .
Please Help me
Thanx in Advance:confused:
Sir,
I am using vb6 and crystal reports 8.0 and ms access database 2002 . i want to access password protected database and want to send password to crystal reports at runtime .
Please Help me
Thanx in Advance:confused:
HELLO U HAVE ONE PROPERTY PASSWORD TO CRYSTAL REPORT CONTROL
APPENT CHR(10) IT AT BEGINING OF PASSWORD
LIKE CR1.PASSWORD=CHR(10)&"PASSWORD"
IT WILL WORK