Hi
As we know it is possible to start a report like the ffw code, to have the filters of the first data item set.
...
r.settableview(rec)
r.runmodal() //r is a report
..
My challenge is now to set the filters of another data item in the report r.
Any ideas.
Many thanks
Thomas
0
Comments
r.settableview(rec)
r.settableview(rec1)
r.settableview(rec2)
r.runmodal() //r is a report
Navision Solution Developer
Intelligent Systems Bulgaria
But what if I have a certain record twice in the report?
Eg.
First dataitem: customer
second dataitem: customer ledger entry (invoices)
third dataitem: customer ledger entry (closing entries of the invoices)
second dataitem : I want only the invoices from a certain date
third dataitem, I want to see only the credit memo's and not the payments
How do I do that?
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
Navision Solution Developer
Intelligent Systems Bulgaria
Works perfectly for me. Thx very much!
Thomas