Выберите продукт

Xfrx Documentation [top] Today

* 2. Set Output * Arguments: Output Type, Filename lnRetVal = loXFRX.SetTarget("PDF", "c:\temp\myreport.pdf")

| Problem | Documentation Solution | | :--- | :--- | | | Section "Releasing XFRX Listeners" : Always call .Release() and set loListener = NULL . | | Excel export with wrong column widths | Chapter "Excel Output Tweaks" : Use SetColumnWidthInExcel(table, startcol, width) or design the FRX with exact coordinates. | | Missing fonts in PDF | SetFontEmbedding() and list of default XFRX-supported fonts (Arial, Courier, Times). | | Report runs slowly for 10,000+ pages | Advanced section "Batch Mode" : Use SetDrawPages(.F.) and SetCachedMode(.T.) . | | Unicode characters become '?' | Page 147: Call SetUnicode(.T.) and ensure your VFP session uses UTF-16LE compatible locale. | xfrx documentation

: Uses a native report engine for faster generation and exact layout matching. | | Missing fonts in PDF | SetFontEmbedding()

: Required for certain previewer functions and GDI+ rendering in newer versions. Installation Note | : Uses a native report engine for