Hi Chris,
The report directory path is determined in a step in the process model, called 'Determine Report File Path'. This calls a function in the modelsupport2.dll and will return the full report path based on your report options. For the ParallelModel.seq, I think it returns the value back to FileGlobals.DetermineReportFilePathMutexName. The function also opens the file ready for use.
The way to programmable set the report path is usually done by using the Callback Sequence 'ReportOptions', which you would have in you sequencefile. This Callback gives the user the chance to change the default setting from the Configure Report Options Dialog, which you call from the Menu.
Hope this helps
Regards
Ray Farmer
Regards
Ray Farmer
