FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour Antonio Linares:Reporte de posible BUG FWH 9.08
Posts: 57
Joined: Tue Nov 04, 2008 02:08 PM
Antonio Linares:Reporte de posible BUG FWH 9.08
Posted: Tue Dec 08, 2009 07:06 PM
Antonio, ahora me encuentro trabajando en una empresa con FWH 9.08, y me he topado con dos posibles bugs...

En la Classe xBrowse en el Method Redefine, ocurre lo siguiente cuando desplazas el mouse sobre el browse, esto compilado con Harbour o xHarbour:

Code (fw): Select all Collapse
Application
===========
聽 聽Path and name: C:\FWH\samples\xbrwalia.exe (32 bits)
聽 聽Size: 1,846,784 bytes
聽 聽Time from start: 0 hours 0 mins 0 secs 
聽 聽Error occurred at: 12/08/09, 15:06:38
聽 聽Error description: Error BASE/1066 聽Argument error: conditional
聽 聽Args:
聽 聽 聽[ 聽 1] = U 聽 

Stack Calls
===========
聽 聽Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:MOUSEMOVE(3141)
聽 聽Called from: 聽=> TWINDOW:HANDLEEVENT(0)
聽 聽Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT(1453)
聽 聽Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:HANDLEEVENT(9915)
聽 聽Called from: .\source\classes\WINDOW.PRG => _FWH(3333)
聽 聽Called from: 聽=> DIALOGBOX(0)
聽 聽Called from: .\source\classes\DIALOG.PRG => TDIALOG:ACTIVATE(273)
聽 聽Called from: xbrwalia.prg => MAIN(20)


Y en TTBMenu de la toolbar, al ser compilada con Harbour (Con xHarbour no ocurre), arroja el siguiente error:

Code (fw): Select all Collapse
Application
===========
   Path and name: C:\FWH\Pruebas\Phedido.exe (32 bits)
   Size: 2,149,376 bytes
   Time from start: 0 hours 0 mins 6 secs 
   Error occurred at: 08/12/2009, 15:09:52
   Error description: Error BASE/1068  Argument error: array access
   Args:
     [   1] = N   1
     [   2] = N   3

Stack Calls
===========
   Called from: .\source\classes\TOOLBAR.PRG => TTOOLBAR:NOTIFY(260)
   Called from: .\source\classes\WINDOW.PRG => TREBAR:NOTIFY(1428)
   Called from:  => TWINDOW:HANDLEEVENT(0)
   Called from: .\source\classes\CONTROL.PRG => TREBAR:HANDLEEVENT(1453)
   Called from: .\source\classes\WINDOW.PRG => _FWH(3333)
   Called from:  => WINRUN(0)
   Called from: .\source\classes\WINDOW.PRG => TWINDOW:ACTIVATE(952)
   Called from: .\PHEDIDO.PRG => MAIN(132)


Esperando una pronta respuesta, env铆o mis saludos.
Quiero hacer facturaci贸n electr贸nica...



Leon Valenzuela.

Santiago - Chile.
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Antonio Linares:Reporte de posible BUG FWH 9.08
Posted: Tue Dec 08, 2009 07:10 PM
Le贸n,

Puedes comprobar si tienes este c贸digo en la l铆nea 3141 de FWH\source\classes\xbrowse.prg ?
Code (fw): Select all Collapse
聽 聽 if ::KeyNo() == 1
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1076
Joined: Fri Oct 07, 2005 10:41 PM
Re: Antonio Linares:Reporte de posible BUG FWH 9.08
Posted: Wed Dec 09, 2009 12:23 AM
Leon Valenzuela,

Podr铆as revisar estos post, ah铆 se habla de la soluci贸n.

POSIBLE SOLUCION
William, Morales

Saludos



m茅xico.sureste
Posts: 57
Joined: Tue Nov 04, 2008 02:08 PM
Re: Antonio Linares:Reporte de posible BUG FWH 9.08
Posted: Wed Dec 09, 2009 03:08 PM
Antonio, 茅stas son las l铆neas desde la 3141 a la 3148

Code (fw): Select all Collapse
3141   if ::lPressed
3142      if ::nStartTime == 0
3143         ::nStartTime := GetTickCount()
3144      endif
3145   else
3146      ::nStartTime := 0
3147      ::nEllapsed := 0
3148   endif


No s茅 qu茅 puede fallar.

Saludos, Leo.
Quiero hacer facturaci贸n electr贸nica...



Leon Valenzuela.

Santiago - Chile.
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Antonio Linares:Reporte de posible BUG FWH 9.08
Posted: Thu Dec 10, 2009 12:05 AM

Le贸n,

Por favor copia el c贸digo completo del M茅todo TXBROWSE:MOUSEMOVE, gracias

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion