AUXILIO ERROR QUE NO ENTIENDO not found: TDATAROW:BTRIGGER

Post Reply
User avatar
AIDA
Posts: 782
Joined: Fri Jan 12, 2007 8:35 pm

AUXILIO ERROR QUE NO ENTIENDO not found: TDATAROW:BTRIGGER

Post 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:
Que es mejor que programar? creo que nada :)
Atropellada pero aqui ando :P

I love Fivewin

séʌǝɹ ןɐ ɐʇsǝ opunɯ ǝʇsǝ
User avatar
nageswaragunupudi
Posts: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

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

Post by nageswaragunupudi »

What is the FWH version you are using?
Can we see the program code using XBROWSER command?
Regards

G. N. Rao.
Hyderabad, India
User avatar
AIDA
Posts: 782
Joined: Fri Jan 12, 2007 8:35 pm

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

Post 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:
Que es mejor que programar? creo que nada :)
Atropellada pero aqui ando :P

I love Fivewin

séʌǝɹ ןɐ ɐʇsǝ opunɯ ǝʇsǝ
User avatar
nageswaragunupudi
Posts: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

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

Post 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.
Regards

G. N. Rao.
Hyderabad, India
Post Reply