Page 1 of 1

error in DataRow FW 20.02 SOLVED

Posted: Mon Apr 27, 2020 3:00 pm
by Maurizio
Hello ,
With FW 20.02 I have a error in line 206

I think the problem is ::cSrcType

if !( ::cSrcType $ "ARR,HSH" ) // line 206
::NaviBlocks()
endif


Application
===========
Path and name: d:\prg_SQL\MASTRO\mastrosql.exe (32 bits)
Size: 7,880,192 bytes
Compiler version: Harbour 3.2.0dev (r1904111533)
FiveWin version: FWH 20.02
C compiler version: Microsoft Visual C++ 19.20.27508 (32-bit)
Windows version: 6.2, Build 9200

Time from start: 0 hours 0 mins 8 secs
Error occurred at: 27/04/2020, 16:01:24
Error description: Error BASE/1109 Parametro errato: $
Args:
[ 1] = U
[ 2] = C ARR,HSH

Stack Calls
===========
Called from: .\source\classes\DATAROW.PRG => TDATAROW:NEW( 206 )


Maurizio

Re: error in DataRow FW 20.02

Posted: Mon Apr 27, 2020 3:17 pm
by nageswaragunupudi
May I know how did you create the datarow?
I mean what are the parameters you provided to TDataRow():New( ??? )

Re: error in DataRow FW 20.02

Posted: Mon Apr 27, 2020 3:39 pm
by Maurizio
RAO ,

TDataRow():New(oRec,,.f.)

with previous versions I have never had problems

Maurizio

Re: error in DataRow FW 20.02

Posted: Mon Apr 27, 2020 4:17 pm
by nageswaragunupudi
What is oRec ?
Is it ADO Recordset? Or what?
Please make sure oRec (first parameter) is not NIL

Re: error in DataRow FW 20.02 SOLVED

Posted: Tue Apr 28, 2020 6:50 am
by Maurizio
Thank RAO
it was my mistake :cry: ,
I didn't think because with FW 19 it worked
Maurizio