Search
FoxyPreviewer Releases
Rating:        based on 20 ratings
Reviewed: 15 reviews
Downloads: 2705
Released: Jan 19 2012
Updated: Jan 20 2012 by VfpImaging
Dev status: Stable

download file icon Recommended Download



Source Code FoxyPreviewer v2.92a
source code, 2131K, uploaded Dec 30 2011 - 654 downloads

download file icon Other Available Downloads



Application Report*.APP VFP9SP2 - Get these only if you are having problems!
application, 1504K, uploaded Jan 20 2011 - 1376 downloads
Source Code FoxyPreviewer v2.89f - No need of Report*.app
source code, 2101K, uploaded Dec 10 2011 - 537 downloads
Source Code FoxyPreviewer v2.95b
source code, 2168K, uploaded Jan 20 - 138 downloads

Release Notes

Donate to support this project

Here you will find the most recent versions of FoxyPreviewer.
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:

  • For users of the COMPLETE MODE:
Download the selected release, and replace the files "FoxyPreviewer.App" and "FoxyPreviewerCaller.Prg" from the source folder.
  • For users of the SIMPLIFIED MODE:
Just update the "FoxyPreviewer.App" file.

UPDATE HISTORY / LATEST CHANGES

For a complete update history, please refer to the file UpdateHistory.txt in the "Sources" folder.

v2.95 - 2012-01-17
  • Fix in Release mode, when using "DO FoxyPreviewer WITH "Release"
  • New properties, allowing more control over the Settings dialog
    • lShowLanguage, lShowTabGeneral, lShowTabControls, lShowTabOutput, lShowTabEmail,
    • lShowTabPDF, lShowTabXLS (by default, all are set to TRUE)
The usage is really very simple, but only allowed in simplified mode:
_Screen.oFoxyPreviewer.oSettingsDlg.lShowLanguage = .F. && hides the language combo
_Screen.oFoxyPreviewer.oSettingsDlg.lShowPDF = .F. && hides the PDF page

v2.94 - 2012-01-15
  • Fix in PDF generation for words that bypass the full width available for the field
  • Fix in <FJ> full justified feature in PDF

v2.93e - 2012-01-13
  • Several tweaks for DoubleByte languages.
  • Tweaks in the PDF Listener to allow DOuble bytes
  • Fix in the EXCEL Listener to allow DOuble bytes
  • Fix in the EXCEL Listener in Date formatting in OBJECT TYPE mode

v2.93 - 2012-01-02
  • New OBJECT TYPE 15: Generates simplified HTML outputs. Good to be used in websites, no need of MSXML, faster rendering and Double-byte languages friendly
  • Tweak in Preview, enabling the save as button for Double-byte languages
  • Several tweaks in the ExcelListener to allow Double-byte languages
  • Several tweaks in the RTFListener to allow Double-byte languages

v2.92a - 2011-12-30
  • New feature: Excel rendering now will create correct outputs for non Latin languages, even if you don't have the language installed in Windows
  • Fix in PDF rendering for Symbol fonts, like WingDings
  • Fix in PDF rendering when using OBJECT TYPE 10 in a sequence. Some fonts were not being rendered.

v2.91c - 2011-12-26
  • Introduced Tagged formatting new feature. If the report engine finds the tag "<TF>" in the user field, FoxyPreviewer will apply some basic formatting to the string. The allowed tags:
<b> </b> - bold
<i> </i> :: italic
<u> </u> - underline
<s> </s> :: strikethru
<color=rgb/ncolor> </color> // <c=> </c> - forecolor
<highlight=rgb/ncolor> </highlight> // <h=> </h> - backcolor
<fontname="name"> </fontname> // <fname=> </fname> - font name
<fontsize=0> </fontsize> // <fsize=> </fsize> - font size
<fontstyle="BIUS"> </fontstyle> // <fstyle=> </ftyle> - font style string // will alter <b><i><u><s> previous state
* color could be stored a number with RGB()
* could prevent transform if '</' not in string
Special thanks to Eduard Shor, from Bucarest, Romania, for his essential help in this feature, help in discussions and for providing some procedures to deal with the tagged texts.
This feature still needs some tests. It is possible that you find some tags that are not being considered, please tell us!
Check sample SAMPLE_TF.FRX to play with the new features
  • Fix in Excel saving (by Koen Piller)
  • Fix in Printer names (by Brian Abott)
 Reviews for this release
     
Versión 2.69 Funciona correctamente la habilitación del foxypreview_setting en forma independiente para cada terminal. Excelente herramienta.
by Riago on Sep 4 2011 at 7:15 PM
     
Excellent! This last version (2.69) solved the few remaining issues I had. Thanks again lot for your efforts in this fantastic tool. My clients are very very happy with the new look and possibilities that my reports are providing - powered by FoxyPreviewer !
by foxfan on Sep 2 2011 at 6:27 PM
     
Version 2.67 - changes: 1 - Modified initialization: in Private DataSession form not losing Grid, Combos, or listboxes RowSources. 2 - Fixes in the Releasing of Foxypreviewer: the Preview container should be released. Please test!! 3 - The language settings now looks in the Settings table. 4 - Fix in *ExcelListener*: all row heights will be configured automatically. 5 - Small tweaks.
by HernanCano on Aug 31 2011 at 6:11 AM
     
Great software, Printing is so easy now.
by valfox on Jul 24 2011 at 3:16 PM
     
Excelent program! Kudos for the team, great job! My customers are very happy with the new capabilities of their reports
by vchigne1 on Jul 20 2011 at 9:39 AM
     
Very good software!Thanks for your terms hard work.If there are simplified Chinese character in my *.frx report file.When export to pdf file.But all Chinese character will be can't reading.like as unidentified code character.Do you have any suggestion to me for use Chinese report. Thanks
by xgj5054 on Jun 7 2011 at 5:32 AM
     
Works fine, but some russian symbols in excellistener incorrect, and xml transform error in excel while opened document with empty date cell. I,m fix this problems in xml_cell method check tcContents to empty value and set it to empty string when it ={} and disable code block whith xml_encode. Also the code USE IN SELECT("Settings") is needed or not - I have same table and comment this line
by amaximum on May 3 2011 at 8:34 AM
     
Compiling d:\my documents\downloads\foxypreviewer213\foxypreviewer213\source\pr_excellistener.vcx tcContents = This.Xml_Encode(tcContents,'?) Error in line 260 of excellistener.xml_cell (record 2): Command contains unrecognized phrase/keyword. tcContents = This.Xml_Encode(tcContents,'?) Error in line 261 of excellistener.xml_cell (record 2): Command contains unrecognized phrase/keyword. tcContents
by wangarcon on Apr 30 2011 at 4:06 PM
     
A perfect example of good software. Thank you!
by cmanuel on Feb 25 2011 at 9:37 AM
     
This is a wonderful product without doubt. I want to use this with for php reporting. I tried making an EXE that was called by PHP. It hnags at the time of the report call. I even tried it in a com dll but the interface rule error comes forth. How do I use it? Would appreciate you help Regards Stan
by Stanley1243 on Feb 18 2011 at 3:40 PM
     
TEngo algunos errores que deseo ver si con la nueva version del Foxyprevier dejan de pasarme.
by jzuryta on Jan 13 2011 at 5:20 PM
     
yes,i like it
by bcsvr on Dec 5 2010 at 5:31 AM
     
Saludos, gracias a todos. yo tengo VFP 9 ¿Cual es la mejor version VFP?, para correr el aplicativo. de donde puedo bajarlo.
by Cyberfacz on Dec 1 2010 at 11:27 PM
     
Se les agradece por no dejar morir a nuestro zorro !!
by victormt2004 on Aug 24 2010 at 1:17 AM
     
Nice Report Viewer.
by kalpesh2804 on Jul 24 2010 at 2:43 PM
Updating...
© 2006-2012 Microsoft | Get Help | Privacy Statement | Terms of Use | Code of Conduct | Advertise With Us | Version 2012.1.11.18365