Miscellaneous

Methods

(inner) addBookmark()

Adds a bookmark with the specified URL or current object.

Throws:

no plans to implement

Type
Error

(inner) addToIMContactList()

Adds a name or names to a personal group in the Instant Messaging Contact List.

Throws:

no plans to implement

Type
Error

(inner) calendarFormat()

Changes the Calendar view to display one day, two days, one work week, one week, two work weeks, two weeks, one work month, one month, or one year.

Throws:

no plans to implement

Type
Error

(inner) calendarGoTo()

Goes to a particular date in a Calendar view.

Throws:

no plans to implement

Type
Error

(inner) checkAlarms()

Triggers the alarm daemon to check for new alarms in the mail file.

Throws:

no plans to implement

Type
Error

(inner) checkCalendar()

Pops up a dialog box containing a one-day calendar view. The current database must contain a calendar view for this command to function properly.

Throws:

no plans to implement

Type
Error

(inner) clear()

Performs the menu command Edit - Delete.

To Do
  • this needs to be implemented
Throws:

no plans to implement

Type
Error

(inner) copySelectedAsTable()

Copies one or more selected entries as a table.

Throws:

no plans to implement

Type
Error

(inner) debugLotusScript()

Puts Designer into debug mode, so that all LotusScript® scripts run in the debugger. The command is a toggle; selecting it again takes Notes® out of debug mode.

Throws:

no plans to implement

Type
Error

(inner) dialingRules()

Displays the Dialing Rules dialog box, which allows you to define dialing rules for a modem in a Location document in a Domino® Directory.

Throws:

no plans to implement

Type
Error

(inner) dialogBox()

Brings up a dialog box that displays the current document (either open or selected in a view). The dialog box shares fields with the underlying document. The user interacts with the dialog box as usual, clicking OK or Cancel when finished.

This function can be used with any form, but it's particularly useful with forms that contain a single table or layout region, because the user can interact with the table or layout region as if it were a dialog box.

To Do
  • this needs to be implemented
Throws:

method not implemented

Type
Error

(inner) directories()

Displays the Directories dialog box which allows you to search for an address, view detailed information about an address entry, and add an entry to your Domino® Directory with the Directories dialog box.

Throws:

no plans to implement

Type
Error

(inner) enableAlarms()

Starts or stops the alarm daemon.

Throws:

no plans to implement

Type
Error

(inner) environment()

Sets or returns an environment variable stored in a formula.

See
To Do
  • this needs to be implemented
Throws:

method not implemented

Type
Error

(inner) exchangeUnreadMarks()

For two selected database replicas, marks the documents as read in one replica that are marked as read in the other.

Throws:

no plans to implement

Type
Error

(inner) execute()

Launches an application.

Throws:

no plans to implement

Type
Error

(inner) exitNotes()

Performs the menu command File - Exit (File - Quit on the Macintosh), which closes Notes/Domino and all its open windows.

Throws:

no plans to implement

Type
Error

(inner) findFreeTimeDialog()

Opens the Free Time dialog box to allow searches for available meeting times.

To Do
  • this needs to be implemented
Throws:

method not implemented

Type
Error

(inner) formActions()

Displays the actions pane for the current form, subform, or Page. The command is a toggle; selecting it again hides the actions pane.

Throws:

no plans to implement

Type
Error

(inner) goUpLevel()

Displays the view containing the current document when the user closes that document.

Throws:

no plans to implement

Type
Error

(inner) hashPassword()

Encodes a string.

To Do
  • this needs to be implemented
Throws:

method not implemented

Type
Error

(inner) hotspotClear()

Removes a hotspot, without deleting the underlying text or graphic.

Throws:

no plans to implement

Type
Error

(inner) hotspotProperties()

Displays the Properties box for the current hotspot.

Throws:

no plans to implement

Type
Error

(inner) insertSubform()

Displays the Insert Subform dialog box, where you can select a subform to be inserted on a form.

Throws:

no plans to implement

Type
Error

(inner) launchApp()

Launches the requested Domino® application.

Throws:

no plans to implement

Type
Error

(inner) mailSend()

There are two ways to use @MailSend:

  • When used with no parameters, @MailSend mails the current document (the one being processed when the @function is evaluated) to the recipient designated in the document's SendTo field. The document must have a SendTo field.
  • When used with one or more parameters, @MailSend composes a new mail memo based on the information you supply in the arguments list, and sends it to the recipients listed in the sendTo, copyTo, and blindcopyTo arguments.
To Do
  • this needs to be implemented
Throws:

method not implemented

Type
Error

(inner) passwordQuality()

Evaluates the return value of a Password data type field with a number.

Throws:

no plans to implement

Type
Error

(inner) pasteBitmapAsBackground()

Pastes a bitmap into the background of a navigator. All other objects in the navigator overlay the background bitmap.

Throws:

no plans to implement

Type
Error

(inner) pasteBitmapAsObject()

Pastes a bitmap into a navigator. The bitmap becomes a hotspot which can be edited like any other hotspot.

Throws:

no plans to implement

Type
Error

(inner) pictureProperties()

Displays the Properties box for a bitmap in a rich text field.

Throws:

no plans to implement

Type
Error

(inner) postedCommand()

Indicates whether a field is locked by an administration policy and cannot be modified.

To Do
  • this needs to be implemented
Throws:

no plans to implement

Type
Error

(inner) remoteDebugLotusScript()

From the Notes® Remote Debugger client, opens the Select Debug Target dialog box.

Throws:

no plans to implement

Type
Error

(inner) sendInstantMessage()

Starts a chat with one or more users.

To Do
  • this needs to be implemented
Throws:

method not implemented

Type
Error

(inner) setCurrentLocation()

Displays the Choose Location dialog box, where you can choose your current workstation location, such as Office, Island, or Travel.

Throws:

no plans to implement

Type
Error

(inner) setEnvironment()

Sets an environment variable stored in the user's notes.ini file (Windows™, OS/2, and UNIX™) or Notes® Preferences file (Macintosh).

See
Throws:

method not implemented

Type
Error

(inner) setHTTPHeader()

In a Web application, sets the value of HTTP headers in the response being generated by the server for the browser client.

To Do
  • this needs to be implemented
Throws:

method not implemented

Type
Error

(inner) setViewInfo()

In Standard Outline views, filters a view to display only documents from a specified category. In Calendar views, filters a view to display only documents that contain a specified string in a specified column.

To Do
  • this needs to be implemented
Throws:

no plans to implement

Type
Error

(inner) smartIconsFloating()

Makes the SmartIcons palette "float" so that users can move it around on the screen.

Throws:

no plans to implement

Type
Error

(inner) smartIconsNextSet()

Switches to display the next set of SmartIcons in the Icon bar.

Throws:

no plans to implement

Type
Error

(inner) styleCycleKey()

Cycles through the list of styles that have been defined for the current document, form, or page. This is the same as pressing F11. Each time you invoke StyleCycleKey, a different style goes into effect.

Throws:

no plans to implement

Type
Error

(inner) validateInternetAddress()

Validates an Internet address based on the RFC 822 or RFC 821 Address Format Syntax.

To Do
  • this needs to be implemented
Throws:

no plans to implement

Type
Error

(inner) verifyPassword()

Compares two passwords.

To Do
  • this needs to be implemented
Throws:

no plans to implement

Type
Error

(inner) viewShowThisUnread()

Changes a view to show only unread documents, or to show read and unread documents.

To Do
  • this needs to be implemented
Throws:

no plans to implement

Type
Error