Email Alerts
-
Run a Web agent on a JavaScript event using any browser
This article is a "counterpoint" to Luke Leonhard's tip, Run a Web agent on any JavaScript event. Tip
-
JavaScript version of @DBLookup and @DBColumn
The objective of this tip is to avoid page refreshes while looking up data from the browser. Tip
-
LotusScript library to generate Notes docs in Excel
I wanted to share a LotusScript library I developed with an OO class description that makes it very easy to use Excel to generate Excel documents. Tip
-
Run a Web agent on any JavaScript event
Have you ever wanted to run an agent on the Web without having the screen reload? Here is a great solution. Tip
-
Domino and user authentication
This tip details method used to prevent users from being prompted to enter their name/password several times when attempting to access a database that they do not have permission. Tip
-
Dynamically change background color of a Notes doc
This tip allows you to change background color on the fly by the user choosing the color on the form itself. Tip
-
Simulating dynamic fields and labels
Often, one must dynamically create labels and fields on the Notes client. This code simulates dynamic fields and labels creation on the Notes Client. Tip
-
Chapter 18: JavaScript and embedded objects
Get an introduction to what is possible with embedded objects when using JavaScript. Tip
-
Expand and collapse text within a view column
This technique breaks up a large quantity of data, displays a small piece of the text & a clickable graphic that opens up the remainder of it. Tip
-
Customize 'no documents found' screen
Instead of having the message "no documents found" show up on your otherwise customized view, use this JavaScript to replace those words with whatever text or HTML you desire. Tip