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.
loPreview = CREATEOBJECT("Form")
* Code here to customise the form in
* any way you require, e.g:
loPreview.Caption = "Report Viewer"
loPreview.Name = "MyPreview"
loPreview.Visible = .T.
REPORT FORM MyReport PREVIEW ;
IN WINDOW MyPreview NOWAIT