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

  • > Well, we have report builder integraded in our self made ERP solution. So

    I understand mission critical stuff and risk reduction--just curious on the
    time factor.
  • Well, we have report builder integraded in our self made ERP solution. So
    before we upgrade everything we need to be sure if every (scheduled)report
    works because a lot people in our organisation are counting on the
    information.
  • > Thank you for your replies. We already bought the RB 10 version but it

    I would be curious as to how much time it will take. I've never found
    upgrading RB to be that difficult.

    Edward Dressel
    Team DM
  • Hi Nico,

    Debugging the report did the trick!
    The problem was i had a region with a subreport in the summary band
    because i wanted that region printed as last.

    I moved the region to the header band, now the report doe…
  • Hi Nico,

    1) Maybe is the word print misused by me because i meant the preview option.

    2) I do use multiple datasets but i don't link them. What i have done is
    placed 5 regions under eachother and placed them all in the hea…
  • Hi Nico and Nard,

    Thank you for your replies. We already bought the RB 10 version but it
    will cost a lot time to upgrade so we didn't upgraded it. This would be a
    good cause.

    But on the other hand i tried to do what N…
  • Thanks Nard, will do

  • Nard Moseley (Digital Metaphors) wrote:
    Thanks for the quick response, great support! I've switched to this
    project above, made a copy for my own test purposes and got it working
    ok , generating datadictionary entries from my applic…
  • > On the form that contains the DataDictionary component, is there a

    Yes. This is a test project and I've got everything running off the one
    form. The Datadictionary component specifies Databasename = nxDatabase1
    and Sessi…
  • I'm using RB10.06 for D7 and RB Data Access for Nexusdb is installed,
    rbnexusdb107.bpl. I seem to be able to access everything ok in the
    explorer, creating new folders and creating new reports and saving to
    nexusdb tables. However…
  • Use ppReportExplorer property ModalForm, set it to false.

    I
    schrieb
    of
    You
    disable
    i
    how



    --- posted by geoForum on http://delp…
  • i am using delphi 6 enterprise and RB 10.06

    only a ppDesigner1.show doesn't work in my application (tested XP and vista)

  • Thanks Nico

    But

    I dont have this directory : \RBuilder\Demos\4. EndUser Databases\SQL
    Server\2. ADO\StoredProc\

    I use the Report Builder Enterprise 7.03

    Do you have this sample ???

    Thanks …
  • Nico Cizik (Digital Metaphors) wrote:


    Indeed. And in the packages, there are still references to
    ppToolbars.pas and the other that have been removed, as I read in the
    release notes.

    I just removed the references…
  • Hi Nico,

    It doesn't work after closing all the instances of Outlook 2003.

    If they use a Visual Basic Script like this:

    *********************************
    Set ol = WsScript.CreateOleObject("Outlook.Application")
  • "Nico Cizik (Digital Metaphors)" wrote

    Let me check with the customer and I let you know how it went.

    Thanks,

    Jose Maria Sanmartin
  • Eric,

    Hello. I am just beginning to take a look at AutoSearch and have the same
    requirements that you have ...

    1. The user selects a report template from a list.
    2. I need to give them a popup search dialog, populat…
  • Hi

    RB is realy a great reporting framework!

    Eric

  • Hi

    I have it all working!

    Eric

  • Hi

    I have it working with the dropdown.

    Now i have the following question:

    The example is based on 1 report
    I was the dropdown tp work in the enduser environment where i do not know
    what reports the user i…
  • Hi

    Why is "TppSimpleSearchPanel.ValidateEditControl" not virtual? (7.04)

    i like to use a descendant of TppSimpleSearchPanel to be used with a
    dblookup instead of a edit.
    But i need to override ValidateEditControl
  • A little bit more info.

    the report uses groups to group invoice items in invoice headers. It goes
    wrong when I use a setrange of invoice numbers. It's like it's not setting
    gCopy back to 0 or 1.

    Cheers

  • HI Nico
    This all works great, untill..

    I print off multiple records, i.e. 3 or 4 invoices. they all say Copy 1.

    Andy

  • I found it.

    Thanks


  • Hi Nico

    This example works great, but I can;t run in my app because it doesn't
    understand gCopy.

    Thanks

    Andy


  • Dear Nico,
    great, it now works fine.

    Many thanks

    John



  • Dear Nico,
    forget last email, I get it that I have to include the GetSQLObject
    function myself.
    I have done this, and now I am stuck on the line
    lSQL.DatabaseName := Designer.DataSettings.DatabaseName;

    'Design…
  • Dear Nico,
    where do I find 'GetSQLObject'

    I have added units daQclass, daDatMod, daSQL, daDataView, daQueryDataView,
    daADO, daDataModule, daDatamanager

    and still no joy!

    regards

    John<…
  • Dear Nico,
    I have done that and no joy. Are there other database settings I
    need to look at?

    My code is shown below. It steps through the reportonload event ok.

    thanks

    John

    main proc<…
  • Hi Nard

    Can i het to the created sql in a search panel?

    Eric