Validation Error Messages (OpenInsight 32-Bit)
At 29 JUL 2006 08:45:49PM Steve Epstein wrote:
The standard validation error messages are sometimes cryptic for users(ie. Row does not exist in table )
Is there a simple way to intercept the error messages and create a more user friendly message?
At 18 AUG 2006 02:26PM chip fichot wrote:
I'm not sure about intercepting or preventing the standard message, but I've put code in the lostfocus event like this to provide the user with a more user-friendly message:
Call Forward_Event()
NotValid=Get_EventStatus()
If NotValid # 1 then
Call MSG(@WINDOW,"User Friendly Data Validation Err Msg")End