Re: Error 1728
Re: Error 1728
- Subject: Re: Error 1728
- From: Emmanuel <email@hidden>
- Date: Fri, 9 Feb 2001 10:27:02 +0100
At 5:57 +0100 9/02/01, Steve Yuroff wrote:
>
Where should I look for the secret decoder ring of AS error messages?
There are several freewares which provide those secrets (or, part of them).
I would check VersionTracker.
>
Any guidance about what this means, and just as important- what to do
>
about it, would be greatly appreciated. I WILL comprehend this language!
-1728 = Apple Event Manager's "no such object"
I suppose you should track the error using such wrappers as:
-------------------
try
-- erroring script
on error theErrString number theErrNumber
display dialog theErrString
end try
-------------------
HTH
Emmanuel