Can I executed a function ather the program has created the error.log with the standard errsysw.prg ?
I would like to keep always the standard programs from FWH in every new build, but like now, it would become handy if I have the
possibility to save the error in a online oRs: database. (before or afther the log is created)
I have different soccer trainers that uses a member program online. So if a error occures, they must be online, and the error could be written to a online database.
On the other hand, if I must use the original errsysw.prg, then where to I best put my extra errorhandling function?
function MyExtraError()
// open database and fill with needed data
// proceed with error handling from FWH standard
return NIL