Home rkaiser Comments

rkaiser

About

Username
rkaiser
Joined
Visits
7
Last Active
Roles
Member
Company Name
cpa Softwar Consult

Comments

  • Addendum: We want to set the tabstops inside the calculations (BeforeGenerate)!
  • Hello,

    The solution ist working good, thanks.

    We currently add the watermark behind all other components. However that leads to a problem when a report contains (for example) label components that are set to be not transparent…
  • Additional question:

    I want this watermark to apear behind all other content of the report. With the code above the watermark appears on top of all other content. I read in other posts that the watermark should be added to a page style bu…
  • the line
    lDrawtext.Height := lPage.PageDef.mmPrintableWidth;
    should read
    lDrawtext.Height := lPage.Page…
  • Yes, we have created RAF files bigger than 2GB. ans yes, all those RAF files above 2GB are invalid, they cannot be converted to PDF using the pdf devive (here the archive reader is used too). We get a ReadError (invalid stream format) for th…
  • Here is a simple example. I have read the page positions inside the file and the page sizes. The page positions (stored in 4 Byte) have been read and as Cardinal and as Longint:

    This small table is an excerpt taken from a big RAF file. (I…
  • That would be a littl bit difficult due to the large RAF file that is needed to show the effect. (and i cannot use the RAF file that was provided by our customer because of sensitive data like addresses and invoices in that file)

    We are …
  • Hello Nico,

    Yesterday we had the case that there was a RAF file with a size of 2,7GB. We wanted to export it to a PDF file using the TppPDFDevice. While the export was running we got an EReadError (invalid stream format).

    The R…