No Z-order Grouping (-nozgrouping)
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Use No Z-order Grouping (-nozgrouping) to
disable the grouping of ABL windows at startup.
| Operating system and syntax | Windows |
-nozgrouping
|
||
|---|---|---|---|---|
| Use with | Maximum value | Minimum value | Single-user default | Multi-user default |
| Client Session | — | — | — | — |
By default, the AVM groups all ABL windows created in a session such that when an ABL window is brought to the foreground all other ABL windows move to the foreground with it. This startup parameter can be used to disable grouping. Grouping is automatically disabled when an application displays a .NET form.
Grouping can also be disabled by adding the NoZGrouping=yes setting in the Startup section of the Windows registry or
progress.ini file. See Manage
ABL Applications for more information.