Hi Keith
The loc:PDFName seems to be created automatically in this section and consists of the web folder name and a random generated name in the reports folder. Is it possible that you don't have a reports folder?
If Not p_Web &= NULL
SELF.SetReportTarget(PDFReporter.IReportGenerator)
self.SkipPreview = True
ProgressWindow{prop:hide} = 1
loc:ProgressName = p_web.GetValue('_ProgressName_')
p_web.SetProgress(loc:ProgressName,1,'') ! report has started
loc:URL = '\reports\$$$' & format(random(1,99999),@n05) &'.pdf'
loc:PDFName = clip(p_web.site.WebFolderPath) & loc:URL
! Start of "Prime Report Options when run in Web mode"
! [Priority 5000]
p_web.trace('loc:ProgressName = ' & loc:ProgressName)
! End of "Prime Report Options when run in Web mode"
End