AlastairOz
Technical User
I have the property "desktop" set to .t. in a form,when I call a report preview, the preview is always behind the form.
Is there anyway to change this.
Is there anyway to change this.
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.
Local loPreview
loPreview = CreateObject("previewform")
loPreview.Name = "winPreview"
Report Form (Home()+"\Tools\Filespec\60frx2.frx") Preview Window winPreview
Define Class Previewform as Form
Desktop = .t.
Enddefine