User Conversion (OpenInsight 32-bit Specific)
At 20 JUN 2009 01:04:36AM David E Schranz wrote:
When a user conversion subroutine traps a validation error it comes up with the Data Validation Error message: "The validation requirement enforced by the User Conversion Subroutine …".
Is there any way that I can replace this error message with my text?
At 21 JUN 2009 05:27AM Stefano Cavaglieri wrote:
When the data validation fails set status()=3, then you can trap it and display what you want. Hope it helps.
Stefano
At 22 JUN 2009 04:14AM David E Schranz wrote:
It does, thanks