Dear Sir/madam

I have designed a report in crystel report 8.0. with password protected MS Access database. When I save the report with save report with data, on prevewing through my VB project it opens up the report but did not refresh with any new report. When I run the same report without saving with save with data option it gives me the error : error no 20535 Invalid secession parameter.

A am pasting the sample code that I used:
with cr1
.reset
.reportfilename=app.path & "\report1.rpt"
.LogInfo="aaaa" '(this is the password)
.WindowParentHandle=MdiForm1.hwnd
.WindowState=crptMaximized
.Destination=crptToWindow
.Action=0
end with
This same code works fine with database without any password. And gives me updated data.
Please give me reason
Thanks to you all.
Biswas