I don't know where/how to do that!
But I 'm trying - in Source I found
GlobalErrors.SetProcedureName('IncidentsOptionsPrint')
INIMgr.Fetch('IncidentsOptionsPrint',ProgressWindow)
! Save window information
IF SELF.Opened
INIMgr.Update('IncidentsOptionsPrint',ProgressWindow) ! Save window data to non-volatile store
END
SELF.SetFileName('')
SELF.SetDocumentInfo('CW Report','callw','IncidentsOptionsPrint','IncidentsOptionsPrint','','')
SELF.SetPagesAsParentBookmark(False)
see attached
Since then:
changed it to something like that:
p_web._trace('PrimeReportOptions = '&LOC:PDFName)
which did not help as it contains *sigh* the PDF name and not the URL.
and the answer is:
p_web._trace(SomeVariable) but which one
[attachment deleted by admin]