Hi everybody
I'm using DbPro and trying to produce some errors like duplicate record key and so on... The error messages is to long.
How can I re-design/rewrite those error messages?
TIA
regards
carlost
Moderator: Neosoft Support
dbfShowErrors "False"
dbp...
If "[dbpError]" "=" "duplicate record key"
.translate
AlertBox "Error" "Llave de registro duplicado."
Else
If "[dbpError]" ">" ""
.display as is
AlertBox "Error" "[dbpError]"
EndIf
EndIf
Wow! That's a long list. Thanks for posting the link.
Users browsing this forum: No registered users and 0 guests