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 Frederic,

    If you change the Region.Pen.Style to psClear, the border will no longer be
    visible. This property is available at runtime and at designtime in the
    Delphi Object Inspector.

    --
    Regards,

    in Region Comment by nicocizik August 2005
  • Hi Ronhald,

    This update is available from the Borland web site. Please contact Borland
    support for more information.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    in Doubt about registration Comment by nicocizik August 2005
  • Hi Ronhald,

    In order to install ReportBuilder for Delphi 6, you need to download the
    proper version of ReportBuilder from our website (or install the proper
    version from your RB installation disk). The installation file shoul…
  • Hi Ronhald,

    I'm unclear what you mean by "one register is missing". Are you missing the
    password to install? Are you receiving an error during the install process?

    Please direct all further registration questions to
  • Hi Heiko,

    Sorry, I missed that you were strictly using Child subreports. The
    ResetPageNo property is only available in Section style subreports. All
    other subreports will print inside the master report. If you want an
  • Hi Heiko,

    You need to set the Subreport.ResetPageNo property to False.

    --
    Regards,

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

    If the Report.BeforePrint event does not work, the second option would
    probably be your best bet.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
  • Hi Jeff,

    Which version of ReportBuilder are you using? If you are using RB 9.0x you
    may be able to use the BeforeOpenDataPipelines event to perform this action.
    I don't believe any other events in RAP will fire early enough t…
  • Hi Jeff,

    Sorry, I did not realize you were trying to change the output bin.
    ReportBuilder uses the Windows API to communicate with your printer driver.
    The output bin is a printer specific feature that is not included in the <…
  • Hi Jeff,

    When setting the BinName property, be sure to use one of the entries in the
    Report.PrinterSetup.BinNames StringList. This way you can be sure you are
    assigning a valid available bin.

    example...

  • Hi Bill,

    Below is the SQL code we use to create the rbItem table in SQL Server. The
    type used for the report template is IMAGE.

    CREATE TABLE rb_item
    (item_id INTEGER NOT NULL IDENTITY (1, 1),
    folder_id INTEGER…
  • Hi Nigel,

    As always, we recommend using the latest version of ReportBuilder. I
    believe there were a few issues addressed that may help your problem. Try
    upgrading to RB 9.02 and see if the problem still occurs.

    --…
  • Hi,

    Be sure the main report and subreport are not connected to the same
    datapipeline.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://ww…
  • Hi Philip,

    The grid options were enabled again for versions of ReportBuilder 9 or
    later. Prior versions of ReportBuilder encountered a flashing effect when
    the grid was visible in the designer workspace so it was disabled. T…
  • Hi Nicola,

    There are currently no demos of using the TdaSQLBuilder included with
    ReportBuilder however there are numerous code examples located in the
    SQLBuilder help pages. You will find that for almost every function of the…
  • Hi,

    There are no versions of ReportBuilder that have been tested with or are
    compatable for use with Windows XP 64.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    in Error in Windows XP 64 Comment by nicocizik August 2005
  • Hi Phil,

    You can use the OnDrawCommandClick event of any report object to make it
    clickable. Inside this event you can create a new form that displays the
    information based on the current dataset you need.

    --
  • This is a multi-part message in MIME format.
  • This is a multi-part message in MIME format.
  • This is a multi-part message in MIME format.
  • Hi Christine,

    During the first pass of the report, all the component spacing is
    calculated. This unfortunately only allots one page for the memo at the
    beginning of the report. What type of information do you want to keep in…
  • Hi Samuel,

    Sorry, you are correct, the ApplyUpdates is called automatically in RAP. In
    my testing with code almost identical to yours, I was able to get a
    successful output. This was using the DBDEMOS database included with …
  • Hi Samuel,

    The code you have below should work provided "All_TABLES" is the name of a
    single table in your database, "OWNER" is a field in the ALL_TABLES table
    and you uncomment the "lSQLBuilder.ApplyUpdates" line.

  • Hi Samuel,

    If you have RB 9.0x you can use the TdaSQLBuilder object to easily alter the
    SQL object in RAP. Take a look at the TdaSQLBuilder topic in the
    ReportBuilder help file for detailed information on how it is to be used…
  • Hi Samuel,

    Take a look at the AutoSearch feature in ReportBuilder. This allows you to
    change the Where clause on the fly in order to filter the report output
    after generation. There are numerous examples of using the Autosea…
  • Hi Will,

    Unfortunately this is not something that is currently possible with
    ReportBuilder. Thanks for the feedback, we will consider enhancing the
    end-user solution in this manner for a later release.

    --
    Reg…
  • Hi Lon,

    This was an error fixed for Build 2 of ReportBuilder 9.02. Please
    re-download the RB 9.02 install file from our web site and re-install
    ReportBuilder.

    --
    Regards,

    Nico Cizik
    Digital Me…
  • Hi Rick,

    ReportBuilder uses the StrToDateTime function to convert your entries to
    TDateTime types. I believe it looks for the current locale's date/time
    format as a parameter. (i.e. MM/DD/YY HH:MM:SS for U.S.).

    --…
  • Hi Sanjay,

    Are you using RAP (i.e. the code tab in the report designer)? For future
    reference it is best to post all RAP questions in the RAP newsgroup. This
    helps us understand the nature of the question easier and allow us…
  • Hi Mike,

    You will need a TDataBase descendent on your form in order to connect to
    your data from DADE. Please take a look at the DADE section of the
    ReportBuilder Developer's Guide for more information on how to make this