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...
Continue reading...