error in DataRow FW 20.02 SOLVED

Post Reply
User avatar
Maurizio
Posts: 705
Joined: Mon Oct 10, 2005 1:29 pm
Contact:

error in DataRow FW 20.02 SOLVED

Post 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
Last edited by Maurizio on Tue Apr 28, 2020 6:48 am, edited 1 time in total.
User avatar
nageswaragunupudi
Posts: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: error in DataRow FW 20.02

Post by nageswaragunupudi »

May I know how did you create the datarow?
I mean what are the parameters you provided to TDataRow():New( ??? )
Regards

G. N. Rao.
Hyderabad, India
User avatar
Maurizio
Posts: 705
Joined: Mon Oct 10, 2005 1:29 pm
Contact:

Re: error in DataRow FW 20.02

Post by Maurizio »

RAO ,

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

with previous versions I have never had problems

Maurizio
User avatar
nageswaragunupudi
Posts: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: error in DataRow FW 20.02

Post by nageswaragunupudi »

What is oRec ?
Is it ADO Recordset? Or what?
Please make sure oRec (first parameter) is not NIL
Regards

G. N. Rao.
Hyderabad, India
User avatar
Maurizio
Posts: 705
Joined: Mon Oct 10, 2005 1:29 pm
Contact:

Re: error in DataRow FW 20.02 SOLVED

Post by Maurizio »

Thank RAO
it was my mistake :cry: ,
I didn't think because with FW 19 it worked
Maurizio
Post Reply