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

Accessing a reports Global variable from outside the report

edited November 2004 in RAP
Hi,

Is it possible to access the Global variable in a report from outside the
report (from a Delphi form) or the other way around ?

Petter
D7, RB7 Ent. DBisam

Comments

  • edited November 2004

    One simple way to accomplish this is via Report.Parameters[]. You can create
    any number of parameters for a report. The Report.Parameters property can be
    accessed via Delphi code and RAP code.




    --
    Nard Moseley
    Digital Metaphors Corporation
    www.digital-metaphors.com



    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
  • edited November 2004
    Worked out really nice, liked this possibility.....

    Petter

This discussion has been closed.