Hey thanks for the reply and suggestion, mnrvovfrc. I played around with _RESIZE, tried to override the sizing with it. I thought this code would do it to force deminsions, but still no go. Guess I’ll just have to live with it.
$RESIZE:ON
DO
IF _RESIZE THEN
SCREEN 12 ‘ or whatever
END IF
LOOP
- Dav
$RESIZE:ON
DO
IF _RESIZE THEN
SCREEN 12 ‘ or whatever
END IF
LOOP
- Dav