NetTalk Central

Author Topic: File access errors  (Read 2705 times)

JohanR

  • Sr. Member
  • ****
  • Posts: 375
    • View Profile
    • Email
File access errors
« on: June 21, 2012, 03:40:37 AM »

Hi,

How and where do I trap any file access errors.
Ideally I would like to log these to my own logfile.


thanks
Johan

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: File access errors
« Reply #1 on: June 21, 2012, 06:20:37 AM »
assuming your app is ABC, then all file errors go through the ErrorClass so you could trap them and log them there...

If you're using Legacy, then I guess it all depends on what sort of errors you are trying to trap. (For example "next" record-fails are expected...)

cheers
Bruce