_app.frameWin example
The following statements are used at the beginning of an application to set the title in the MDI frame window to the name of the application, attach a default menu, and hide the Navigator and Command window.
_app.frameWin.text := "Data Dazzler 3000"
do EMPTY.MNU with _app.framewin
set procedure to EMPTY.MNU additive
shell( false, true )