35 | TypeAhead for LotusScript LibrariesPeter Presnell28487 - 05 2010 / (0) When I use the LotusScript Editor (ELSE) to create USE statements I would like typeahead to provide me with a list of the matching LotusScript libraries present in the current application. This will speed up the time it takes to create such statements as well as reduce the chance of ... |
30 | Rich Mail Support: Replica ID's in the 'Use' StatementBill Buchan735 - 09 2008 / (0) Lets get back to Notes' Rich Mail Support. You remember when Forms were pretty much self-contained, and applications could mail the entire form to a user, for the user to manipulate a form, and for the result to be posted back to the database. As applications get more complex, ... |
7 | Use LotusScript libraries in xPages Server Side JavaScriptZoltan Szabo4849 - 22 2014 / (0) Hi All
From code reusability point of view it would be great to have the ability to call LS subs and functions from SSJS code.
Bets, Z |
2 | Use correct scope and give less "Duplicate PUBLIC name" errors Hendrik Jan van Meerveld812 - 02 2009 / (0) Lotusscript should correctly use scope to decide which variables to use. The following code now gives the error "Duplicate PUBLIC name GWS in USE module test2" Example: Libraries test1 and test2 both contain: > (declarations) > Dim gWs As NotesUIWorkspace > Dim gSes As NotesSession > ... |