Posted 16 November 2017, 11:25 am EST
Is there a way to create an expression that includes a value from another textbox on the report? Something like :
= rpt!TextBox23.Value + 1
Forums Home / ActiveReports / ActiveReports v7+
Posted by: chad on 16 November 2017, 11:25 am EST
Posted 16 November 2017, 11:25 am EST
Is there a way to create an expression that includes a value from another textbox on the report? Something like :
= rpt!TextBox23.Value + 1
Posted 20 November 2017, 5:02 am EST
You can use the ReportItems keyword to access the controls in the report as below:
=ReportItems!TextBox23.Value