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

  • thanks nard, but it doesn't work fine.

    where can i put this code ?



  • Nard

    I have a memo field in the detail band. I adjusted the size of this (made it
    smaller) and I now have huge improvements.

    I think this is where I was having the problems

    Cheers

    Mark

  • I have a group..and yes its set to KeepTogether..

    I am confused by your statement of a datafield that is unique for each
    record...each group of records will have the same grouped field surely.

    In my example my group field…
  • Hi

    I send another mail to support but I have not received answer, I just want
    to know if there will be a solution or if they recibed my mails

    These is an error very very easy to reporoduce ..

    I have one HostApp…
  • Hi Nico
    I already send a mail tu support.

    I made an example to reproduce the error, I use the same dll of the demo7
    Only change the call to the function, I use cdecl and the aAppHandle is
    integer but this is always 0
  • I didn't run the demo in 10.04, and I didn't get the error in my end user
    solution on that version.
    When I upgraded I started to get it with my solution and I tested your end
    user solution too, and I got it in both implementations.<…
  • Thanks, it works. Also I am very impressed how fast I have got a response.
    Thanks again Nico.

    Serge Goupinets

  • Nico

    The SQL is fine. It simply does not order by the field I select (certain
    fields).

    And why does the order of the output get sorted when I order the Fields on
    the Fields tab and ignores the sort order on the Sort…
  • Hi Nico,

    I had a quick view on the sources and using the tag to sore the needed
    information seems to be an good idea (I will figure it out tomorrow). I
    think this would solve my problem.

    Thank you very much!
    Bjoe…
  • Hello Nico,

    the Report is some kind of German tax form. The user must be able to add
    some information that can't be generated from a Database. So is prompt
    an Edit-Field on to of the DBText the entered Value must be inserted in<…
  • Sorry, I don?t understand this explanation.
    Can you send to me an example?

    --
    Deivid Sartori
    Ema Software

  • Hi Nico,

    Thanks for that. Can I request an enhancement for the future where you can
    specify whether to place quotes around items? In the meantime we will do as
    you say.

    Thanks

    Alex


  • Dear Nico,

    Can you tell me how to do that? It is not quite clear to me what to put
    there to make it print at the bottem.

    Beste Regards,
    Rob Nowee
    FSP


  • Hello again,

    I found the solution, I missed this hind from the Demo Readme


    thank you
    Bjoern
  • Hi Nico,

    Thank you for your reply.

    But what you are describing i already have done it. What i see is a
    strange line who aggrates all the data.(for example it shows the data from
    Product1 and 2 in the same colour).
  • Hello Nico,

    you are right I am using Version 9. I will see if I can persuade my Boss
    to update.
  • Yeah, yeah, I know. Murphy and all that. As soon as i hit the send button I
    thought of one more thing.

    Sure enough, it helps to enable RP in the source.

    Oh Well. It's been a long day....Sigh.


    Ian
    <…
    in Calc Tab?? Comment by rbuser August 2007
  • Rest, stand down, don't panic...All working now. Small trap for young players
    the field name needs to be of the same case as that in the report.

    "MyReport.AutoSearchFields[0].FieldName = 'INVNUMB'" 'Invnumb' wouldn't work.
  • OK. I found & have created the following..

    procedure TForm4.MyReportGetAutoSearchValues(Sender: TObject);
    begin
    if (MyReport.AutoSearchFieldCount = 0) then Exit;

    if (MyReport.AutoSearchFields[0].FieldName = '…
  • Nard Moseley (Digital Metaphors) wrote:


    Hi Nard,

    Thanks for the validation.

    OK. Next step.

    Same report, has a DataPipeline called Invoice. Invoice has a Search Criteria
    of invnumb = 10.
  • OK - Found it. I had to specifically set the DeviceType to Printer in code as
    well.

    MyExplorer.LoadReport('Test Report', 0);
    MyReport.ShowPrintDialog := False;
    MyReport.DeviceType := 'Printer'
    MyRepor…
  • Arno Verhoeven wrote:
    Hi Arno,

    It wasn't set at design time and just to be sure I set it to false at run time
    and I still get the dialog.

    Regards,

    Ian
    --
  • Ian Branch wrote:


    Set the ShowPrintDialog property of your ppReport to false

    HTH

    Arno

    --
  • Also, are there any examples of using TeeChart in a end user report? A
    "hard-coded" report will work too, but an end user example is preferred.

  • I looked at the documentation and it stated "ReportBuilder 10.x for Delphi 7
    has been verified to work with TeeChart versions 4.x through 7.x". I looked
    into purchasing TeeChart and they are on version 8.x. Is this currently
    "ver…
  • Hi

    A small addition to my previous post.

    When I moved the statement ppPrinters.Refresh just before the create of
    lPrinterDevice then the Access Violation doesn't occurs. Maybe is this
    modification in the software th…
  • Hi

    The version of ReportBuilder the customers currently using is 7.02 and on my
    development PC I'm using ReportBuilder 10.06. Both with Delphi 7. I can
    reproduce the error on my development PC. In a Windows environment.
    <…
  • Philip L Jackson wrote:


    HI Philip,

    Yup all OK. That's virtually what I did and it is working 100%.

    Regards,

    Ian

    --
  • > But our lead-developer told me it will cost him 3 days.

    I have over 100 reports. I can not remember when upgrading took more then a
    couple hour--mostly with 3rd party recompiles. (Sure, there is checking the
    reports, but …
  • oh, sorry. I misunderstood your question.

    But our lead-developer told me it will cost him 3 days.




    --- posted by geoForum on http://delphi.newswhat.com