Paradox Community

Items in pnews.paradox-programming

Subject:Re: Windows 10 pro build 18362 print error
Date:Fri, 18 Oct 2019 07:59:57 -0400
From:"Steven Green" <greens@diamondsg.com>
Newsgroups:pnews.paradox-programming
we have formatted memo errors on a handful of tables that have VERY heavily 
used memo fields, but it's just text.. on one table, I changed two formatted 
memo fields to regular memo fields.. the "formatted" error went away, but a 
btree error started occurring.. passed the data from a 16k block size table 
to a 32k block size table.. so far, that table has been fine for about a 
month.. getting ready to try it on a couple of other tables

the design of this 25-year-old system I inherited is awful

--

Steven Green
Myrtle Beach, South Carolina, USA

http://www.OasisTradingPost.com

Collectibles and Memorabilia
Vintage Lego Sets and Parts
- and Paradox support, too
"Ruggero Capra"  wrote in message 
news:5da81a4c$1@pnews.thedbcommunity.com...

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