Hello,
I have a data window that has an object in it that calles a report (another data window).
In the code, I want to change the name of the report that is called so it calls another report (data window).
Any ideas?
The data window dw_fe_putobs calls d_fe_reports. You can see that when you look at the properties of dw_fe_putobs.
I want dw_fe_putobs to call d_fe_manuals instead of d_Fe_Reports, but the change has to be done in code because other windows call dw_fe_putobs.
I have a data window that has an object in it that calles a report (another data window).
In the code, I want to change the name of the report that is called so it calls another report (data window).
Any ideas?
The data window dw_fe_putobs calls d_fe_reports. You can see that when you look at the properties of dw_fe_putobs.
I want dw_fe_putobs to call d_fe_manuals instead of d_Fe_Reports, but the change has to be done in code because other windows call dw_fe_putobs.