I compiled a VFP 7 application using VFP9 (SP2) without making any programming changes. All of the application's reports run correctly in VFP9 until I try using FoxyPreviewer.
I modified 1 of the application's reports to test FoxyPreviewer and whenever I generate the report (using either the 'preview' or 'to printer prompt' parameter) an 'Open' dialog box appears asking that a table/dbf file be selected.
I can find nothing in the FoxyPreviewer documentation or in the help forums to tell me what is causing the issue.
Again, if I comment out the Do FoxyPreviewer.App line, no dialog box appears and the report runs fine.
Here is the code:
DO FOXYPREVIEWER.APP
REPORT FORM profsum4 PREVIEW
FoxyPreviewr.App appears in the same folder on my local C: drive as the application's executable. I have full access rights to the folder.
I modified 1 of the application's reports to test FoxyPreviewer and whenever I generate the report (using either the 'preview' or 'to printer prompt' parameter) an 'Open' dialog box appears asking that a table/dbf file be selected.
I can find nothing in the FoxyPreviewer documentation or in the help forums to tell me what is causing the issue.
Again, if I comment out the Do FoxyPreviewer.App line, no dialog box appears and the report runs fine.
Here is the code:
DO FOXYPREVIEWER.APP
REPORT FORM profsum4 PREVIEW
FoxyPreviewr.App appears in the same folder on my local C: drive as the application's executable. I have full access rights to the folder.