Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FoxyPreviewer Open Table Dialog Box 1

Status
Not open for further replies.

eogvot

Programmer
Mar 11, 2009
9
US
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.








 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top