Join The Works program to have access to the most current content, and to be able to ask questions and get answers from Revelation staff and the Revelation community

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

View this thread on the Works forum...

  • third_party_content/community/commentary/forums_works/d23f4dacaee697fc852571bb00043236.txt
  • Last modified: 2023/12/30 11:57
  • by 127.0.0.1