Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
ls_name = ClassName(ParentWindow().GetActiveSheet())
Window w_parent
w_parent = ParentWindow()
IF w_parent.WindowType = MDI! OR w_parent.WindowType = MDIHelp! THEN
ls_name = ClassName(w_parent.GetActiveSheet())
ELSE
ls_name = ClassName(w_parent)
END IF