LogonEntWithDialog(Boolean,Object,String) Method
- Last UpdatedNov 06, 2025
- 1 minute read
The LogonEntWithDialog() method opens the Entity Logon dialog. This overload of the method allows for entity logon via the entity selection form. If the logon form was invoked from another control on the same form and it was cancelled, the form is not displayed.
Parameters
- bSelChanged
Output. Holds a flag that, if set to true, indicates whether the selected entities were changed.
- entFilter
- Optional. Holds an array of entities used to filter the list of entities displayed in the Entity Logon dialog.
- formName
- Optional. Holds the name of the form from which the Entity Logon dialog is being invoked.
Return Value
Returns true if the user presses the OK button on the dialog, or false if the
user presses the Cancel button.