Página 1 de 1

Error TFRARRAYDATASET:GOFIRST

Publicado: Jue Abr 20, 2017 5:37 am
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.

Re: Error TFRARRAYDATASET:GOFIRST

Publicado: Jue Abr 20, 2017 2:37 pm
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,