L
Laura Stern
Guest
Regarding some errors, like AppError, putting the error in weird places: No, we put the string you pass into the appropriate place based on the API method you use. NEW AppError( ) is documented to set the ReturnValue property, not the error message. NEW AppError( , ) will set an error message and error number. You just have to call the one you want! However we do acknowledge that this interface is not intuitive and so many people make the mistake of setting the ReturnValue by mistake when they meant to set an error string. So we do apologize for that!
Continue reading...
Continue reading...