J
Junior
Hello!
I have a report that I would like to fine tune, and I was hoping
someone could help me.
There is a field in this report - let's call it TC_CST, derived from
an underlying sql statement. Based on the value of this field, I
would like to be able to set properties to a series of sub-reports to
visible or not visble. For example,
If TC_CST = "x", then make sub_report_1 visible
If TC_CST = "y", then make sub_report_2 visible
and so on...........................
I am not exaclty sure where I need to insert code to instruct the main
report to complete this action. Is it placed in the OnOpen or the
OnActivate??
Also, what would be the correct syntax to accomplish this?
I have a report that I would like to fine tune, and I was hoping
someone could help me.
There is a field in this report - let's call it TC_CST, derived from
an underlying sql statement. Based on the value of this field, I
would like to be able to set properties to a series of sub-reports to
visible or not visble. For example,
If TC_CST = "x", then make sub_report_1 visible
If TC_CST = "y", then make sub_report_2 visible
and so on...........................
I am not exaclty sure where I need to insert code to instruct the main
report to complete this action. Is it placed in the OnOpen or the
OnActivate??
Also, what would be the correct syntax to accomplish this?