More Results
-
Setfield Using Java Script
This code for setfield with new variable then submit document on web, put on
button
var f = document.forms[0]
var Status="Agree";
f.Flow_Status.value = Status;
document.forms[0].submit( ); Tip | SearchDomino.com -
Add a program doc to compact Lotus Notes databases automatically
This tip helps you add a program doc to your Lotus Notes users' local address books to reduce the size of their Notes databases automatically.
Tip | SearchDomino.com Working with variables in Formula language for Lotus Notes
The following is tip #2 from "A Formula language for Lotus Notes introduction -- 7 tips in 7 minutes," excerpted from Chapter 5 of the book Lotus Notes... Tutorial | SearchDomino.com
What are Lotus Notes Formula language functions and commands?
The following is tip #6 from "A Formula language for Lotus Notes introduction -- 7 tips in 7 minutes," excerpted from Chapter 5 of the book Lotus Notes... Tutorial | SearchDomino.com
Modifying document item values
VIEW MEMBER FEEDACK TO THIS TIP
This Formula Language code can be incorporated into a toolbar button for Lotus Notes client 6.5. When a database document is selected and the button is clicked, all item values... Tip | SearchDomino.com
How to cull elements from a list using Formula
VIEW MEMBER FEEDACK TO THIS TIP
Whether it's because of ignorance or inexperience, I find that string and list handling are not completely covered in Formula language. I often find myself "inventing" functionality... Tip | SearchDomino.com
Fix for modified Form field value is ignored when document is submitted from the Web
Some Notes developers use the Form field to have a document display through a form that is different than the form in which it was originally created. By changing the value in the Form field from one form name to another, you can determine... Tip | SearchDomino.com
An easier way to use Validate
View member feedback to this tip.
Ever have to use Validate to ensure that all fields in a form are filled in before it can be submitted? I have a form with a table in it, and if a user filled in any value on... Tip | SearchDomino.com
Readable time values
When working with LotusScript using Variants of type DateTime, time-only values get the "default" date component 1899.12.30 prefixed, while date-only values get the "default" time component 12:00:00 AM suffixed.
Function... Tip | SearchDomino.comSmart icon to set field value/type, version 2
View member feedback to this tip.
Editor's Note: Version one of this tip, Set field value/type via smart icon by Janet... Tip | SearchDomino.com
Search Again: