In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

Error TFRARRAYDATASET:GOFIRST

FastReport for Xailer & [x]Harbour (English/Spanish)
Responder
jackson_rr
Mensajes: 3
Registrado: Mié Ago 12, 2015 2:35 pm

Error TFRARRAYDATASET:GOFIRST

Mensaje por jackson_rr »

Hello, friends


Updated my FastReport for xHarbour and am having problems the error below

I downloaded from : http://www.xailer.com/download?es&file=103

Path and name: G:\SAC\Est\Win\WEstok.EXE => BOMBOCADO (32 bits)
Size: 3,837,952 bytes
Compiler version: xHarbour 1.2.3 Intl. (SimpLex) (Build 20160314)
Windows version: 6.2, Build 9200

Time from start: 0 hours 0 mins 32 secs
Error occurred at: 19/04/2017, 23:11:34
Error description: Warning BASE/1004 Message not found: TFRARRAYDATASET:GOFIRST

Stack Calls
===========
Called from: source\rtl\tobject.prg => TFRARRAYDATASET:ERROR( 0 )
Called from: source\rtl\tobject.prg => TFRARRAYDATASET:MSGNOTFOUND( 0 )
Called from: source\rtl\tobject.prg => TFRARRAYDATASET:GOFIRST( 0 )
Called from: iFastReport.prg => FRREPORTMANAGERXAILER:PROCESSEVENT( 202 )
Called from: G:\SAC\_SVN\FastReport\FastReport.prg => FR_EVENTHANDLER( 34 )
Called from: => FRREPORTMANAGERXAILER:PREPAREREPORTC( 0 )
Called from: G:\SAC\_SVN\FastReport\FastReport.prg => FRREPORTMANAGERXAILER:PREPAREREPORT( 616 )
Called from: G:\SAC\_SVN\MyLib\WNota_NFe.prg => GERARDANFEFAST( 3033 )


Can you help me.
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9246
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

Re: Error TFRARRAYDATASET:GOFIRST

Mensaje por ignacio »

jackson_rr escribió:Hello, friends


Updated my FastReport for xHarbour and am having problems the error below

I downloaded from : http://www.xailer.com/download?es&file=103

Path and name: G:\SAC\Est\Win\WEstok.EXE => BOMBOCADO (32 bits)
Size: 3,837,952 bytes
Compiler version: xHarbour 1.2.3 Intl. (SimpLex) (Build 20160314)
Windows version: 6.2, Build 9200

Time from start: 0 hours 0 mins 32 secs
Error occurred at: 19/04/2017, 23:11:34
Error description: Warning BASE/1004 Message not found: TFRARRAYDATASET:GOFIRST

Stack Calls
===========
Called from: source\rtl\tobject.prg => TFRARRAYDATASET:ERROR( 0 )
Called from: source\rtl\tobject.prg => TFRARRAYDATASET:MSGNOTFOUND( 0 )
Called from: source\rtl\tobject.prg => TFRARRAYDATASET:GOFIRST( 0 )
Called from: iFastReport.prg => FRREPORTMANAGERXAILER:PROCESSEVENT( 202 )
Called from: G:\SAC\_SVN\FastReport\FastReport.prg => FR_EVENTHANDLER( 34 )
Called from: => FRREPORTMANAGERXAILER:PREPAREREPORTC( 0 )
Called from: G:\SAC\_SVN\FastReport\FastReport.prg => FRREPORTMANAGERXAILER:PREPAREREPORT( 616 )
Called from: G:\SAC\_SVN\MyLib\WNota_NFe.prg => GERARDANFEFAST( 3033 )


Can you help me.
Hello,

It seems you are mixing code from old and newest versions of FRX since the method GOFIRST is defined on TFrArrayDataset:

Código: Seleccionar todo

METHOD GoFirst() INLINE ::nIndex := 1
Regards,
Ignacio Ortiz de Zúñiga
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Responder