Re: applescript-users digest, Vol 3 #1758 - 18 msgs
Re: applescript-users digest, Vol 3 #1758 - 18 msgs
- Subject: Re: applescript-users digest, Vol 3 #1758 - 18 msgs
- From: Jon Lesher <email@hidden>
- Date: Tue, 17 Jun 2003 15:49:09 -0600
Try using "ignoring application responses" ex:
try
ignoring application responses
mount volume volumeIpAddress as user name myUsername with password
myPassword
end ignoring
on error
mount volume myVolume on server myServer in AppleTalk zone myZone as
user name myUsername with password myPassword
end try
>
>
Message: 11
>
Date: Tue, 17 Jun 2003 08:42:24 -0400
>
To: email@hidden
>
From: Greg Townsend <email@hidden>
>
Subject: Suppressing error messages
>
>
Is there any way to suppress error messages in AS (i.e., to prevent
>
them from popping up in case of an error)? I have a script that runs
>
a SOAP call, and despite putting the SOAP call in a "try" block I
>
still get an error message if the call fails to return any info. I'd
>
like to be able to have this script run unattended, but that won't
>
work if error messages keep popping up. Thanks.
>
>
Greg Townsend
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.