FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour problem with printing
Posts: 15
Joined: Tue Dec 13, 2005 06:27 AM
problem with printing
Posted: Tue Dec 13, 2005 06:34 AM

when I preview the printing I receive this error message

Error (6) deleting enhanced metafile
Error description

FIVEWIN version 2.7
xHarbour Compiler build 0.99.51 (SimpLex)
bcc

No problem with fivewin 2.5

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
problem with printing
Posted: Tue Dec 13, 2005 08:28 AM

Patrick,

Please check that you are doing a oReport:End() just once. That error usually appears when more than once the report is End()ed.

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 15
Joined: Tue Dec 13, 2005 06:27 AM
problem with printing
Posted: Wed Dec 14, 2005 03:02 AM

Antonio,
Thank you
fix now with your suggestion.
I use to finish report with
ENDPAGE
ENDPRINT

IF I comment out ENDPAGE, no error.
I confirm that this does not occur since FWH 2.1

Continue the discussion