Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Setting Variables

edited July 2003 in General
Can I set some report global variables from the standard
unit of delphi?

Comments

  • edited July 2003
    If you are trying to set a global variable from Delphi you can do so using
    the method in the following example. It is not possible to access Global
    variables from a Delphi app.

    http://www.digital-metaphors.com/tips/CreateGlobalVar.zip

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited July 2003



    ..ok, but in this example the varible is create.. my problem
    is to set the variable

    Moro
  • edited July 2003
    If you wish to set the variable, you will use the same technique as in the
    example I provided. However the easiest way to set a global variable in RAP
    from Delphi is to use a JITPipeline. Using a JITPipeline, you can easily
    set any variable in a report from the Delphi application. For more
    information on JITPipelines and no-data reports, please see the RBuilder.hlp
    and demos 136 - 140 in the RBuilder/Demos/Reports/... directory.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.