Re: AS ERROR...
Re: AS ERROR...
- Subject: Re: AS ERROR...
- From: kai <email@hidden>
- Date: Fri, 13 Apr 2007 16:01:16 +0100
On 13 Apr 2007, at 14:28, James Nierodzik wrote:
Don't forget to change the set field to this though..
tell application "FileMaker Pro" to set field "gERROR" of table
"Computers" to errMsg
Since your Printer Setup Utility has no idea what tables or fields
are ;)
Not sure I understand you, James.
The statement referring to tables and fields isn't within the Printer
Setup Utility tell block...
On Apr 12, 2007, at 6:49 PM, kai wrote:
On 13 Apr 2007, at 00:40, I wrote:
-----------
try
tell application "Printer Setup Utility"
set the current printer to printer "Officejet 6200 series"
end tell
on error errMsg
set field "gERROR" of table "Computers" to errMsg
end try
quit application "Printer Setup Utility"
-----------
---
kai
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden