Password Dialog
How to stop Password Dialog prompt?
I used the ReportOptions.Password but still coming up!
I am using it with LoadFromFile.
Thank you.
I used the ReportOptions.Password but still coming up!
I am using it with LoadFromFile.
Thank you.
Comments
I need it to be encrypted and not prompting for password from my program.
use your own delphi encryption routine to encrypt and decrypt the fie when saving loading
It will save me a lot of time.
Thank you.
i also need this solution
plz send me also
thanx
ReportOptions.CheckPassword := false; ?
Michael
It works man !!!
And it's much easier.
You Can Use ReportOptions.HiddenPassword Property, Before Loading the Report File. As Follows:
frxReport1.ReportOptions.HiddenPassword := 'Insert Report Password Hear';
frxReport1.LoadFromFile('Test.fr3');
Note: if you use HiddenPassword ,In the report designer at runtime Password Parameter (menu: Report>Option...) is Disabled.<!--fontc--></span><!--/fontc-->