Hi Bruce
ABC web app, multi dll.
I have recompiled all apps, including data dll.
Is there a way to switch on error reporting on file access, to have them logged to a certain file or similiar?
Perhaps I should check in the file access class.
thanks
Johan
The files are listed in the routine as below
OpenFiles ROUTINE
! Start of "Beginning of Procedure, Before Opening Files"
! [Priority 5000]
! End of "Beginning of Procedure, Before Opening Files"
p_web._OpenFile(invoice)
p_web._OpenFile(cctrans)
p_web._OpenFile(client)
p_web._OpenFile(ccnr)
p_web._OpenFile(payment)
p_web._OpenFile(payitem)
FilesOpened = True
! Start of "Beginning of Procedure, After Opening Files"
! [Priority 5000]