IApplication Interface |
Namespace: SuperOffice.COM.Application
The IApplication type exposes the following members.
Name | Description | |
---|---|---|
![]() | BrushKeys | Returns collection of known static Brush keys |
![]() | Context | The state of the user-interface. What panel is currently visible in the SOCRM window. |
![]() | CurrentAppointment | The most recently selected appointment. |
![]() | CurrentColorOf | |
![]() | CurrentContact | The company that is displayed in the SOCRM window. |
![]() | CurrentDiaryOwner | The Current Diary owner as DiaryOwner |
![]() | CurrentDiaryOwnerAssociate | The Current Diary owner as Associate |
![]() | CurrentDocument | The most recently selected document. |
![]() | CurrentFontNameOf | |
![]() | CurrentFontSizeOf | |
![]() | CurrentNamedViews | Returns a collection of named views reflecting the current active gui including visible dialogs |
![]() | CurrentPerson | The currently selected person in the SOCRM window and in the person dialog. |
![]() | CurrentProject | The currently selected project. |
![]() | CurrentProjectMember | Most recently selected project member. |
![]() | CurrentQuote | The Quote that is Current |
![]() | CurrentQuoteAlternative | The QuoteAlternative that is Current |
![]() | CurrentQuoteLine | The QuoteLine that is Current |
![]() | CurrentQuoteVersion | The QuoteVersion that is Current |
![]() | CurrentRelation | Most recently selected Relation object |
![]() | CurrentSale | The most recently selected sale. |
![]() | CurrentSaleStakeholder | The SaleStakeholder that is Current |
![]() | CurrentSelection | The selection that is displayed in the Selection panel in the SOCRM window. |
![]() | CurrentSoProtocol | Current SoProtocol, same as Copy-Shortcut |
![]() | CurrentSoProtocols | Returns a collection of soprotocol reflecting the current active gui including visible dialogs |
![]() | Database | The database object that SOCRM is logged into. |
![]() | FeatureKeys | Returns collection of known static Feature keys |
![]() | FontKeys | Returns collection of known static Font keys |
![]() | Height | |
![]() | HWnd | |
![]() | IsBusyWithModal | Is SOCRM busy showing a modal dialog |
![]() | IsFeatureHidden | |
![]() | IsFeatureHiddenByMe | |
![]() | IsViewVisible | |
![]() | NamedControlTexts | Return collection of known static NamedControl texts |
![]() | PersonArchive | Person list under company card |
![]() | Width | |
![]() | XPos | |
![]() | YPos |
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 |