I have a report in my 3rd party dictionary and I would like to allow users to select and save their options by using the Report_Destination window and its Ask Each Time option. I am failing to find a "how to" online for this.
I have a few assumptions made about how to proceed. It would seem I need a window with a "return to" field to send to the Open form procedure so that I can fetch the options after the user clicks Ok on the Report Dest. window. My report prints in response to a post action so I would have to create a new window. I think creating an Internal window would be appropriate as then it isn't displayed to the user.
As for the rest of it, I am muddling through attempts to understand all the options on the Report Dest. window and how to interpret, store, and use them in code.
*This post is locked for comments