Alguien me puede dar una indicacion que pasa cuando genera este error, cuando cargo el browse xbrowse tree cuando ubico el puntero en cuanquier columna menos en la primera me genera un error al salir. cuando me ubico el la columna primera no pasa esto. Anexo error y pantalla.
Codigo cuando me digo salir
Error
Application
===========
Path and name: K:\proy_harb\plastwin.Exe (32 bits)
Size: 1,495,040 bytes
Time from start: 0 hours 0 mins 41 secs
Error occurred at: 11/23/2010, 14:17:12
Error description: Error BASE/1004 Class: 'NUMERIC' has no exported method: EVAL
Args:
[ 1] = N 255
Stack Calls
===========
Called from: => EVAL(0)
Called from: .\source\classes\XBROWSE.PRG => TXBRWCOLUMN:PAINTDATA(9060)
Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:DRAWLINE(1697)
Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:PAINT(1408)
Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:DISPLAY(1201)
Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT(1457)
Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:HANDLEEVENT(11016)
Called from: .\source\classes\WINDOW.PRG => _FWH(3397)
Called from: => SYSREFRESH(0)
Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:LBUTTONDOWN(586)
Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT(1481)
Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:HANDLEEVENT(1437)
Called from: .\source\classes\WINDOW.PRG => _FWH(3397)
Called from: => DIALOGBOX(0)
Called from: .\source\classes\DIALOG.PRG => TDIALOG:ACTIVATE(273)
Called from: K:\proy_harb\PRG\claserub_brow.prg => BROP0025_1:DIALGINI(180)
Called from: K:\proy_harb\PRG\pxprebro_1.prg => BROP0025_1:NEW(5919)
Called from: K:\proy_harb\PRG\pxplrep1.prg => PROG_REP_1(317)
Called from: K:\proy_harb\PRG\pxprutrep_1.prg => MYCLICK(819)
Called from: K:\proy_harb\PRG\pxprutrep_1.prg => (b)REP_TREE1(116)
Called from: .\source\classes\WINDOW.PRG => TWINDOW:LDBLCLICK(1872)
Called from: .\source\classes\CONTROL.PRG => TTREEVIEW:LDBLCLICK(1512)
Called from: => TWINDOW:HANDLEEVENT(0)
Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT(1497)
Called from: .\source\classes\TTREEVIE.PRG => TTREEVIEW:HANDLEEVENT(287)
Called from: .\source\classes\WINDOW.PRG => _FWH(3397)
Called from: => DIALOGBOX(0)
Called from: .\source\classes\DIALOG.PRG => TDIALOG:ACTIVATE(273)
Called from: K:\proy_harb\PRG\pxprutrep_1.prg => REP_TREE1(131)
Called from: K:\proy_harb\PRG\pxpmenbar.prg => (b)MENU01_1:DIALBAR00(263)
Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:CLICK(463)
Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:LBUTTONUP(658)
Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT(1487)
Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:HANDLEEVENT(1437)
Called from: .\source\classes\WINDOW.PRG => _FWH(3397)
Called from: => WINRUN(0)
Called from: .\source\classes\WINDOW.PRG => TMDIFRAME:ACTIVATE(978)
Called from: K:\proy_harb\PRG\pxpmenbar.prg => MENU01_1:DIALMEN00(176)
Called from: K:\proy_harb\PRG\pxpmenbar.prg => MENU01_1:NEW(1051)
Called from: K:\proy_harb\PRG\pxpmenu.prg => MAIN(451)
System
======
CPU type: Intel(R) Pentium(R) 4 CPU 2.80GHz 2800 Mhz
Hardware memory: 2040 megs
http://img593.imageshack.us/img593/8857/errorentree.jpg
Codigo cuando me digo salir
DEFINE BUTTON OF oBar ;
RESOURCE "reg_salir" TOP ;
PROMPT "Salir" ;
ACTION (lExit := .T.,oLbxr:oDlgBrow:End()); //oLbxr:End()
TOOLTIP { "Salir del Formulario", "Salir" }
if x_brodesv
barbwodegra(oBar,1)
endifError
Application
===========
Path and name: K:\proy_harb\plastwin.Exe (32 bits)
Size: 1,495,040 bytes
Time from start: 0 hours 0 mins 41 secs
Error occurred at: 11/23/2010, 14:17:12
Error description: Error BASE/1004 Class: 'NUMERIC' has no exported method: EVAL
Args:
[ 1] = N 255
Stack Calls
===========
Called from: => EVAL(0)
Called from: .\source\classes\XBROWSE.PRG => TXBRWCOLUMN:PAINTDATA(9060)
Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:DRAWLINE(1697)
Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:PAINT(1408)
Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:DISPLAY(1201)
Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT(1457)
Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:HANDLEEVENT(11016)
Called from: .\source\classes\WINDOW.PRG => _FWH(3397)
Called from: => SYSREFRESH(0)
Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:LBUTTONDOWN(586)
Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT(1481)
Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:HANDLEEVENT(1437)
Called from: .\source\classes\WINDOW.PRG => _FWH(3397)
Called from: => DIALOGBOX(0)
Called from: .\source\classes\DIALOG.PRG => TDIALOG:ACTIVATE(273)
Called from: K:\proy_harb\PRG\claserub_brow.prg => BROP0025_1:DIALGINI(180)
Called from: K:\proy_harb\PRG\pxprebro_1.prg => BROP0025_1:NEW(5919)
Called from: K:\proy_harb\PRG\pxplrep1.prg => PROG_REP_1(317)
Called from: K:\proy_harb\PRG\pxprutrep_1.prg => MYCLICK(819)
Called from: K:\proy_harb\PRG\pxprutrep_1.prg => (b)REP_TREE1(116)
Called from: .\source\classes\WINDOW.PRG => TWINDOW:LDBLCLICK(1872)
Called from: .\source\classes\CONTROL.PRG => TTREEVIEW:LDBLCLICK(1512)
Called from: => TWINDOW:HANDLEEVENT(0)
Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT(1497)
Called from: .\source\classes\TTREEVIE.PRG => TTREEVIEW:HANDLEEVENT(287)
Called from: .\source\classes\WINDOW.PRG => _FWH(3397)
Called from: => DIALOGBOX(0)
Called from: .\source\classes\DIALOG.PRG => TDIALOG:ACTIVATE(273)
Called from: K:\proy_harb\PRG\pxprutrep_1.prg => REP_TREE1(131)
Called from: K:\proy_harb\PRG\pxpmenbar.prg => (b)MENU01_1:DIALBAR00(263)
Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:CLICK(463)
Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:LBUTTONUP(658)
Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT(1487)
Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:HANDLEEVENT(1437)
Called from: .\source\classes\WINDOW.PRG => _FWH(3397)
Called from: => WINRUN(0)
Called from: .\source\classes\WINDOW.PRG => TMDIFRAME:ACTIVATE(978)
Called from: K:\proy_harb\PRG\pxpmenbar.prg => MENU01_1:DIALMEN00(176)
Called from: K:\proy_harb\PRG\pxpmenbar.prg => MENU01_1:NEW(1051)
Called from: K:\proy_harb\PRG\pxpmenu.prg => MAIN(451)
System
======
CPU type: Intel(R) Pentium(R) 4 CPU 2.80GHz 2800 Mhz
Hardware memory: 2040 megs
http://img593.imageshack.us/img593/8857/errorentree.jpg