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

  • Hello,
    i have some other problems with 6.01, but networkprinting does function.
    i have Win2k SP2 with D5 RB 6.01, the printer is an HP Laserjet 4050N with
    networkinterface in Postcriptmode.

    chris
  • Hi Jim,

    Any update on this patch? We are running into the same problem.

    Natalie


  • When will this update become available?
    Koos

  • Thanks for the info. I already figured that it would be something like this.
    I'll be trying this later today.

    Cheers,
    Anco.

  • Jim,

    I know how to extract the SQL object, and to modify it (adding criteria,
    etc..).
    This is not my problem.
    My problem is how to access the table fields in event code during the
    generation of the report.
    Do I ne…
  • Sorry, but I still do not understand how to access fields of the dataviews
    in code.

    Example :

    My form has 2 dataviews.
    This is the form class definition :
    type
    TFormReportsFinancialType10 = class(TForm)
  • I found some more Info.

    The bug is the alis from the QueryDesigner

    This is the original Statement, rendred by the QueryDesgner:
    ========================================
    SELECT PIVOT_RechnungPos.Monat,
    PIVO…
  • i am Using RB 6.01
    Delphi 5 with SP
    TeeChart 4.03

    Under RB 5.6x all was ok.
    The Database is an MSSQL-Databas with ADOExpress.

    If you have an SQL-Server 2000 i could send you an backup of the database,
    so you…
  • Jim,

    Thanks for your reply. I have a little more information now. But first an
    answer to your question. I did NOT have any AV's prior to this.

    I am using RB 5 (latest version thereof, downloaded about a month ago)
    a…
  • P.S. It would also be really nice if you provided a way to
    lock/unlock components on the Report Designer individually, without
    locking the entire form in Delphi. Once you've carefully positioned a
    group of components, you don't want…
  • Found it, thank you.

    This information does not appear to be relevant, however. I checked
    it; my subreport child reports are set to [ndBlankPage]. According to
    the help:


    The described subreport behavior does no…
  • I think I've figured it out. Based on a comment in the source, I
    created a group in the line item subreport using the line item key (so
    it wouldn't ever break). Then I set that group's footer to dynamic
    height, and moved all the sub…
  • Thank you, but I'm unclear as to how to do this. The property does
    not appear to be public/published.

    What I have:

    [detail band for line item subreport]
    [line item fields]
    [subreport for additional line item…
  • Thanks Jim,

    cancelling was not the problem why I aksed for your support. It get's more
    difficulty if the user selecets various single pages or page groups in the
    printer dialog (like "1,3,5-7").
    With the cancelling informat…
  • Reminder,

    this question still is not answered :-((

    We need an event to track the printing of every single page until printing
    is finished or printing is cancelled by the user (i.e OnPagePrint(APage:
    TppPage...)
    A…
  • Jim,

    Thanks for your hint, I read it already before I came to this NG.
    This document contains no answer to any of my questions!

    So I ask you again for an real advice!

    Robbi
  • Jim,

    Thanks for your hint, I read it already before I came to this NG.
    This document contains no answer to any of my questions!

    So I ask you again for an real advice!

    Robbi
  • Sorry, I forgot one additional question:

    I configured the report to always print a page, even an empty page
    ([ndMessageDialog,ndBlankPage]). I hooked into the OnNoData event of the
    report , but it is not fired when our report su…
  • Nevermind, this mainly effects the SQL parser.

    Thanks

  • Nard,

    I discovered the problem.
    It is on the property WideBarRatio. If you change the report unit of measure
    from inch to millimeter, all values you put on this field is converted to
    inch, dividing the insert value by 25.4.…
  • "Marc Antheunis" ha scritto nel messaggio
  • antonio,
    are you sure that you provided a correct check digit as last character?
    have you tried printing and testing other symbologies
    i use the 39 code and it works well for me
    try to emulate a code that you have and see if the …
  • > Sorry, but have idea what the problem might be. We have had no reports

    I've found some strange behaviors on the configuration of the barcode.
    I am using the end-user solution for generating reports.
    After placing the barcod…
  • Okay, I fixed the problem.

    When you use a tppline, you have to set the height to the height
    of the detail, use bottom line only, shift to back, and use
    stretch with parent, not shift with parent.
    Then it works as a bottom …
  • The problem is not with the detail height, it's a bug in tppline.
    When there is no data on the report, a tppline that is set to be
    at the bottom of a detail band will move up towards the top of
    the band even though the band itself did…
  • Thanks to you and Mr. Packard for your suggestions.

    Using Band.BeforePrint worked. Here's what I did, if anyone else is
    interested:

    1. Set the band's PrintHeight to phStatic.

    2. In the report's BeforePrint even…
  • (I do also have a vertical TppLine that's set to ParentHeight.)

    I'm not sure how to fix the issue with the dbtext but I can tell
    you how to fix the problem with tppline.
    Set your tppline so the height of the line is minimal, us…
  • Hi,


    I suspected that and mainly wanted to check whether I overlooked something.


    I will look into that. Thank you.

    Ciao, MM
    --
    Marian Aldenhövel, Hainstraße 8, 53121 Bonn
    in Report horizontally crossing pages Comment by rbuser August 2001
  • Sorry I neglected to say that the full EReadError message is 'Error reading
    ppReport2.OnPrintingComplete: Invalid Property Value'.
  • That was it, loaded a template and wasn't rehooking the handlers.

    Thanks,