Hello,

ich use SB for internet updates. On update time the user get a message he have
to close the application. On closing my application the user get a messagebox
"you want to close the app?". But the apps messagebox is behind the SB
webupdate messagebox. Any idea how to move the SB Window or my messagebox to an
other location?

if GLO:ExitMeldung = 1
CASE MESSAGE('Möchten Sie das Programm wirklich
beenden?','Beenden',ICON:Question,'&Ja|&Abbrechen' ,3,2)
OF 1 !Yes button
OF 2 !No button
cycle
END
END

I find no option to give a messagebox a fixed location.

Thanks much

Kai