![]() |
Please review FoxyPreviewer on Google! |
DOWNLOADS and Update History
FOXYPREVIEWER 3 DOWNLOADS - Paid version
Just the App - no source code
These are all working versions. Non registered users can use them only for testing purposes. Non registered will have all functionalities, but with a watermark printed on pages or a "Non licensed version' warning on previews.

application, 8387kb, uploaded Mar 30, 2025

application, 7344kb, uploaded July 13, 2024

application, 7584kb, uploaded May 11, 2023

VFP table, 70kb, uploaded June 09, 2024
OTHER AVAILABLE DOWNLOADs

application, 11140K, uploaded May 20, 2014 - 9981 downloads
compiled by Chuanbing Chen. Library , Uploaded Nov 26,2023
FOXYPREVIEWER 2.99 DOWNLOADS - FREE DEPRECATED VERSION WITH SOURCE CODE

application, 3182K, uploaded Feb 27, 2021 - 00454 downloads

application, 3708K, uploaded Feb 06, 2021 - 03699 downloads

application, 3707K, uploaded Nov 28, 2020 - 03961 downloads

application, 5182K, uploaded Jan 20, 2017 - 22204 downloads
The recommended download will always be a stable version, tested by many users.
To get the most power for your previews, please TRY the most recent versions, that will bring new possibilities, fixes and improvements, but still need some testing. It is important to know how the testing version is running in order to continue developing new possibilities, and improve the product.
HOW TO UPDATE:
Just update the "FoxyPreviewer.App" file.
IMPORTANT: Make sure you don't have any other versions of FoxyPreviewer.App in the computer's SET("PATH")
UPDATE HISTORY / LATEST CHANGES
v3.00.331 - 2025-03-30
- Fix: Save button in E-mail HTML editor error when file name already existed
- Fix: ReportPreview not opening from the Report Designer
Several enhancements in the HTML rendering
- New properties introduced in the Settings form together with the XLS tab
- New property: 'lHtmlBorder': Logical, Shows a border line around the Html document for better visualization. Default = .F.
- New property: 'lHtmlEditable': Logical, Allows the Html document to be editable when opened in any browser. Default = .F.
- New property: 'lHtmlVerticalSortVertical': Logical, Resorts the report elements to be rendered from top to bottom. This will ease the text/images selection from the HTML, but may also mess some elements if you have elements overlapping others, bringing to the front something that was on the back. Originally it followed the FRX order of creation. Default = .F.
- Inserted printing "Page Breaks", so that printing will follow the original Pages in the report.
- Inserted HTML Page markups - Now you can navigate through the generated HTML documents using the tag #page in the url - ie: http:\\yourfile.htm#page3 will go directly to Page 3 in your browser
- New HTML feature: HTML New "<LINK></LINK>" tags that you can add to the "USER" tab of the FRX, like in the image below. This can be applied to any text/label or image element in your report!
v3.00.329 - 2025-03-24
- Fix: Wrong Excel file extension when ".lAutoSave = .T."
- Fix: DUPLEX value from EXPR in report was not being used in PREVIEW. By default FoxyPreviewer3 will set the Printer 'DUPLEX' by checking first the property "_Screen.oFoxyPreviewer.nDuplex". If it is set to 0 (zero), then it will look at the EXPR field of the FRX. In other words, _Screen.oFoxyPreviewer.nDuplex will override the values stored in EXPR if you change that value to something greater than 0
- New Feature: "FRX" new Tab in the Preview Settings form. This will provide some information about the current Report - The EXPR field, the command clauses, and allow you to browse in a copy of the FRX table. The "FRX" and the "About" tabs will appear only under development mode.
This is still work in progress, please tell me any other useful information that you would like to see there.
v3.00.328 - 2025-03-18
- Fix: property ".lPrinted" sometimes was not correct
v3.00.327 - 2025-03-16
- Fix: Duplex printing was not being respected when set in EXPR field of the report
- Fix: Sometimes the Windows file System took longer to save XLSX files - FP3 will wait a few longer to make sure it is saved on disk
- Minor tweaks in '.nPreviewMode = 2'
v3.00.325 - 2025-03-09
- Fix: HTML e-mail form could not save the current HTML to be used later.
v3.00.324 - 2025-03-04
- Fix: Method "SendReportToEmail(tcFile)" could not send messages when ".cEmailTo", ".cEmailSubject" or ".cEmailBody" were empty when ".nEmailMode=1 && MAPI"
v3.00.323 - 2025-02-26
- Fix: The properties ".cEmailTo", ".cEmailSubject" and ".cEmailBody" were not being sent to the e-mail forms when using ".nEmailMode=1 or 3"
v3.00.322a - 2025-02-13
- Fix: The report page was not appearing when the REPORT FORM ... WINDOW clause was used
- Fix: The 'Printer Preferences' form was not respecting the 'Collate/Group pages' printer settings.
v3.00.321 - 2025-01-20
- New Method: "SendReportToEmail(tcFile) - Sends any report or file using the E-mail form. Parameter: tcFile - the file name to be attached to your e-mail. The usage is very simple. Just make sure all the SMTP needed parameters are correctly set and call this method, like in the procedure below:
DO FoxyPreviewer.APP WITH _Screen.oFoxyPreviewer .nEmailMode = 2 && CDOSYS HTML - Obligatory to open the Email form * Your SMTP settings here: .cSMTPServer = "br14.hostgator.com.br" .cSMTPUserName = "sales@foxypreviewer.com" .cSMTPPassword = "******" .nSMTPPort = 465 .lSMTPUseSSL = .T. .cEmailFrom = "sales@foxypreviewer.com" * Create the PDF file to be attached to the e-mail form here REPORT FORM _SAMPLES + "Solution\Reports\Colors.frx" TO FILE "Test2.pdf" * Send the just created file as a parameter * If empty, FP3 will use the contents of ".cDestFile", te last report saved as a file if applicable * If the SMTP information was set, opens the E-mail form .SendReportToEmail("Test2.pdf") && Any file name can come here ENDWITH
v3.00.320 - 2024-11-17
- Fix: SET EXACT was not being restored after report run.
- Fix: Save As button error when all Saving options unchecked in the Settings form
- Fix: Printing as Monochrome was not being respected when "COLOR=1" in the FRX EXPR field. to force printing "colored" you need to use the "Printing Preferences" form. Notice that the printer driver must support monochrome printing - for instance, "Microsoft Print To Pdf" does not support monochrome!
v3.00.319 - 2024-09-22
- Resource file was not being updated when Preview form was closed using the "X" in the title bar when ".nPreviewMode = 1"
- Minor code changes to allow better compatibility with older versions of CTL32
- Minor code cleanups
- Minor code cleanups
v3.00.318 - 2024-09-16
- Version switching from "Alpha" to "Beta" status
- Dutch language updated
- Several tweaks in the "SendEmail" form, included "Cc" and "Bcc" buttons
- Dutch language updated
- Several tweaks in the "SendEmail" form, included "Cc" and "Bcc" buttons
v3.00.317 - 2024-09-09
- Tweaks in Powerscript e-mail Html body