.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

APPLICATION DESIGN


Example: Buttons
Using a button to add a database to a user’s workspace

The Human Resources department sends new employees a mail message that welcomes them to the company and gives them orientation information. You decide to add a button to the Welcome form to make it easy for new users to find Benefits information. New employees see the button when they read their Welcome message. Double-clicking the button adds Server1’s Benefits Information database to the user’s workspace (if it isn’t already there) and opens it to the View by Category view. The button uses this formula:

@Command([FileOpenDatabase];"Server1":"BENEFITS.NSF";"View by Category")

See Also