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

  • Hi,

    unfortunately that doesn't work:

    ppGroupKArt.BreakType:=btDataField;
    ppGroupKArt.BreakName:='Bezeichnung';
    KArt_Header.Visible:=False;

    First of all, "btDataField" is "unknown" - though corresponding …
  • All of my reports have 3 levels of grouping that are turned on and off
    by a user selection. Here is the code I use:

    If subtot1='Y' Then //subtot1 indicates if group1 should be used
    begin
    Group1.BreakType:=bt…
  • Nico Cizik (Digital Metaphors) wrote:


    Hi,

    thanks - that worked nearly perfect. Unfortunately there doesn't seem
    to be a possibility to change the order of my groups either. Even if I
    sort "ORDER BY Date, Type" I…
  • > It looks as though you may be able to use columns and the

    Thanks Nico, works like a charm.

    S.
  • We also have the problem with black images sometimes.
    Patch requested trough mail

    Franky

  • Are you saying the patch is included in 7.03 or is a patch for 7.03?
    guarantee
    the
  • I also have the black image problem. Preview is ok. But printing comes out
    black sometimes.
    I have tried everything suggested here but the problem persists. It must be
    a bug.
    There is no other data on my report except images. If…
  • Yes, i have had that problem to.
    I added a picture to my report and saved it into the database (whith a
    computer windows xp).
    Than i had the problem on computers whith windows xp.
    I solved that problem by saving the report whith …
  • I think it is a bug. The transparency is already set to false and the
    problem is still there.

  • I have had this problem. The image shows up fine on some printers and
    others I get a black box. Fortunately for me, the image doesn't need to
    show up so I have a toggle to on the image to allow the user to show or not
    show the image…
  • The problem is not only when I try to print to the printer.
    The problem is when I try to make a preview. Are there any printer driver
    used then?

    BR

    Magnus


  • It seems like I only have this problem if I have the ppRichText
    transparent.



  • I have also tried to load the Whole Rich text directly.

    It seams like this OutOf Resources comes when the RichText wraps to more
    than One page.
    if it fit on the page everything is ok.

    BR

    Magnus

  • It does, but it gives me the "Oout of reasources when I print using
    transparent field"


    Another thing that is strange is that I have a detail band wit the RichText
    in.
    On this detail band (that is set to dynamic)
  • So there is no way to get rid of the WordWrap ?
    The reason I wounder is that the help file for delph says that the WordWrap
    don't affect the rtf. It is only the way the RichText is displayed. My
    problem is that I have a rich text in …
  • Hi Nard,

    will this be source code compatible for Win32 & .Net ?

  • Thanks Nico,
    And you were correct. I had to rework the query of the Master query (6
    level join) such that the PK was base table where all other tables were
    filtered against it.


  • Massimo,

    Try this (works in RB 6.03)...

    add after the 'implementation' keyword:

    uses
    ppTypes,
    ppUtils,
    ppDrwCmd,
    ppPrintr;

    procedure TForm1.ppDetailBand1AfterPrint(Sender: TObje…
  • Switched to section and now it seems to work :) Thanks again.
  • Thanks Nico, one step closer.

    I have moved the subreport to the footer of the group because the page needs
    to appear behind each group (if the criteria is met). Now I need to get the
    subreport to print on a new page but this do…

  • A reader replied in person and typed me off to my error. It seems that I
    was not adequately containing my rule to just the Detail band. I am posted
    the fix in case anyone else is interested in how it is done correctly.
    Thanks …
  • You are looping through all of the components on all of the bands and
    changing ALL Labels. You need to just loop through the report objects
    looking for labels that are on the detail band. Here's an example how:

    procedure Visit…
  • Hi Michael.
    Unfortunatelly I wouldn't like to recommend You HP printers because of the
    troubles they are getting. In my company we have 3 HP LaserJets, (2100, 2200
    and 4600). 2100 and 2200 have more and more problems like after printi…
  • Sorry, I forget to state the requirements :-

    Check Size : 23cm (W) x 17cm (H)
    No. of Checks printed per session : 80 (max)

  • CORRECTION to my last post. This DOES WORK - provided you preview in RB's
    standard previewer.

    By default, I use TExtraDevices to copy the report to a PDF, and the I
    preview all reports in AcrobatReader. When you preview in pdf…
  • Both methods work, however RB loses the BOLD, ITALIC, UNDERLINE, etc.

    When copying to a temp file: RichEdit1.Lines.SaveToFile('C:\TEMP.RTF'), and
    when you open that file in Word, all of the
    BOLD, ITALIC, UNDERLINE are there. RB…
  • STATUS_IN_PAGE_ERROR = $C0000006;

    there are a lot of others external exception, but C000006 is, if the OS
    could not read the pagesys file. But it could also be a problem on reading
    the executet exe-fi…
  • If we copy the executable to a local drive it still gives the same error

    Ferdy

  • > When I try to user Report Builder I get a External Exception in my
    application.

    This is a Windows Page Fault exception and could be caused by running an
    application from a network share and then loosing the connection.