Email Alerts
-
Passing the 65k limit
I needed to do a search on a large amount of data and came across the 65k limit. I have developed a workaround using LotusScript. Tip
-
Record live view index size information
This tip records the index size of all views in a given database by issuing a console command and parsing the response. Tip
-
How to use Lotus Notes email for data transfers
Many systems can generate e-mail but lack the capability for other types of data transfer. You can use the system's e-mail capability for data transfer. Tip
-
Hide parts of forms based on group membership
Are you tired of writing complicated Hide/When formulas? Try this instead. Tip
-
Retrieve selected documents
This piece of code helps in retrieving selected documents on the view or the currently opened document. Tip
-
Optimize Notes startup for different screen resolutions
I created a new corporate homepage and found it difficult to optimize it for all screen resolutions. Tip
-
Solving the decimal separator problem
Reading a decimal number from a string can bring you a lot of trouble if you support clients with different decimal separators. Here is a simple code to avoid this problem. Tip
-
Closing all objects (WINWORD.EXE)
How do you shutdown all instances of the WINWORD.EXE without going into the task manager? The answer is very simple -- use the GetObject method to retrieve the object. Tip
-
Zip files with Java LS2J script library
You can also zip all files in a directory with a similar Java LS2J script library. This code shows you how. Tip
-
Activating the view property "Do not display empty categories" with LotusScript
This tip shows you how to activate the view property "Do not display empty categories" without using Domino Designer. Tip