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.
If Used("viewname")
Messagebox("view is open")
Else
Messagebox("view is not open")
EndIf
* also perhaps see what Grid Recordsource is at this moment:
Messagebox("Grid Recordsource:",This.Recordsource)
But all that would also apply to running the form in the VFP IDE.