[progress Communities] [progress Openedge Abl] Forum Post: Re:...

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

Matt Gilarde

Guest
You can set MAX-WIDTH-CHARS and MAX-HEIGHT-CHARS to ? (unknown) and set WINDOW-STATE to WINDOW-MAXIMIZED. OpenEdge will automatically set the size to fill the work area. DEF VAR ww AS HANDLE. CREATE WINDOW ww ASSIGN MAX-WIDTH-CHARS = ? MAX-HEIGHT-CHARS = ? WINDOW-STATE = WINDOW-MAXIMIZED. ww:VISIBLE = YES. WAIT-FOR GO OF ww.

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