SOApplicationArchive Interface |
Namespace: SuperOffice.COM.Application
The SOApplicationArchive type exposes the following members.
Name | Description | |
---|---|---|
![]() | ActiveRows | Get active row entities as a collection of IRowEntities. This is not the same as selected/highlighted rows! (Inherited from IApplicationArchive.) |
![]() | AllRows | Get all loaded row entities as a collection of IRowEntities (Inherited from IApplicationArchive.) |
![]() | ArchiveModeProtocol | Archive Mode SoProtocol (Inherited from IApplicationArchive.) |
![]() | DesiredEntities | Set desired entities. An array of entity names, a singular Entity name or a comma seperatoted list of entitiy names. (Inherited from IApplicationArchive.) |
![]() | GuiName | Gui name (Inherited from IApplicationArchive.) |
![]() | HasLiveupdateHandlers | Has live-update handlers? (Inherited from IApplicationArchive.) |
![]() | IsAsynchronous | Is provider running asynchronously? (Inherited from IApplicationArchive.) |
![]() | IsCanceled | Has the archive loading been canceled? (Inherited from IApplicationArchive.) |
![]() | IsLoading | Is archive currently loading? Can be used for waiting when caled from an external process: While archive.IsLoading Wend (Inherited from IApplicationArchive.) |
![]() | IsVisible | Is archive visible? (Inherited from IApplicationArchive.) |
![]() | LastSelectedRow | Get last selected row entity as an IRowEntity (Inherited from IApplicationArchive.) |
![]() | MainModeProtocol | Main Mode SoProtocol (Inherited from IApplicationArchive.) |
![]() | MaxRowCount | Set maximum row count limit (Inherited from IApplicationArchive.) |
![]() | MaxRowCountReason | Set the reason for the maximum row count limit (Inherited from IApplicationArchive.) |
![]() | OptionalEntities | Get optional entities. A Array of entity names. Does not include manadatory entities! (Inherited from IApplicationArchive.) |
![]() | ProviderName | Provider name (Inherited from IApplicationArchive.) |
![]() | Restrictions | Read serialized restrictions. This is normally the basic binding a provider has to some primary Entity. (Inherited from IApplicationArchive.) |
![]() | SelectedRows | Get selected row entities as a collection of IRowEntities (Inherited from IApplicationArchive.) |
![]() | SoProtocol | SoProtocol (Inherited from IApplicationArchive.) |
![]() | UseDbSorts | Tell archive to use the database to order by (Inherited from IApplicationArchive.) |
Name | Description | |
---|---|---|
![]() | ActivateLiveUpdate | Activate/Deactivate Live-update (Inherited from IApplicationArchive.) |
![]() | Cancel | Stop loading. Observe that this requires the application to idle and will therefor only work from an external process or upon return from an internal script event! (Inherited from IApplicationArchive.) |
![]() | Clear | Clears archive (Inherited from IApplicationArchive.) |
![]() | ExportToExcel | Export to Excel. Mode: 1 = Default, 2 = All, 3 = Selected. Open: Attempt to open .xls temp file. Returns full path of temp file in SOTEMP directory. Observe that temp files will get deleted when SoCrm shuts down. (Inherited from IApplicationArchive.) |
![]() | Reconfigure | Reconfigue. Delete user configuration and reconfigure archive to factory setting (Inherited from IApplicationArchive.) |
![]() | Reload | Reload archive, default asynchronous. Observe that this requires the application to idle and will therefore only work from an external process or upon return from an internal script event!Use false to force a complete load before returning. (Inherited from IApplicationArchive.) |
![]() | Reset | Reset archive to stored setting. This is a leightweight Reconfigue (Inherited from IApplicationArchive.) |
![]() | ReSort | Re-sorts archive. This is an in-memory operation for the loaded rows (Inherited from IApplicationArchive.) |
![]() | SelectNextRow | Select next row. Returns the RowEntity selected. Defaults to any row type unless you specify a particular TableId (Inherited from IApplicationArchive.) |
![]() | SelectPreviousRow | Select previous row. Returns the RowEntity selected. Defaults to any row type unless you specify a particular TableId (Inherited from IApplicationArchive.) |
![]() | SetActiveStateOfAllRows | Set active state of all rows. This is not the same as selecting/highlighting rows! (Inherited from IApplicationArchive.) |
![]() | SetActiveStateOfRow | Set active state of row. This is not the same as selecting/highlighting rows! (Inherited from IApplicationArchive.) |
![]() | SetDirty | Clears archive and reloads if visible (Inherited from IApplicationArchive.) |
![]() | Show | Force the archive to become visible. This change should be visible imediately when called from an external process. (Inherited from IApplicationArchive.) |
![]() | ToggleActiveStateOfAllRows | Toggle active state of all rows. This is not the same as selecting/highlighting rows! (Inherited from IApplicationArchive.) |