variables in script
Hello everyone, in my code delphi I write:
I create a variable in my report named "'GScriptKLE'"is variable in my report script:
example:
question: how to pass a variable in delphi to test it in the script of a report.
thanks.
      ....
      MyReport.Script.Variables['GScriptKLE'] := 'true';
      ....
I now want to find thI create a variable in my report named "'GScriptKLE'"is variable in my report script:
example:
      ShowMessage('<GScriptKLE>');
But it does not workquestion: how to pass a variable in delphi to test it in the script of a report.
thanks.