No Dialog Dispose (-nodialogdispose)
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
For a dialog that inherits from Progress.Windows.Form, the AVM automatically calls Dispose( ) when that dialog is closed. Use No Dialog Dispose
(-nodialogdispose) to suppress this behavior.
| Operating system and syntax | Windows |
-nodialogdispose |
||
|---|---|---|---|---|
| Use with | Maximum value | Minimum value | Single-user default | Multi-user default |
| Client Session | — | — | — | — |
Dispose( ) on dialogs that
inherit from Progress.Windows.Form when they are closed. Use
-nodialogdispose to prevent the AVM from doing this. You
can also control this behavior on a case-by-case basis using the DialogDisposeonClose property of Progress.Windows.Form. See ABL Reference for more
information.