Page 1 of 1

AUXILIO ERROR QUE NO ENTIENDO not found: TDATAROW:BTRIGGER

Posted: Tue Mar 12, 2019 1:41 am
by AIDA
MI PROGRAMITA ESTABA FUNCIONANDO MUY BIEN Y DE PRONTO SALE ESTO AL QUERER EDITAR UN REGISTRO EN XBROWSER POR MAS QUE LE BUSQUE NO SE QUE PASO :cry:

Time from start: 0 hours 0 mins 4 secs
Error occurred at: 11-03-2019, 19:36:31
Error description: Error BASE/1004 Message not found: TDATAROW:BTRIGGER

Stack Calls
===========
Called from: .\source\function\HARBOUR.PRG => _CLSSETERROR( 247 )
Called from: datarow.prg => TDATAROW:BTRIGGER( 2079 )
Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:DATAROW( 10612 )
Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:EDIT( 10640 )
Called from: xbrowser.prg => (b)XBROWSE( 195 )
Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:CLICK( 697 )
Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:LBUTTONUP( 983 )
Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT( 1791 )
Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:HANDLEEVENT( 2006 )
Called from: .\source\classes\WINDOW.PRG => _FWH( 3541 )
Called from: => DIALOGBOXINDIRECT( 0 )
Called from: .\source\classes\DIALOG.PRG => TDIALOG:ACTIVATE( 304 )
Called from: xbrowser.prg => XBROWSE( 326 )
Called from: model.prg => EDITA( 3533 )
Called from: model.prg => MAIN( 106 ) :cry:


Saluditos :cry:

Re: AUXILIO ERROR QUE NO ENTIENDO not found: TDATAROW:BTRIGGER

Posted: Tue Mar 12, 2019 2:36 pm
by nageswaragunupudi
What is the FWH version you are using?
Can we see the program code using XBROWSER command?

Re: AUXILIO ERROR QUE NO ENTIENDO not found: TDATAROW:BTRIGGER

Posted: Thu Mar 21, 2019 1:02 am
by AIDA
HOLA

INTRODUCIENDO LA DATA bTrigger a la Clase TDataRow YA FUNCIONO BIEN :mrgreen:

ENTERING THE DATA bTrigger to the TDataRow Class ALREADY WORKS WELL :mrgreen:

Re: AUXILIO ERROR QUE NO ENTIENDO not found: TDATAROW:BTRIGGER

Posted: Thu Mar 21, 2019 3:47 am
by nageswaragunupudi
If you are using FWH19.01, the DATA bTrigger already exists in both XBrowse and DataRow.
If you are using any version upto FWH1812, the DATA bTrigger does NOT exist in either XBrowse or DataRow.

You might have got the above problem if you linked xbrowse.prg of FWH 19.01 with a library FWH18.12 or before.