Support Forum - Where to place the FRB::RptPassword

09/06/2021 05:39 KC Chin wrote:

1. Where to place or embed to set the FRB::RptPassword ='xxx' (with different
password) for each RunTimeReport?
Instead of placing the FRB::RptPassword at Global.

2. Or create an application to convert from none password to password of
FRBxxx.rpt?

05/02/2004 16:30 Oleg Fomin wrote:
...
Since now FRB library will open RPT file using either an old password or new
password using the code below.

  OPEN(File,OpenMode)
  IF ERRORCODE() = BadFileErr
    SAV:RptPassword = FRB::RptPassword
    FRB::RptPassword = FRB::OldPassword
    OPEN(File,OpenMode)
    FRB::RptPassword = SAV:RptPassword
  END

At the same time, new files will be created with current password
OWNER(FRB::RptPassword). So, to convert existing RPT file youa'll be able to
open/edit it and "Save As..." using the same or another file name.

Regards,
KC Chin

09/06/2021 07:03 KC Chin wrote:

I just figured out where to place the FRB::RptPassword.
Regards,
KC Chin

Name:
E-Mail: (will not be published)
Subject:Where to place the FRB::RptPassword


Message body:

Verification code:

Please, do not include any URLs into the message.
Otherwise, your message will be rejected and IP blacklisted automatically.
Off topic messages will be deleted by moderator.