Password Dialog

khhkhh
edited 5:57AM in FastReport 4.0
How to stop Password Dialog prompt?

I used the ReportOptions.Password but still coming up!

I am using it with LoadFromFile.

Thank you.

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 5:57AM
    reopen the report in design mode you will need the pasword, then remove pasword and and resave the report.
  • khhkhh
    edited 5:57AM
    This will decrypt the fr3 file.

    I need it to be encrypted and not prompting for password from my program.
  • khhkhh
    edited 5:57AM
    Any way?!!
  • gordkgordk St.Catherines On. Canada.
    edited 5:57AM
    if you only want encryption
    use your own delphi encryption routine to encrypt and decrypt the fie when saving loading
  • khhkhh
    edited 5:57AM
    Is it just simpler to add ShowPasswordDialog property to report options?

    It will save me a lot of time.


    Thank you.
  • edited 5:57AM
    khh wrote: »
    How to stop Password Dialog prompt?

    I used the ReportOptions.Password but still coming up!

    I am using it with LoadFromFile.

    Thank you.


    i also need this solution

    plz send me also

    thanx



  • edited 5:57AM
    Have you tried
    ReportOptions.CheckPassword := false; ?

    Michael
  • edited 5:57AM
    gordk wrote: »
    if you only want encryption
    use your own delphi encryption routine to encrypt and decrypt the fie when saving loading

    It works man !!!
    And it's much easier.
  • edited September 2011
    <!--fonto:Verdana--><span style="font-family:Verdana"><!--/fonto-->Hi My Friends
    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-->

Leave a Comment