PDA

View Full Version : error handling


sabret00the
04-28-2004, 01:28 PM
in vb2 i would call for error messages using this method
eval("standarderror(\"".fetch_template("project_error_novotetwice")."\");");

what's the best method for vb3? or the method fullstop would help :nervous: :o

NTLDR
04-28-2004, 02:14 PM
eval(print_standard_error('error_phrasename'));

Create a phrase called phrasename (NOT error_phrasename) in the front end error messages phrasegroup with the error message.

sabret00the
04-28-2004, 02:28 PM
thank you :D