• 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
AppleScript and Lotus Notes
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AppleScript and Lotus Notes


  • Subject: AppleScript and Lotus Notes
  • From: Steve Thompson <email@hidden>
  • Date: Thu, 31 Jul 2003 17:14:15 +0100

Has anyone had any luck scripting Lotus Notes 6?

The dictionary says

DoLotusScript: Compile / Run LS (from Default Notes Suite)
DoLotusScript string -- LS buffer

Which you would think means that this would work:

set aString to "OutOfOffice"
tell application "Notes"
set myDB to make new database with data {"Domino01/CompanyName",
"mail/sthompso.nsf"}
if not isopen of myDB then open myDB
tell me to DoLotusScript aString
end tell

But this line tell me to DoLotusScript aString - gives the error message

tell current application
+event OsaBObLs; "OutOfOffice"
end tell
Script untitled 1 finished
--> "OutOfOffice" doesn't understand the DoLotusScript message.


If anyone knows (or can figure out) the correct syntax, I'd be most
greatful

Thanks

Steve
_______________________________________________
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.

  • Prev by Date: Re: making an app wait for external process
  • Next by Date: Re: Drag and Drop
  • Previous by thread: Re: Very basic question about Address Book app
  • Next by thread: numbers in a variable.
  • Index(es):
    • Date
    • Thread