08-20-2009 07:59 AM
Hi,
I would like to create specific path(folder) and file name to result files. For example ..\date\ArticleNr\DateTimeSerialNr.xml. Thank you very much in adance.
Kri.
08-20-2009 10:27 AM
Kri,
You can use Configure >> Report Options, and then select the Report File Pathname tab to configure where your reports will end up, and what the file name will be. If you want to have these be different for each sequence, then add the ReportOptions Callback to each sequence and then modify the settings in the Parameters.ReportOptions container to what you want.
This link may also be helpful as it talks about what you're are trying to do: Report File Name
-Jack