Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Convert txt file to report
Message
De
02/04/2017 14:21:06
 
 
À
02/04/2017 13:47:32
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01649638
Message ID:
01649676
Vues:
389
>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 ?
Andrus
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform