Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: LotusScript


Related Topics

  
  Using the object-oriented features of LotusScript
That seems to be typical, even for most advanced LotusScript developers, but there's a lot more that you can do with OO to improve your applications.
LotusScript may not have all the OO features of C++ or Java, but the features that are there can be very useful if you know how to take advantage of them.
Although covering every nuance of LotusScript's object-oriented features is beyond the scope of one article, we'll look at the most important ones and recommend resources for those who want to know more.
www-128.ibm.com /developerworks/lotus/library/ls-object_oriented_LotusScript   (4820 words)

  
  LotusScript - Wikipedia, the free encyclopedia   (Site not responding. Last check: 2007-11-05)
LotusScript is a dialect of the BASIC programming language used by Lotus Notes and other IBM Lotus Software products.
LotusScript is very similar to Visual Basic; code can often be copied without modification from one to the other.
LotusScript also allows the definition of user-defined types and classes, although it is not possible to inherit from the product-specific classes.
en.wikipedia.org /wiki/LotusScript_programming_language   (144 words)

  
 Dictionary of Programming Languages
LotusScript is a dialect of Basic used as the application extension and macro language for Lotus's line of office automation software.
LotusScript employs a high-level simplified event model to invoke subroutines and functions in response to user input and application activity.
LotusScript can be divided into a core language and set of classes, and application-specific objects and classes associated with the embedding product.
cgibin.erols.com /ziring/cgi-bin/cep/cep.pl?_alpha=l   (2901 words)

  
 Lotusscript Programming Language   (Site not responding. Last check: 2007-11-05)
LotusScript is a dialect of the BASIC programming language used by Lotus Notes and other Lotus products.
LotusScript is very similar to Visual Basic, code can usually be copied without modification.
LotusScript allows the definition of user-defined types and classes, too, although it is not possible to inherit from the product-specific classes.
www.wikiverse.org /lotusscript-programming-language   (105 words)

  
 Tips for Top-Quality LotusScript
LotusScript code is quite portable between applications, so you can copy pieces of code that you previously wrote and use them to "jump start" another application.
The LotusScript development environment (found within Domino Designer) is also quite nice, with design-time syntax checking and single-step debugging.
LotusScript makes it simple to hard code field names, because of its support for extended attributes of the NotesDocument class.
www.chc-3.com /pub/tips1.htm   (1599 words)

  
 Using the object-oriented features of LotusScript
That seems to be typical, even for most advanced LotusScript developers, but there’s a lot more that you can do with OO to improve your applications.
LotusScript may not have all the OO features of C++ or Java, but the features that are there can be very useful if you know how to take advantage of them.
Although covering every nuance of LotusScript’s object-oriented features is beyond the scope of one article, we’ll look at the most important ones and recommend resources for those who want to know more.
www.lotus.com /ldd/today.nsf/b83bf9c6ba8ed8d885256658007ab61b/d330436f7afdd43888256ad80064570f?OpenDocument   (4661 words)

  
 Practical Lotusscript   (Site not responding. Last check: 2007-11-05)
Also wanted to point out that all the errors that were mentioned in previous reviews seem to have been corrected in later prints - the copy I was sent in Aug 2002, has, as far as I can see, incorporated all the errors mentioned on the publishers web site.
The author obviously knows his stuff, but he's not a very inspired writer, and his editor is either technically incompetent or careless, because there are lots and lots of errors in the book.
If you know enough LotusScript to spot mistakes easily, or if you think of it as a challenge to debug the author's code, then you won't find the bad editing to be a problem.
www.hallwebtools.com /store/books_1884777767_Practical-Lotusscript.html   (467 words)

  
 LotusScript agents and the Web
LotusScript Agents are powerful tools that can be used in a variety of ways.
The LotusScript Agent will need to know the document's unique ID in order to find the correct document to mark, and we should mark the document with the Approver's name.
The LotusScript agent will parse the URL that's passed to it for the two parameters that it needs to find the correct Expense Report and mark this document Approved.
www.dominopower.com /issues/issue200002/agent001.html   (528 words)

  
 Lotus Notes and Domino Server 4.6 -- Ch 27 -- Lotus LSX Architecture and Microsoft ActiveX   (Site not responding. Last check: 2007-11-05)
Yet, although LotusScript is a language with considerable power in its own right, it would have been of little use to Notes developers without the specialized classes provided in the Notes object model.
LotusScript was to be a single language, but each product--from Notes to WordPro to Freelance--had its own product-specific requirements.
LotusScript is an interpreted language; as such, it is easy to use but hard to wait for.
docs.rinet.ru:8083 /PozaNotes/ch27/ch27.htm   (3934 words)

  
 Markt und Technik Buch : LotusScript Training Programmierung - Walter Saumweber   (Site not responding. Last check: 2007-11-05)
LotusScript ist eine in Lotus Notes voll integrierte Programmiersprache, deren Möglichkeiten über die der Formelsprache hinausgehen.
LotusScript ermöglicht aber auch das Erstellen eigener Klassen und Bibliotheken.
LotusScript ist insofern plattformunabhängig, als dass Sie es für jedes Betriebssystem einsetzen können, welches von Lotus Notes/Domino unterstützt wird.
www.mut.de /3827262860.html   (416 words)

  
 Poll respondents wish IBM would do more with LotusScript
The choice that IBM had done a good job of updating LotusScript in Release 6 of Notes/Domino was chosen by 11 respondents, or 8%, while 27 pollees, or 19%, felt that while IBM could do more to keep LotusScript updated, basically, the support it offered was fine.
First of all, the topic of LotusScript continues to be a very popular one on the Ask the Experts section of SearchDomino.
Secondly, SearchDomino.com's LotusScript Learning Guide continues to be one of our most popular features, and we plan on updating it this fall.
searchenterpriselinux.techtarget.com /originalContent/0,289142,sid4_gci1125659,00.html?bucket=NEWS   (826 words)

  
 Lotus Notes and Domino Server 4.6 -- Ch 23 --LotusScript Subroutines, Functions, and Event Handlers   (Site not responding. Last check: 2007-11-05)
Remember, the LotusScript language is a scripting language that can be used to write scripts for Microsoft Excel, as well as Notes or Domino.
Try to keep in mind the separation of the LotusScript language and its features, such as the flow of control statements and the LotusScript Notes classes, which implement access to Notes databases.
You can force LotusScript to create a temporary copy and pass a reference to the temporary copy variable (rather than your real variable) by enclosing a variable name in parentheses.
docs.rinet.ru:8083 /PozaNotes/ch23/ch23.htm   (6666 words)

  
 LotusScript - a Whatis.com definition   (Site not responding. Last check: 2007-11-05)
LotusScript is a script language for use in a Lotus Notes client program or as a scheduled agent within a Domino server program.
," LotusScript is said to be useful for accessing back-end databases and driving the client user interface.
LotusScript can be coded within the Lotus Domino Designer development environment.
searchvb.techtarget.com /gDefinition/0,294236,sid8_gci829007,00.html   (146 words)

  
 Lotus Using LotusScript in Domino Release 5 Applications   (Site not responding. Last check: 2007-11-05)
This workshop starts by introducing students to the LotusScript language by having them retrieve properties of a database, using methods of NotesDatabase, and traversing down the Document Object Model to ACL classes.
Students are introduced to error checking the LotusScript Debugger early on so that they use them throughout the course.
Use the LotusScript Debugger and error trapping to debug their code.
www.techdci.com /tdci/schedule.nsf/view/E7FA9B6741C994738625696F0053F611!OpenDocument   (249 words)

  
 LotusScript - OneLook Dictionary Search   (Site not responding. Last check: 2007-11-05)
We found 3 dictionaries with English definitions that include the word LotusScript:
LotusScript : Free On-line Dictionary of Computing [home, info]
LotusScript : Dictionary of Programming Languages [home, info]
www.onelook.com /cgi-bin/cgiwrap/bware/dofind.cgi?word=LotusScript   (77 words)

  
 LotusScript Jobs, Average Salary & Contractor Rates for LotusScript Skills
Included is a guide to the average salary and contractor rates offered in IT job adverts that have cited LotusScript over the 3 months to 11 November 2005 and the previous quarter.
This section compares the median salary and contractor rates quoted in job adverts citing LotusScript (A) against all those in the category of Programming Languages (B) over the past 3 months.
Jobs citing LotusScript are compared to all those in the category of Programming Languages.
www.itjobswatch.co.uk /skills_and_rates/lotusscript.do   (288 words)

  
 LotusScript 101 - Custom Functions
From any LotusScript editing pane for the button, simply typing the word "function functionName" (without quotes) and pressing enter will create a new event in that object and you can begin working immediately.
An example might be to pass a back-end NotesDocument object to a function that validates and returns a boolean value of whether or not the document passed the test.
LotusScript to extract and move attachments to a Lotus Notes mailbox or file folder
whatis.techtarget.com /tip/1,289483,sid4_gci558985,00.html   (765 words)

  
 Simplifying your LotusScript with the Evaluate statement
If you developed Notes applications prior to Notes Release 4, when LotusScript was first introduced, you probably are already quite familiar with both the peculiarities and the power of the Notes formula language.
One of the big differences between LotusScript and the formula language is the representation of multi-value fields and variables.
LotusScript has a Left and a Right function, but they are not as flexible as @Left and @Right.
www-128.ibm.com /developerworks/lotus/library/ls-The_Evaluate_statement/index.html   (3392 words)

  
 wareSource - Courseware for Lotus messaging, collaboration, and e-learning software.
The primary emphasis of the course is not on LotusScript itself, but rather on how to use basic LotusScript language elements to operate on the Domino object classes, including databases, Views, documents, Fields, and ACL settings.
This course is not a beginning programming class or a mere overview presentation of the LotusScript implementation in Domino and the Notes client.
If you have used LotusScript in other Lotus applications or have built applications using Microsoft® Visual Basic™, you will find that this course won't be repetitive as it focuses mostly on Domino objects.
www.waresource.com /kurchak/ka1.nsf/0/9c89a6ac55b5bfbe85256cc30056e5ab?OpenDocument   (613 words)

  
 Barcode Tutorial for Lotus Notes, Domino, Approach and LotusScript.
The macros, functions and LotusScript source code provided in the download are free to use as long as the macros, functions and source codes are used with one of IDAutomation's barcode fonts.
In this database example, the LotusScript code that formats the Code128 field is located in the "QuerySave" Event of the form.
The LotusScript for the function that formats the text to the barcode font is "Code128b" in the "Globals" definition for the form in this example.
www.idautomation.com /fonts/tools/lotus   (2505 words)

  
 Parity Training - Domino 6 : Using LotusScript
This workshop starts by introducing attendees to the LotusScript language, having them retrieve properties of a database, using methods of NotesDatabase, and traversing down the Document Object Model to ACL classes.
Attendees are introduced to error checking the LotusScript Debugger early on so that they use it throughout the course.
By the end of this course the delegates will be able to use LotusScript to control and manipulate Domino applications.
www.parity.net /Training/Courses/Outline/detail.asp?Course=ND540   (264 words)

  
 Free Lotusscript Software   (Site not responding. Last check: 2007-11-05)
Barcode add-in and LotusScript for Lotus Notes and Approach.
Methods and LotusScript functions are provided for adding barcodes to calculated fields, forms, reports and views.
Keywords: barcode lotus notes approach ibm add-in bar code lotusscript code 39 code 128 interleaved 2 of 5 postnet planet upc ean
www.tversoft.com /computer/lotusscript.html   (64 words)

  
 LotusScript
LotusScript is the scripting programming language developed by Lotus for use with its programs Lotus Notes and Domino.
In Notes, LotusScript is an Integrated Development Environment / IDE that enables you to customize and extend the program for your particular business needs.
These programs are very popular for these applications, and LotusScript does enable these businesses to adapt them to their particular requirements and business environment, or to enable them to work with other software programs in use at that large business.
www.inforingpress.com /computer-careers/lotusscript.htm   (381 words)

  
 LSI_Info: obscure but useful information in LotusScript (EasyPrint)
One of the key pieces of most LotusScript error handling routines is delivering a message that explains what the error is, and also exactly where it happened.
I can't see hugely where it might be helpful, but I have in the past had LS code that has interrogated the Notes build version to see whether something can be done or not, so there may be cases where knowing the Script version would help.
But as LotusScript does all the memory management for you, there seems to me to be little value in these for mainstream LS programming.
www.dominopower.com /issuesprint/issue200606/00001780.html   (1078 words)

  
 Adding to multi-value fields in LotusScript
The LotusScript code for text fields is so simple that it is not worth writing a technical tip about.
The LotusScript code sample above assumes that the time variable NewTime is initialized with a valid time, perhaps with the statement NewTime=Now.
The central part of the code is the Forall loop, which reads each value in the existing field and adds it to an array.
searchcio.techtarget.com /tip/0,289483,sid4_gci1236845,00.html   (1277 words)

  
 Barcode LotusScript Functions: Barcoding in Lotus Notes and Lotus Approach
The LotusScript functions are ready to install and are only designed to calculate barcode strings for the barcode fonts available from ID-Automation.com.
The macros, functions and LotusScript source code are free to use as long as you are using them with one of our barcode fonts.
The LotusScript for the function that formats the text to the barcode font is called "Code128b" in the "Globals" definition for the form in this example.
www.ozgrid.com /Services/bar-code-lotus-script.htm   (2034 words)

  
 Lotus Domino Designer 6 Help - MkDir statement
If it is not included, the current drive is used.
Use the path syntax for the platform on which you are running LotusScript.
LotusScript generates an error if the directory cannot be created.
www.codestore.net /help/help6_designer.nsf/f4b82fbb75e942a6852566ac0037f284/b6e54221da949dfc85256c1c003fc6ce   (56 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.