FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Bug in xBrowse FWH 10.5??? -- SOLVED
Posts: 811
Joined: Tue May 06, 2008 04:28 AM

Bug in xBrowse FWH 10.5??? -- SOLVED

Posted: Fri May 28, 2010 09:03 AM
Dear Mr. Antonio and Mr. RAO,

I received this error randomly by this simple syntax xBrowser('table') in FWH 10.5

Stack Calls
===========
Called from: => FIELDGET(0)
Called from: Source\xBrowse.prg => SETCOLFROMRDD(7249)
Called from: Source\xBrowse.prg => TXBROWSE:SETRDD(3731)
Called from: Source\xBrowse.prg => XBRWSETDATASOURCE(11160)
Called from: Source\xbrowser.prg => XBROWSE(110)
Called from: Source\Order.prg => (b)UORDERBAR(2120)
Called from: .\source\classes\TRBTN.PRG => TRBTN:CLICK(566)
Called from: .\source\classes\TRBTN.PRG => TRBTN:LBUTTONUP(739)
Called from: => TWINDOW:HANDLEEVENT(0)
Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT(1483)
Called from: .\source\classes\TRBTN.PRG => TRBTN:HANDLEEVENT(1406)
Called from: .\source\classes\WINDOW.PRG => _FWH(3391)
Called from: => WINRUN(0)
Called from: .\source\classes\WINDOW.PRG => TMDIFRAME:ACTIVATE(976)
Called from: Source\main.prg => UMAIN(81)



Regards,
Frances
Kind Regards,

Frances



Fivewin for xHarbour v18.07

xHarbour v1.2.3.x

BCC 7.3 + PellesC8 ( Resource Compiler only)

ADS 10.1 / MariaDB

Crystal Reports 8.5/9.23 DE

xMate v1.15
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: Bug in xBrowse FWH 10.5???

Posted: Fri May 28, 2010 09:59 AM

Frances,

What is the error description ? You have just copied the calls stack.

I have just tested FWH\samples\xbwser.prg and it is working fine here.

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM

Re: Bug in xBrowse FWH 10.5???

Posted: Sun May 30, 2010 03:42 AM
Code (fw): Select all Collapse
Called from: => FIELDGET(0)
Called from: Source\xBrowse.prg => SETCOLFROMRDD(7249)

This kind of error normally occurs when the alias of the browse is not available, probably closed already or not opened.
Regards



G. N. Rao.

Hyderabad, India
Posts: 811
Joined: Tue May 06, 2008 04:28 AM

Re: Bug in xBrowse FWH 10.5??? --SOLVED

Posted: Wed Jun 02, 2010 06:53 AM

Dear Mr. Antonio/Mr. RAO,

The issue was solved when I used ace32.lib ( v9.10.0.11 ) with xHB1.21.6714 and not my ace32.lib ( v9.10.0.9 )

Thank you and best regards,
Frances

Kind Regards,

Frances



Fivewin for xHarbour v18.07

xHarbour v1.2.3.x

BCC 7.3 + PellesC8 ( Resource Compiler only)

ADS 10.1 / MariaDB

Crystal Reports 8.5/9.23 DE

xMate v1.15

Continue the discussion