FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Error after report.
Posts: 723
Joined: Tue Sep 04, 2007 08:45 AM
Error after report.
Posted: Fri Jul 01, 2011 12:19 PM
Guys:

I'm getting this error after an ACTIVATE REPORT oRep (the report works as expected):
Code (fw): Select all Collapse
      .
      .
      .
      ACTIVATE REPORT oRep

      ENDPRINT
      RELEASE FONT oFont
      RELEASE FONT oBold

Application
===========
Path and name: F:\REPCOOPP.exe (32 bits)
Size: 1,931,264 bytes
Time from start: 0 hours 0 mins 21 secs
Error occurred at: 07/01/2011, 08:15:48
Error description: Error BASE/1004 Class: 'NIL' has no exported method: LMETA
Args:
[ 1] = U

Stack Calls
===========
Called from: => LMETA(0)
Called from: .\source\classes\PRINTER.PRG => PRINTEND(985)
Called from: LSTCOOPP.PRG => REPPATS(228)
Called from: LSTCOOPP.PRG => (b)MAINMENU(268)
Called from: .\source\classes\MENU.PRG => TMENU:COMMAND(437)
Called from: .\source\classes\WINDOW.PRG => TWINDOW:COMMAND(1027)
Called from: => TWINDOW:HANDLEEVENT(0)
Called from: .\source\classes\WINDOW.PRG => _FWH(3391)
Called from: => WINRUN(0)
Called from: .\source\classes\WINDOW.PRG => TWINDOW:ACTIVATE(976)
Called from: LSTCOOPP.PRG => MAIN(107)


Any ideas ? Thank you.
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: Error after report.
Posted: Fri Jul 01, 2011 01:31 PM

Please remove ENDPRINT statement.

Regards



G. N. Rao.

Hyderabad, India
Posts: 723
Joined: Tue Sep 04, 2007 08:45 AM
Re: Error after report.
Posted: Sun Jul 03, 2011 05:24 AM

Rao:

Thank you very much my friend. It worked perfectly.

Continue the discussion