Jump to content

LotusScript: Difference between revisions

From EDM2
Ak120 (talk | contribs)
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
An embedded [[object-oriented]] [[Basic]] like scripting language used by [[Lotus Development Corporation]] (Later [[IBM]]) as the default scripting language on all of their software products. The language has in particular a large number of objects available for use with [[Lotus Notes]], [[Lotus WordPro]] and [[Lotus 1-2-3]], but it is also used on other [[Lotus SmartSuite]] products and software that commonly interface with Lotus Notes such as [[Domino Server]] and Domino Designer.
'''LotusScript''' is an embedded object-oriented [[Basic]]-like language.


The core language itself has great similarities to [[Visual Basic]] and [[VisualAge for Basic]] and may even be considered a variation of those, but the object model and the available objects have been adapted for fit the application domain rather than general programming tasks.
It was used by [[Lotus Development Corporation]] (later [[IBM]]) as the default scripting language for their software products. The language has in particular a large number of objects available for use with Lotus Notes, Lotus Word Pro and [[Lotus 1-2-3]], but it is also used on other [[Lotus SmartSuite]] products and software that commonly interfaces with Lotus Notes such as Domino Server and Domino Designer.


====OS/2 text & programmers editors with LotusScript support====
The core language itself has great similarities to [[Visual Basic]] and [[VisualAge for Basic]] and may even be considered a variation of those, but the object model and the available objects have been adapted to fit the application domain rather than general programming tasks.
* [[jEdit]] - Java based editor - LotusScript syntax highlighting available as a seperate download - Current.
 
==Releases==
*Release 1 in Improv
*Release 2 in Lotus Forms and Notes ViP
*3.0 - Freelance Graphics
*3.1 - 1-2-3, Approach, Word Pro
 
==Development Environment==
;Editor support
* [[jEdit]] - Java based editor - LotusScript syntax highlighting available as a separate download
 
==Publications==
* Rob Beyer, Roland Houle, Robert Perron: ''60 Minute Guide to LotusScript 3 Programming for Notes 4'' - IDG 1996, ISBN 1-56884-779-3
* James G. Meade: ''LotusScript for Dummies'' - IDG Books 1997, ISBN 1-56884-638-X
* William Thompson: ''LotusScript: Accelerated Lotus Study Guide'' - McGraw-Hill 1999, ISBN 0-07-134561-2
* Joe McGinn: ''Inside LotusScript'' - Manning 1998, ISBN 1-884777-48-1
* Anthony Patton: ''Practical LotusScript'' - Manning 1999, ISBN 1-884777-76-7
* Normunds Kalnberzins: [http://www.ls2capi.com LotusScript to Lotus C API Programming Guide] - 2003, ISBN 9984-19-492-2
* ''LotusScript for Visual Basic Programmers'' - IBM Redbook SG24-4856
* [http://www-12.lotus.com/ldd/doc/uafiles.nsf/docs/ls70/$file/lscript.pdf LotusScript Language Guide Version 7] - Note this is for a newer version of LotusScript than is supplied with most OS/2 products, but is still a useful reference.
* Julian Robichaux: [http://www.nsftools.com/tools/ls-book.pdf The unfinished LotusScript Book] - As it is unfinished it is not really usable as a tutorial but useful as a huge source of tips.
* Paul Ray: ''A Developer’s Guide to Programming the Notes C API from LotusScript'' - THE VIEW Jul/Aug 2001


==Links==
==Links==
;Introductions
* Gary Devendorf: [https://web.archive.org/web/19970220151208/http://advisor.com/issues/deveg01.htm LotusScript: Not Just Another Macro Language] - Lotus Notes Advisor (Jul/Aug 1996)
* [http://www-01.ibm.com/support/knowledgecenter/api/content/SSVRGU_9.0.0/com.ibm.designer.domino.main.doc/H_DUMMY_TOPIC_HEAD.html?locale=en LotusScript] - IBM - has a good introduction to the language.


;Tips and code snippets
;Tips and code snippets
Line 14: Line 34:
* [http://www.hadsl.eu/hadsl.nsf/Vienna_Buchan_Calling%20the%20Notes%20C-API%20from%20LotusScript.pdf Calling the Notes C API from LotusScript] - Presentation from 2006 by Bill Buchan
* [http://www.hadsl.eu/hadsl.nsf/Vienna_Buchan_Calling%20the%20Notes%20C-API%20from%20LotusScript.pdf Calling the Notes C API from LotusScript] - Presentation from 2006 by Bill Buchan
* [http://chc-3.com/pub/tips1.htm Tips for Top-Quality LotusScript] - By Charles Connell
* [http://chc-3.com/pub/tips1.htm Tips for Top-Quality LotusScript] - By Charles Connell
* [http://webcache.googleusercontent.com/search?q=cache:IWc5fbaYHtoJ:www.ovalbusinesssolutions.co.uk/thoughts/using-lists-to-improve-the-efficiency-of-your-lotusscript-code-2+&cd=49&hl=en&ct=clnk&gl=uk Using lists to improve the efficiency of your LotusScript code] - By Matt from [http://www.ovalbusinesssolutions.co.uk/ Oval Business Solutions]


;Code
;Code
* [http://www.johnbrown.com.au/approach/faq.htm#scripts A large collection of scripts] - From John Brow's [[Lotus Approach]] [[FAQ]]
* [http://www.johnbrown.com.au/approach/faq.htm#scripts A large collection of scripts] - From John Brown's [[Lotus Approach]] FAQ
* [https://www.openntf.org/internal/home.nsf/project.xsp?action=openDocument&name=LotusScript%20Gold%20Collection LotusScript Gold Collection] - An open source collection of code, primarily intended for Notes but portions usable for Smartsuite development.
* [https://www.openntf.org/internal/home.nsf/project.xsp?action=openDocument&name=LotusScript%20Gold%20Collection LotusScript Gold Collection] - An open source collection of code, primarily intended for Notes but portions usable for Smartsuite development.
* [https://web.archive.org/web/20110712174747/http://blog.lsdoc.org LotusScript.doc] - From Archive.org - Note that while most of the pages are missing from the archive the code download still works. - A tool to create [[HTML]] documentation similar to what [[Javadoc]] does for [[Java]].
* [https://web.archive.org/web/20110712174747/http://blog.lsdoc.org LotusScript.doc] - From Archive.org - Note that while most of the pages are missing from the archive the code download still works. - A tool to create [[HTML]] documentation similar to what Javadoc does for [[Java]].
* [https://www.abc.se/~m9071/lss/ A library of LotusScript classes] - By Daniel Eriksson.
* [http://wwwendt.de/tech/md5/ Wendt's MD5 Implementation] - MD5 implemented in LotusScript.
* [http://johankanngard.net/category/programming/lotusscript/ Sundry small classes from Johan Känngård]
 
==Publications==
* Anthony Patton: Practical LotusScript – 1999 - ISBN 1884777767 - Out of print
* Normunds Kalnberzins: [http://www.ls2capi.com LotusScript to Lotus C API Programming Guide] - 2003 - ISBN 9984194922 - In print
* [http://www.redbooks.ibm.com/redbooks/pdfs/sg244856.pdf LotusScript for Visual Basic Programmers] - IBM
* [http://www-12.lotus.com/ldd/doc/uafiles.nsf/docs/ls70/$file/lscript.pdf LotusScript Language Guide Version 7] - Note this is for a newer version of LotusScript than is suplied with most OS/2 products, but is still a useful reference.
* Julian Robichaux: [http://www.nsftools.com/tools/ls-book.pdf The unfinished LotusScript Book] - As it is unfinished it is not really usable as a tutorial but useful as a huge source of tips.
* Paul Ray: [http://lotusdevelopereurope.com/eview/volr6.nsf/0/788FF8239F4C98A985256A73003F62E3/$File/DevelopersGuide%20JA%20801.pdf A Developer’s Guide to Programming the Notes C API from LotusScript]


[[Category:Programming Languages]][[Category:Basic]]
[[Category:Scripting Language]][[Category:BASIC]]

Latest revision as of 02:33, 26 October 2022

LotusScript is an embedded object-oriented Basic-like language.

It was used by Lotus Development Corporation (later IBM) as the default scripting language for their software products. The language has in particular a large number of objects available for use with Lotus Notes, Lotus Word Pro and Lotus 1-2-3, but it is also used on other Lotus SmartSuite products and software that commonly interfaces with Lotus Notes such as Domino Server and Domino Designer.

The core language itself has great similarities to Visual Basic and VisualAge for Basic and may even be considered a variation of those, but the object model and the available objects have been adapted to fit the application domain rather than general programming tasks.

Releases

  • Release 1 in Improv
  • Release 2 in Lotus Forms and Notes ViP
  • 3.0 - Freelance Graphics
  • 3.1 - 1-2-3, Approach, Word Pro

Development Environment

Editor support
  • jEdit - Java based editor - LotusScript syntax highlighting available as a separate download

Publications

  • Rob Beyer, Roland Houle, Robert Perron: 60 Minute Guide to LotusScript 3 Programming for Notes 4 - IDG 1996, ISBN 1-56884-779-3
  • James G. Meade: LotusScript for Dummies - IDG Books 1997, ISBN 1-56884-638-X
  • William Thompson: LotusScript: Accelerated Lotus Study Guide - McGraw-Hill 1999, ISBN 0-07-134561-2
  • Joe McGinn: Inside LotusScript - Manning 1998, ISBN 1-884777-48-1
  • Anthony Patton: Practical LotusScript - Manning 1999, ISBN 1-884777-76-7
  • Normunds Kalnberzins: LotusScript to Lotus C API Programming Guide - 2003, ISBN 9984-19-492-2
  • LotusScript for Visual Basic Programmers - IBM Redbook SG24-4856
  • LotusScript Language Guide Version 7 - Note this is for a newer version of LotusScript than is supplied with most OS/2 products, but is still a useful reference.
  • Julian Robichaux: The unfinished LotusScript Book - As it is unfinished it is not really usable as a tutorial but useful as a huge source of tips.
  • Paul Ray: A Developer’s Guide to Programming the Notes C API from LotusScript - THE VIEW Jul/Aug 2001

Links

Tips and code snippets
Code