Hi,
I have a datawindow "dw_1" for purchase enquiry report.
in dw_1 , there is a dataobject "r_enqlist" which is dynamically set.
in r_enqlist there are two dataobjects "r_enqdetails" and "r_enq_annexure"
When i retrieve dw_1 i get a single report with enquiry details of multiple parties. I want to filter this report for a single party by clicking a button placed in the window.
How can i achieve that ?
I assume that dw_child cannot be used with nestd datawindow.
please help.
You cannot use a command like Filter () in DW DOT notation. You would need to use a GetChild() command to get a pointer to the child DWO and then issue the filter from there.
Regards ... Chris