I'm struggling with error handling on a VFP7/SQL2k project. I've managed to trap errors with AERROR(), e.g. if the primary key uniqueness is violated, return a readable message for the user, but after my custom message appears and is cleared, the VFP ODBC 1526 message still pops up. How do I stop it appearing??