FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Printing with XBROWSE
Posts: 723
Joined: Tue Sep 04, 2007 08:45 AM
Printing with XBROWSE
Posted: Tue Apr 21, 2009 02:34 PM
During an xbrowse I send the
Code (fw): Select all Collapse
oBrw:report()
message the program display a MsgInfo with no caption with a Yes . No buttons. After selecting, the program crashes with the following trace:

Stack Calls
===========
Called from: .\source\classes\DIALOG.PRG => CREATEDLGERROR(0)
Called from: .\source\classes\DIALOG.PRG => TDIALOG:ACTIVATE(0)
Called from: .\source\classes\REPORT.PRG => TREPORT:ACTIVATE(0)
Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:REPORT(0)
Called from: Xbrowse.prg => (b)MAIN(36)
Called from: .\source\classes\WINDOW.PRG => TWINDOW:KEYDOWN(0)
Called from: .\source\classes\CONTROL.PRG => TCONTROL:KEYDOWN(0)
Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:KEYDOWN(0)
Called from: => TWINDOW:HANDLEEVENT(0)
Called from: .\source\classes\CONTROL.PRG => TXBROWSE:HANDLEEVENT(0)
Called from: .\source\classes\WINDOW.PRG => _FWH(0)
Called from: => DIALOGBOXINDIRECT(0)
Called from: .\source\classes\DIALOG.PRG => TDIALOG:ACTIVATE(0)
Called from: Xbrowse.prg => MAIN(43)
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: Printing with XBROWSE
Posted: Wed Apr 22, 2009 03:01 AM

You should have prev32.dll

Regards



G. N. Rao.

Hyderabad, India
Posts: 723
Joined: Tue Sep 04, 2007 08:45 AM
Re: Printing with XBROWSE
Posted: Fri Apr 24, 2009 07:48 AM

Thank you !

Continue the discussion