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

rbuser

About

Username
rbuser
Joined
Visits
1
Last Active
Roles
Member

Comments

  • I just upgraded to version 7 hoping that it would resolve this issue. It
    did not. So still looking for suggestion of what I might look for.

    Mike


  • I am using Delphi 5.1 with IB Express components and RBuilder 6.03

    I do not have DBISAM, but did hook in the End User IBExpress demo to my
    database and the recycle bin works. The only thing I can think of is that
    we are using a…
  • Hi Nico

    Thanks for detail info. I will work on it.

    Regards
    Arun

  • Never mind. I wrote a function that manipulate the font and splits text into
    2 memos. If anyone is interested I can post the code here - about 50 lines
    of code (it uses 2 string functions from TP's SysTools library).

    Zoran.
  • Whoops, I found the wizard!
    Sorry

  • On 2003-10-06 08:18, Nico Cizik (Digital Metaphors) wrote:
    Funny, I had this problem in R14.08 that a customer just reported.
    Turns out that if you have group headers that are hidden, or not
    printed, more specifically, then this sit…
  • > There is however a Character Wrap property which may be
    correct.

    German language. The "Charakter Wrap"-Property is translated as
    "Zeilenumbruch", which means "word wrap".

    Not really a big issue ;-) Could have fin…
  • OK, I got it.

    While creating a sample app, I discovered following :

    In DBText, wordwrap works...if you size the DBTEXT big enough for all
    characters to fit. Never tried that, I thought Autosize MEANS Autosize, and
    siz…
  • I tried that, in every cell, but "skip nulls" is greyed out in all of them
    on the pop-up menu, and so is not accessible.

    What do I need to do to make it accessible?

    TIA

    Barry

    --

    Dr Barry …
  • Hello Nard,

    Thanks for the fast reply.

    I will take a look at the StringList Solution. It looks like it should
    work.

    However, it is a little frustrating (maybe too harsh of a word) that RB
    cannot deal w…
  • Nard,

    I agree it is an issue with my event handler implementation. Let me
    explain what I am trying to do... and the ask a few questions...

    The issue is that I am getting the data from a custom tree object. If I
    un…
  • Hi Again

    Well after ignoring all the errors, I did managed to use DBDemos to use your
    example
    and it did give the page number of the pages that was actually printed.

    Thank You
    Regards
    Arun


  • Hi

    Thanks for example file.
    But I couldn't open it.

    I am getting error message saying "Error reading
    ppReport1.OutlineSetting.CreateNode:Property outline setting does not
    exists.........."
    I am using Delphi …
  • Sent

    - Bill

    On Tue, 7 Oct 2003 11:32:00 -0600, "Nico Cizik \(Digital Metaphors\)"
  • I have played with the code and found that the biggest reason for most
    of the issues has to do with the dead area. Some code is using
    EightInch and other code uses QuarterInch. Other places use
    (deadarea * 2) while others use just …
  • Hi Nico,

    As I told you before, the configuration are the same for all the
    computers(language, printer, excetera) and the problem is already present on
    preview.

    I don't know how report builder make the reports on previ…
  • The printing problem is solved after I dropped a new TppReport component on
    my form, and duplicated all the report format into it, then delete the old
    TppReport component. I am still using the same printer driver. I still can
    not fig…
  • The problem is the printing error only occurs after I upgraded my
    application to Delphi7 & RB7 (without changing the program code). Same
    PC, same OS, same printer, only the application is upgraded... so I guess
    the problem shou…
  • Hi,

    I do this, first check that my library was pointing to
    \RBuilder\Source\... and after removed the path point towards
    \RBuilder\Lib\..., but continue show just connections from
    dbxconnetions.Ini. What's the place that…
  • Yikes, I should have figured that one out. Thanks

  • This is the method I was using except I am using ppReport1.PageNo as I want
    to change bins each time the group record change resets the page count.
    However, the result is that all pages are printing from the bin selected
    when PageNo i…
  • It's simple : imagine I have just one table with 2 record inside it.
    I would like to print 10 times the first record, and 7 times the second one
    (I have a papeline or a SQL request on it), how ??


  • Hi,

    I.ve got this random exception on the TppCommunicator.Notify, also.
    It looks like the component is freeing a object that's already destroyed.

    I'm unable to figure out what is causing this error.
    Sometimes i get th…
  • Still haven't found a solution.
    One thing that may narrow down the cause.
    I have found that when I get the access violation and I am looking where the
    IDE has stopped. I place my mouse cursor over the FNotifyList variable and
    I …
  • In trying to duplicate the error completely outside of my application. I
    created a report that has drill downs like in my applicaiton. However this
    brought up another question.

    I saved the template for the drill down report to …
  • Other possible causes.
    I have created my own custom viewer. And when I click a button to size the
    display and then quickly leave close the preview of the report. I get the
    same access violation.

    So I am narrowing down the c…
  • One additional note on this error. I am able to trap it however when I
    close my application I get another access violation. So something is trying
    to be cleared out of memory that doesn't exist.

    Bill


  • Hi Nico,

    I tried :( but no luck .... I couldn't even get any of the reporting
    functions to run when I tra…
  • Hi Nico,

    Thanks for the response. It tried the second option because I can not
    change the name of the database I use. This is due to the second app also
    have quite a number of saved reports already as well. The users of the<…
  • > DataPipeline linking requires that the detail data be sorted on the same
    You are not right! A have an example, when consequative execution of Detail
    query is MUCH faster, than yours... The thing is in SQL server! Server
    builds pl…