Paradox Community

Items in pnews.paradox-programming

Subject:Windows 10 pro build 18362 print error
Date:Thu, 17 Oct 2019 09:37:47 +0200
From:Ruggero Capra <ruggero.capra@gmail.com>
Newsgroups:pnews.paradox-programming
Hi Everyone,

Just to share a problem with windows 10 and Paradox 11 release 676 
(compatibility Windows7 - administator or not is the same problem)

When I try to print a report longer more then 50000 characters (12 pages 
A4), Paradox aborts at the 11 page. The report is from a query of a memo 
formatted field. The issue is the same when the field is of not 
formatted. The table was rebuilted and verified.

This code dosn't work anymore:
rpi dynArray [] anytype
rpi["name"] = ":Sm:Report\\Anamnesi"
rpi["panelOptions"] = PrintClipToWidth
rpi["PaperSource"] = "Cassetto 2"
rep.print(rpi)

or

rep.open(":Sm:Report\\Anamnesi")
rep.print(":Sm:Report\\Anamnesi")

The only chance is to open the report and then print it interactively:
rep.open(":Sm:Report\\Anamnesi")

Thanks,

Ruggero


Copyright © 2004 thedbcommunity.com