Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Convert txt file to report
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01649638
Message ID:
01649678
Views:
388
>>Maybe using foxypreviewer and html tags. Check:
>>
>>https://www.foxite.com/archives/foxypreviewer-new-html-formatting-0000331112.htm
>
>Thank you very much. Great. I upgraded my application to latest FoxyPreviewer. Preview shows bold text properly. However Save as PDF causes error
>
>Error creating report data. The output will not be rendered correctly
>
>I'm using one field test report attached in reply to Martina.
>Error occurs in getfullfrxdata method in code
>
>
>
>	SELECT OA.*, ; && OA = Output Alias
>			TempFrx.* ;
>				FROM (This.cOutputAlias) OA ;
>				JOIN TempFrx ON OA.FrxRecno = TempFrx.nRecno ;
>				WHERE FRXINDEX = m.n ;
>				ORDER BY Page ;
>				INTO CURSOR (m.laTempData(m.n)) READWRITE
>
>
>		IF _TALLY = 0
>			MESSAGEBOX("Error creating report data. The output will not be rendered correctly.", 16, "Error")
>			SET STEP ON 
>		ENDIF 
>		USE IN SELECT("TempFRX")
>
>
>How to fix this ?

Foxypreviewer doesn't support textformat for PDF.

MartinaJ
"Navision is evil that needs to be erazed... to the ground"

Jabber: gorila@dione.zcu.cz
Jabber? Jabbim
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform