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
|