Methods
(inner) openCalendar()
Opens a mail file to the Calendar view.
no plans to implement
- Type
- Error
(inner) openDocument() → {Promise.<boolean>}
Opens a document.
- See
- For further information, see hcltechsw.com
- Type:
- Promise.<boolean>
(inner) openFrameset()
Opens a frameset defined for the current database. Framesets provide a way for designers to display several pages at the same time. A frame is actually one page; a frameset is a collection of pages. Page designers can create links between frames. A major advantage of framesets is the ability to leave one page constant as users scroll or link to other pages.
no plans to implement
- Type
- Error
(inner) openHelpDocument()
Allows you to create your own context-sensitive help documents. To use this command, you must first create a view that has a sorted first column containing key values that uniquely identify each help document. @Command([OpenHelpDocument]) searches this sorted view for the specified key value and, if found, displays the associated help document in a separate Help window.
no plans to implement
- Type
- Error
(inner) openNavigator()
Opens a navigator defined for the selected database.
no plans to implement
- Type
- Error
(inner) openPage()
Opens a page defined for the current database. A page is a design element that structures and displays information, including text, graphics, applets, and links. Unlike a form, a page cannot contain fields, subforms, layout regions, and some embedded controls.
no plans to implement
- Type
- Error
(inner) openView() → {Promise.<boolean>}
Opens the specified view in the current database.
- See
- For further information, see hcltechsw.com
- Type:
- Promise.<boolean>