G
Guest
Cant figure out how to make a unbound subreport invisible depending on a
value in a txtbox in the same report.
Subreport name: rptAvanse pr Firma-sub2
Text box name: Status4, placed in the pagefooter.
Subreport should be visible only if the value in Status = 4
Tried this in the pagefooter section and event format:
Me.[rptAvanse pr Firma-sub2].Invisible = (Me.Status4 <> 4), without sucess.
The text box gets its value from another subreport in rptAvanse pr Firma-sub2.
Any suggestion.
value in a txtbox in the same report.
Subreport name: rptAvanse pr Firma-sub2
Text box name: Status4, placed in the pagefooter.
Subreport should be visible only if the value in Status = 4
Tried this in the pagefooter section and event format:
Me.[rptAvanse pr Firma-sub2].Invisible = (Me.Status4 <> 4), without sucess.
The text box gets its value from another subreport in rptAvanse pr Firma-sub2.
Any suggestion.