Limits to print size
I am printing data in boxes on a page. Each page is 4 boxes wide, 6 boxes high, and therefor contains 24 data sets. All works fine until I need more than 9,999 boxes. If my code sets frxUserDataSet1.RangeEndCount to any value of 10,000 or higher I only get 9,999 sets of data printed.
Is this a hard coded limit ? Is there anything I can do to change the limit ?
As far as I can see I do not have source code for the relevant file - only dcu's and bpl's.
If I view the form as text I can see a line that says RowCount = 9999 in Object TfrxMasterData but changing it does nothing.
Delphi Berlin 10.1 if it matters.