girls3dog1
Programmer
Is it possible to access column data in a nested report from a composite datawindow event such as "retrieverow" with the following code:
string_variable = this.object."reportname".getitemstring(row, "columnname"
I've tried this, but it can't find the column name, which I know is present in the report.
Thanks in advance for any assistance provided.
string_variable = this.object."reportname".getitemstring(row, "columnname"
I've tried this, but it can't find the column name, which I know is present in the report.
Thanks in advance for any assistance provided.