Export to textfile from report through dataport

lazziegallazziegal Member Posts: 11
I wanted to export the report to textfile through dataport, the report display should filter by date enter by user at the dataport. So, I have to get the date enter by user in dataport and filter it in the report.
How should I write the coding?

Thanks in advanced!

Comments

  • vijay_gvijay_g Member Posts: 884
    create a function SetPostingDate in report and call it from dataport.
    if you want to set it on dataitem then look in to Print Voucher see how it set filter's(document no.) to report.
  • lazziegallazziegal Member Posts: 11
    how should the SetPostingDate function be code?
    can explain?

    Thanks in advance.. :D
  • vijay_gvijay_g Member Posts: 884
    Take a look on C/Side help and see how function are work.
Sign In or Register to comment.