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 mamount,mSono,CoName
mSono = This.parent.mSono.ssTextBox1.Value
mamount = This.parent.netAmount.Value
IF ! USED('Company')
USE Company IN 0
ENDIF
SELECT Company
coname = name
USE IN company
SELECT SoDisp
SET ORDER TO Socode
SEEK mSono IN SoDisp
Do FoxyPreviewer.App
_Screen.oFoxyPreviewer._SecondsText = "By Saif"
Report Form Locfile('\reports\SoView.frx') Preview
Also: Did you restart after removing Do Foxypreviewer.app. If you ran it, it's active for the whole session, you only revert to the native report engine, if you restart Foxpro.
So, are you really having any records for the report, is the report preview really behind the form, or is it missing overall?