Home nicocizik Comments
New Blog Posts: Merging Reports - Part 1 and Part 2

nicocizik

About

Username
nicocizik
Joined
Visits
2,418
Last Active
Roles
Administrator
Company Name
Digital Metaphors Corporation

Comments

  • Hi Jeff,

    Which plugin are you using, MAPI, Outlook or Indy? Also which version of
    ReportBuilder do you currently have installed?

    Looking at your settings below...

    1. If you are using MAPI, the UserName define…
  • Hi Jeff,

    What you are seeing is Microsoft's solution to prevent malicious software
    from taking control over their email software and using it to send mass
    emails/viruses etc. This was added for Windows XP SP2 and for Outlook …
  • Hi Franca,

    If you have two separate reports (each with their own print settings) you
    should be able to simply print one after the other and the different paper
    sizes for each one will be honored. Be sure each report contains …
    in PRINT Comment by nicocizik May 2007
  • Hi Jason,

    This could be a printer driver issue. Be sure you are using the latest
    printer driver available for the printer you are using.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    in URGENT: Setting PrinterSetup.PaperHeight causes strange AV Comment by nicocizik May 2007
  • This issue was resolved for RB 7.04. Please upgrade your version of
    ReportBuilder to 7.04 or later.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http:…
  • Hi Leon,

    Which version of TeeChart do you have installed with Delphi 2007? If you
    are using the Pro version you will need to alter the package requires
    clauses inside the \RBuilder\TeeChart\TeePro700\... directory to referenc…
  • Hi Leon,

    This is the RB/TeeChart package and the error probably showing because
    during the installation process the RBTeePackageBuilder application ran into
    a problem. Try running the RBTeePackageBuilder.exe application manua…
  • Hi Santy,

    There is no built in way to tell if a report is completely blank. You can
    use the OnNoData event to find if there is any data present inside the
    report or you could possibly try to loop through all the drawcommands …
  • Hi Sven,

    You will need to create a custom preview plugin and override the
    CreateToolbarItems routine with your own. Take a look at the current
    TppPreview.CreateToolBarItems routine located in the ppPreview.pas file for
  • Hi Bill,

    From the designer file menu, select Print To File Setup... and bring up the
    Print To File dialog. From there you can select which text object are to be
    included in your comma delimited text file. This can be manuall…
  • This question has been answered in the End User newsgroup. Please do not
    cross post.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-m…
  • Hi Terry,

    Thanks for the info. We understand that there is an issue for some
    machines\setups however it is next to impossible for us to track something
    down that we cannot recreate on our own machines. I would definitely
  • Hi Bernhard,

    1. Be sure you are using the latest version of ReportBuilder (10.06).

    2. This error indicates that there is no printer installed on the computer
    and the user tried to print. Check to be sure you user has a…
  • Hi Arno,

    Be sure your report's PassSetting property is set to psTwoPass.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors…
  • Hi Arno,

    1. After the first report prints, you could assign the PrinterSetup to the
    second report and print it with the ShowPrintDialog property set to False.

    2. Another option would be to print both reports in the same…
  • Hi Trevor,

    I would recommend using the Template.OnLoadEnd event to alter a report after
    a template has been loaded. Take a look at the following article.

    ----------------------------------------------
    Tech Tip: Usin…
  • Hi Trevor,

    1. If you are stretching images in ReportBuilder, be sure you have the
    PDFSettings.ScaleImages property set to False.

    2. What kind of text are you printing? Note that RichText currently
    exports as a bi…
  • Hi Bernhard,

    On my XP machine the mouse wheel in the preview is working correctly. Be
    sure you click on the report window to be sure it is in focus before using
    the mouse wheel.

    --
    Regards,

    Nico Ci…
  • Hi Dominic,

    If you would like each section subreport to use its own PrinterSetup object,
    you need to be sure the Subreport.ParentPrinterSetup property is set to
    False. Otherwise each subreport will use the main report's print…
  • Hi Dominic,

    Instead of using a PageBreak, try setting each subreport to a Section style
    subreport and remove the PageBreak component. This will allow each
    subreport automatically take up it's own page.

    --
    Reg…
  • Hi Sven,

    For the new toolbars, you will need to recreate the entire toolbar if you
    would like to add your own items inside the others. For instance, you can
    copy and paste the existing code in the CreateToolbarItems routine i…
  • Hi Bernhard,

    This is not a known issue. We currently use Delphi 2007 with RB 10.06 on
    our Vista machines for development and support without any problems. Are
    you able to recreate this behavior with any project?

    -…
  • Which version of ReportBuilder/Delphi are you using? Be sure you have full
    access to the updated printer and graphics drivers your machine uses.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    in Canvas does not allow drawing!? Comment by nicocizik May 2007
  • Hi Roman,

    All of our packages are compiled with the {$A+} or {$ALIGN 8} switch set. I
    believe this implies that fields in record types that are declared without
    the packed modifier and fields in class structures are aligned o…
  • Hi Roman,

    Great news. I'm glad you found the issue :).

    --
    Regards,

    Nico Cizik
    Di…
  • Hi Roman,

    This error indicates that you are trying to compile a ReportBuilder source
    file that has had its interface section altered with RAP. Since we do not
    provide the source code to RAP all ReportBuilder source files will…
  • If you know how to access the specific subreports inside each report, you
    can access the code module directly...

    lCodeModule := TraCodeModule(ppChildReport1.CodeModule);

    If you need to loop through the report and search f…
  • Hi Daniel,

    There is on CodeModule per report/subreport. You will need to loop through
    each TppChildReport.CodeModule to access the RAP code in a subreport.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
  • Hi Daniel,

    Although it is not possible to search RAP code inside a template, you can
    try a different approach of iterating through the code module and altering
    code.

    in Search RTM file Comment by nicocizik May 2007
  • > - RichText. When Transparent set to True, the RichText was not rendered

    Taken directly from the "fixes" section of our RB 10.06 announcement
    email/newsgroup post in Richtext transparent is always invisible Comment by nicocizik July 2007