EditIxData.3 |
Scroll |
Displays the Thereforeâ„¢ Index Data dialog and lets the user edit values. If no category is assigned to the document, this function will first open the category or case definition selection dialog and then display the index data dialog for the selected category or case definition.
Namespace: Therefore.API
Parameters pServer A valid and connected TheServer object.
strDialogTitle The text to be displayed in the title of the EditIxData-dialog. If this parameter is left empty the title is ‘Therefore™ Archive’.
strOKButton The caption displayed in the OK button. If empty ‘Archive’ is displayed.
eType Determines if the category selection or case definition dialog is shown when necessary. The valid enumeration values for this parameter are CategoryObject and CaseDefinition.
Return Value True, if the user closed the dialog with OK button; False otherwise. |
|