CURRENT-WINDOW :attribute
Because CURRENT-WINDOW is the general default parent for ABL frames, you cannot set CURRENT-WINDOW to the handle of a .NET form’s shadow window. If allowed, this would make the associated .NET form a default parent for ABL frames, and ABL cannot parent ABL frames to .NET forms. A .NET form’s shadow window handle is provided by the ProWinHandle property of the Progress.Windows.Form class, which an OpenEdge .NET class designed for instantiating .NET forms in an ABL session. Therefore, any attempt to set CURRENT-WINDOW to a ProWinHandle property value raises a run-time error.
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |