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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Where can I report bugs to FoxyPreviewer?

Status
Not open for further replies.

Will Jiang

Programmer
Jul 4, 2021
2
AU
Where can I report bugs to FoxyPreviewer? I can't find any contact details on their Web site. TIA.
 
And it won't do any harm to post details of the bug here. Even if Cesar doesn't see it, it will be of benefit to others to know about it. And someone might suggest a fix or a workaround.

Mike

__________________________________
Mike Lewis (Edinburgh, Scotland)

Visual FoxPro articles, tips and downloads
 
It's a good idea to post details here.

1) Based on it Seems simplified Chinese has been fixed already. But I have tested for version v299z36, v299z38, v299z39, v299z41, none of them is working. OBJECT TYPE 11 TO File is fine but not OBJECT TYPE 10 TO File. The sample is attached. In the method updatecodeopage, after adding this.DeclareDLL() and fixing to This._Stat = HPDF_UseCNSFonts(this.pdfHandle) and This._Stat = HPDF_UseCNSEncodings(this.pdfHandle), it is still not working. This is the first time I am doing a Chinese system although I am a Chinese but living in Australia.

2) Send email via FoxPreviewer in Chinese. We have to add property cCharset in foxypreviewer.prg for passing this property to cdo2000 (attached). And then add _Screen.oFoxyPreviewer.cCharset="UTF-8" in our application.

3) I failed to add following code in the method updatecodepage:
Declare Integer HPDF_UseUTFEncodings In libhpdf.dll Integer
HPDF_UseUTFEncodings( this.pdfHandle )
HPDF_SetCurrentEncoder(this.pdfHandle, "UTF-8")

The error message is cannot find entry point in dll.

Any ideas? Many Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top