Show as a modal dialog
Member of Folder Browser Dialog (PRIM_APPL.ICommonDialogFolderBrowse)
Name | Type | Data Type | Description |
---|---|---|---|
FormOwner | *Input (Optional) | PRIM_FORM | The form to which this form belongs in a stack of modal forms |
OKPressed | *Result (Optional) | Boolean | Returns True if the OK button was pressed |
Use the Show method to show the dialog.
Showing the Dialog as part of an IF statement. If the OK button was pressed the code inside the IF will be executed
If (#Dialog.Show) * Use the selected folder... Endif
Febuary 18 V14SP2