Password Dialog

khhkhh
edited 10:24PM 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 10:24PM
    reopen the report in design mode you will need the pasword, then remove pasword and and resave the report.
  • khhkhh
    edited 10:24PM
    This will decrypt the fr3 file.

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

    It will save me a lot of time.


    Thank you.
  • edited 10:24PM
    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 10:24PM
    Have you tried
    ReportOptions.CheckPassword := false; ?

    Michael
  • edited 10:24PM
    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

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.