Search results
"category:/ls"
| Title and summary | Date/time | |
|---|---|---|
|
1
|
Discovering Notes 8: How is your default browser configured?
It appears there are two ways of specifying the default browser (the one to use then clicking a link in an e-mail) in Notes 8. One is on the "Internet Browser" tab of the location document and the other is on the "Web Browser" preferences page (see ... |
09-Nov-2007 |
|
2
|
Discovering Notes 8: Showing dialogboxes from SWT in Notes 8
One of the big changes in Notes 8 is the move to a Java threading model which means that showing a messagebox is not something you can *just* do. This has implications for you if you're developing (or thinking of developing) UI components in Java for ... |
30-Oct-2007 |
|
3
|
Discovering Notes 8: More nice Notes 8 $fields
As posted on friday there is a nice-to-know field in Notes 8 you can use to enable/prevent automatic loading of images in HTML newsletters. This morning I saw two new fields that seems to have AppDev applicability: $AttBytesTruncated: Holds the amount ... |
08-Oct-2007 |
|
4
|
Discovering Notes 8: Automatic loading of images in HTML newsletters
In Notes 8 there is this nice new and improved display of HTML newsletters. An additional nice feature is that images are prevented from loading to combat SPAM bots that harvest e-mail addresses by using dynamic image URLs. See below for a screenshot of ... |
05-Oct-2007 |
|
5
|
Lotus Notes and Domino 8: What's New in LotusScript and Formula Language
Rocky posted his slides from his "Lotus Notes and Domino 8: What's New in LotusScript and Formula Language"-session from the Advisor summit. Besides being an interesting read it had two slides that really caught my attention (slide 11 and slide 25). ... |
03-Oct-2007 |
|
6
|
Codestore: It's Always The Simple Tips That Are Best
Replace Dim tmpVar as Variant Dim commonUsername As String tmpVar = Evaluate( |@Name( [CN] ; @UserName )| ) commonUsername = tmpVar(0) with Dim commonUsername As String commonUsername = Implode(Evaluate(|@N... |
02-Oct-2007 |
|
7
|
Discovering Notes 8: Empty LotusScript debugger
I experienced an empty LotusScript debugger couple of times today in my Notes 8 on Windows XP Prof. SP2 and went to see whether it is a known issue. It is a known issue and is already tracked by Lotus. |
02-Oct-2007 |
|
8
|
Discovering Notes 8: Web service enabled script libraries
In a recent edition of the LotusUsergroup.org newsletter Julian listed some of the new AppDev features of Notes 8. Among them were the new web service enabled script libraries. Basically what you do is simply pointing a script library to a WSDL file ... |
19-Sep-2007 |
|
9
|
LocationDocument LotusScript class updated
I updated my LocationDocument LotusScript class again for Location type (Local Area Network, No connection etc.) and for mail server name. It makes it really easy to quickly get at location document information from script. See the original post for ... |
10-Sep-2007 |
|
10
|
RFC821 address functions in Notes - are they working properly?
I have been trying to use the built-in RFC821 address functions in Notes recently but has given up since they do not work correctly in my mind. A RFC821 - or an internet address - is in my mind composed of a local part (the part before the @-sign) and a ... |
20-Jun-2007 |
|
11
|
%Include in actions
I must admit that I have never been a big fan of using the built-in include files supplied with Notes e.g. lsconst.lss but recently I have started using them to make my code more readable. Using the include file you can write Dim rc As Integer rc = ... |
11-Jun-2007 |
|
12
|
XML entities when doing XSL transformations using LotusScript
I stumbled over an interesting post on developerWorks on external XML entities and XSL transformations in LotusScript: XSLT transform-ignoring external entity reference in R7.0.2 - but worked well on R6.5.4. I was puzzled by the post and looked a bit ... |
06-Jun-2007 |
|
13
|
C API guru help needed!
Anyone who knows how to write code to see which LotusScript subs/functions are defined in a script library using the C API? It's not illegal or anything!! :-) |
01-Jun-2007 |
|
14
|
That's a new one. Unknown LotusScript error.
Anyone how knows the LotusScript error "Duplicate option"? I have been unable to find anything on developerWorks or on Google. Nothing fancy being done - vanilla LotusScript in a shared action with reference to a script library. |
15-May-2007 |
|
15
|
Composite addition to your favorite language
New Property Broker classes for your favorite language (LotusScript) - LotusScript Property Broker APIs on the Composite Applications for People blog. |
07-May-2007 |
|
16
|
Properties as top level members of script libraries
Is anyone actually using the possibility of defining a Property as a top level member in a LotusScript script library? Apparent you are able to define a property as a top level member of a script library just as it is possible with a Sub or Function. The ... |
06-Apr-2007 |
|
17
|
Anyone who have used the Deftype statement in LotusScript?
While looking for something completely else in the Domino Designer 7 Help I stumbled over the Deftype keyword. I find it hard to find any usage for it but then again I always code with Options Explicit/Declare and type all my variables but still... ... |
22-Mar-2007 |
|
18
|
Using OpenAudit to save my hair... :-)
Now that there won't be an OpenNTF session at Lotusphere 2007 I thought I would share how I just used Open Audit to implement auditing logging and hence save my hair... Furthermore I made to little hack in Open Audit that others might benefit from so I ... |
07-Nov-2006 |
|
19
|
AutoPurge for OpenLog
We are using the OpenLog logging framework written by Julian extensively in our applications but in logging intensive applications or when running with our custom DEBUG-level enabled you can generate a lot of logging documents. Cleaning these up should ... |
16-Aug-2006 |
|
20
|
Interesting technote on maximum execution time of LotusScript agents
I was quite surprised the read the snippet from the cited technote below but after thinking about it, it makes sense. How would the AMgr know beforehand how long time the agent would run and hence how to keep the Terminate event inside the maximum ... |
20-Jun-2006 |