[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Is there a way to disable the native grouping of ABL traditional windows for an App tha

  • Thread starter Thread starter Matt Gilarde
  • Start date Start date
Status
Not open for further replies.
M

Matt Gilarde

Guest
You can add the -nozgrouping startup parameter or add NoZGrouping=yes in the Startup section of the registry or ini file to disable the grouping. Or display a form before displaying any ABL windows. The latter is why most applications don't encounter this issue - if you display a form the AVM disables grouping of any ABL windows which are subsequently displayed. Most applications display a "main" form first so grouping is disabled automatically from the start. There's an explanation of the behavior in my first post in this thread:

Continue reading...
 
Status
Not open for further replies.
Back
Top