create variable from Delphi

Is there a possibility to create a variable in the onmanualbuild event to use it
later in the getvalue event?

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 4:39PM
    in the button click event
    after loading report and before calling showreport or prepare report methods
    frreport1.dictionary.variables.add('varname');
    IMHO use your onmanualbuild event for controlling bands appearance only
    read chapters on variables and programming in chm helpfile and faq.txt
    regards ;)

Leave a Comment