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 already did it, but the error raised is strange and couldn't find a
    particular line to fix it.
    Sorry, but i want to apply my money back guarantee, because i switched from QR
    to RB to have some problems fixed, but the Waler support i…
  • In article <8EAE82296ACCD311A039005004E0CAC005512E@DMSERVER>, Chris Ueberall
  • > I use Apollo.

    and there is no similar built-in function?
    I personally don't use any calculating for values which must be exact in the
    lowest bit - to avoid any rounding issue on reporting. Isn't it possible for
    you to …
  • In article <8EAE82296ACCD311A039005004E0CAC005511F@DMSERVER>, Chris Ueberall
  • Hi Günter,

    If I remember right, you are using Advantage, then you can use the SQL
    function 'Round' - no IEEE rounding!.
    In your given example, the result, when using the picture mask given, isn't
    wrong - 445.99 is ok!
  • The RB Help says the following about the 'MasterDataPipeline' and
    'MasterFieldLinks' properties:

    'For the DBPipeline and BDEPipeline classes this property is informational
    only and does not trigger any automatic record filtering…
  • Now, I have a new problem, When I Fix the source code about CharWrap, and
    runtime to set it True,
    1. the Chinese word may cutted by TppMemo And TppDBMemo components,I mean is
    that one Chinese word have 2 byte, but sometimes the Chines…
  • Thank you for your help, I got it.

  • Thank you for your answer, I tested it, it is run once.
    But I need to change the CharWrap property at every record.
    For Example,I have 4 recordes,like as:

    E, English sentence...
    C, Chinese sentence...
    E, English senten…
  • Thanks.. It works OK.

    Daniel Alvarez


  • I've tried this, and it works OK, but with a little problem. The DBmemo
    makes it taller, but it overlaps the next control down in the detail band.
    What I need is that the control resizes but the next line begins a where the
    actual lin…
  • Thank you very much, Vinnie.

    Vinnie Murdico escribi? en el mensaje de
    noticias 8EAE82296ACCD311A039005004E0CAC0055168@DMSERVER...
    on
    then
  • Hello Daniel,

    Try using a DBMemo control instead of DBText. When you place the DBMemo on
    the page, set the width to the width you want the paragraph to be, and then
    right click on it and select "Stretch" from the popup menu. T…
  • Hi ..you need to re-compile that package again ....(RBRCL55.bpl )


  • Hi Guillermo,


    you have to define the output first. See menu 'Print to File Setup ...' in
    the file menu.

    regards,
    Chris Ueberall;
  • to DM:
    i want to second the request to be able to use the ongettext event of a
    tfield to handle the output on paper
    if this would be easily implementend do not hesitate...
    cu
    marc

  • Sorry, RB Ent 602.

  • Ed,
    It looks as if the pipeline2 is not opening it's query as the subreport will
    not print if it's set to pipeline2. It will print OK if the pipeline is set
    to pipeline1.

    What can cause the pipeline to not open the query. T…
  • Ed,
    Here is the DBText that is the problem. It looks good to me, but that could
    be part of the problem!
    I can send you the whole file 7K if you like vs the group.


    object ppDBText3: TppDBText
  • > 3) I'm not sure how or what to export. Could you explain more.

    ppReport1.Template.Format := ftAscii; // or something like that
    ppReport1.Template.FileName := 'C:\FileName.Txt';
    ppReport1.Template.SaveToFile;


  • 1) The version is 6.01.

    2) We access the data via a TMMQuery component derived from TDataSet of our
    own design (as MySQL components were not very good when we started used
    MySQL) which has worked very well for us.

    3) …
  • Tom:

    Several things to look at:

    1) What version of RB are you using?
    2) How are you acessing your data? DADE? or is it via a TDataModule
    3) Finally, export your report to an ASCII file and look at the field in
    qu…
  • On Tue, 16 Oct 2001 14:44:35 -0500, jason.kruckel@vantagesystems.ca
  • Actually, I think it would be great if there was a design-time property
    (read-only) for the TppReport component that showed up in the Object
    Inspector as "Version" so we could simply click on the Report control and
    see which version i…
  • My ppReport component is on a form, not a DataModule !

    I have read ALL message in this newsgroup so far, and this problem occurs to
    many other people. I wouldn't update Dephi 5 and ReportBuilder 5.53 because
    for my work they are…
  • Are your Report Builder components on a Data Module?

    I have found that you get very regular access violations if you have the
    report component on a datamodule. I put them on the form and everything is
    fine.

    Just curi…
  • Thanks, Nard. I'll have a look now.

    Bill

  • I'm using Delphi 6.

  • I tried to install it (Delphi Patched) and i get an Internal error U1196
    when i try to compile cdlrbc66.dpk on the ppchrtdb.pas...

    and for what do i need the ppChrt.pas in your patch?

    When whill be a new final release avai…