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

Passthrough get Info to the calling report object

edited May 2007 in RAP
Hello,

sometimes i need the report object in a passthrough. So i place the report
as first parameter. This works. But is it also possible to get the actual
instance of the report object without passing it in the passthrough? is the
report on the calling stack to get it with Getparameter(-1 or so)?

--
best regards
chris (EULANDA)

www.eulanda.com
ERP SOLUTIONS

Comments

  • edited May 2007
    Hi Chris,

    PassThru functions in RAP are similar to stand-alone rountines in Delphi as
    in they only have the parameters passed to them and any global parameters
    declaired in the file available to them. Adding a parameter to reference
    the report object is a good idea and we will consider adding something like
    this for a later release.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

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