Example code:
Code: Select all
function main(cFilePrn)
with object frReportManager():new()
:loadFromFile(cFilePrn)
:showReport()
:DestroyFR()
end with
return nil
I tried:
Harbour 3.2.0dev (r1702081836)
Harbour 3.2.0dev (r1503071916)
Harbour/Mingw/Console
Harbour/BCC7/Console
FRX (demo) v1.5.1609.7
I executed: Win7/64 bits and Win10/64 bits
Only worked with the file with 100 pages. I have attached 2 FR3 files, one with 100 other pages with 1000 pages.
With the FR (Sergey) version, the same code above and even FR3 file with more than 1700 pages, displays the preview successfully and instantly.