summary I'll use an example to explain. I have a document that users record to track number of items completed (numItems) and total time (time). numItems should be an integer and time should be hh:mm. I have 20 of these on the document and I have totals and other things, but that's beyond the ...
Here's a nice little tip if you want to check the output from an @Formula I've been using it since R5 (I think) and it's come in quite useful. When I posted it on my blog some people knew it, some didn't, and some knew it but it had fallen off the radar. I couldn't find it on the wiki, so I ...
Administrators and designers alike commonly assume @Formula language does not permit to define Authors, Readers or Names fields within forms or subforms. This document demonstrates such is false and documents how you can achieve such. Context It happens design misses are discovered during staging ...
This article is targeted to newer LotusScript developers. You can use error handling in LotusScript agents to both troubleshoot and gracefully handle exceptions at runtime. Here is a "shell" for implementing error handling in a LotusScript agent. Sub Initialize 'The following line says to jump to ...