• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
sending a fax from safari
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

sending a fax from safari


  • Subject: sending a fax from safari
  • From: Robert Whittle <email@hidden>
  • Date: Wed, 14 Jul 2004 10:10:02 +0200

Hi there. I'm brand new to applescript, and ... I've run in to a little problem.

My goal is to send a fax via applescript and I can across this example:

http://developer.apple.com/technotes/tn2002/tn2082.html

set theDoc to alias "Macintosh HD:ReadMe"
set printConfig to {copies:3, starting page:2, ending page:2, target printer:"Prints Charming"}
print theDoc with properties printConfig with print dialog


When I try and compile this script I get the following error:
Expected ":" but found identifier.
(the script doesn't seem to like the space in "starting page:2" on line 2:

I also get an error on the next line (line 3)
Expected end of line, etc. but found identifier
"printConfig" is highlighted as the offending element

Thanks

Robert Whittle

--------
Robert Whittle
BookAssist
email@hidden
http://www.bookassist.com
_______________________________________________
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.


  • Follow-Ups:
    • Re: sending a fax from safari
      • From: John Stewart <email@hidden>
    • Re: sending a fax from safari
      • From: John Stewart <email@hidden>
  • Prev by Date: Re: Error handling with AppleScript
  • Next by Date: Re: Counting & trashing
  • Previous by thread: Re: Error handling with AppleScript
  • Next by thread: Re: sending a fax from safari
  • Index(es):
    • Date
    • Thread