IApplication Methods |
The IApplication type exposes the following members.
Name | Description | |
---|---|---|
![]() | Activate | Force the SOCRM window to the front of the screen. |
![]() | ActivateLiveUpdates | Activate/Deactivate Live-update handlers |
![]() | AddDocument | Display the document dialog with given document |
![]() | AddDocumentObject | Display the document dialog with given document - the document object does not have to be saved first |
![]() | AddEmailAddress | |
![]() | AddEmailAddress2 | |
![]() | ClearAllArchives | Clears all archives |
![]() | FreetextSearch | Show Freetext search dialog with i_SearchStr and starts the search |
![]() | GetArchiveInterface | Get ArchiveInterface for a ProviderName, GuiName key. If the key is empty you should get the current active archive. |
![]() | GetListItem | Return a list item object for any MDO list. |
![]() | OpenCurrentDocument | Open current document |
![]() | OpenIncomingDocumentDialog | Invokes the document dialog, defered to idle time, with the given parameters |
![]() | OpenNewAppointmentDialog | Creates a non-current appointment dialog. Center in screen rectangle defined by XPos, YPos, Width and Height. Optional WinPosSize key for unique storage of size only |
![]() | OpenNewDocumentDialog | Creates a non-current document dialog. Center in screen rectangle defined by XPos, YPos, Width and Height. Optional WinPosSize key for unique storage of size only |
![]() | OpenNewPersonDialog | Creates a non-current person dialog. Center in screen rectangle defined by XPos, YPos, Width and Height. Optional WinPosSize key for unique storage of size only |
![]() | OpenStandardAppointmentDialog | Changes Current Appointment identity and opens standard dialog. Flag to force application to the front. |
![]() | OpenStandardDocumentDialog | Changes Current Document identity and opens standard dialog. Flag to force application to the front. |
![]() | OpenStandardPersonDialog | Changes Current Person identity and opens standard dialo. Flag to force application to the front.g |
![]() | PostDeepFlushEvent | Post an idle message to perform a deep flush sequence, includes reconstruction of GUI componennts! |
![]() | PostHWndMessage | PostMessage to named control. May return a reason why it failed |
![]() | PostShallowFlushEvent | Post an idle message to perform a shallow flush sequence - data only, no GUI components are re-created |
![]() | PostSoProtocol | Method PostSoProtocol - Post a soprotocol as an delayed Idle message. Will not work if Modal dialog is active! |
![]() | PrintCurrentDocument | Print current document |
![]() | ReconfigureAllArchives | Reconfigure all archives. Iterate over all archives, delete user configuration and reconfigure to factory setting |
![]() | RequestRestart | Invokes a request restart query box |
![]() | ResetAllArchives | Reset all archives. Iterate over all archives and reset to stored setting. This is a lighwweight Reconfigure |
![]() | SelectRecipients | |
![]() | SetAllArchivesDirty | Clears all archives and reloads those that are visible |
![]() | SetContext | Change the state of the user interface. Deprecated. Prefer the Context object instead. |
![]() | SetSoProtocol | method SetSoProtocol - Sets the application's current desktop according to the incoming soprotocol |
![]() | Show | Show the application window - 0=min,1=normal,2=max |
![]() | ShowFindDocumentDlg | Display the Find Document dialog |
![]() | ShowUrl | Opens a browser with the selected url |
![]() | SOMessageBox | Display a SuperOffice style messagebox |
![]() | WriteToErrorLog | Write a message, [code], [function], [module], [lineNo] to the error log |