FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour error in DataRow FW 20.02 SOLVED
Posts: 842
Joined: Mon Oct 10, 2005 01:29 PM
error in DataRow FW 20.02 SOLVED
Posted: Mon Apr 27, 2020 03:00 PM

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

Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: error in DataRow FW 20.02
Posted: Mon Apr 27, 2020 03:17 PM

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
Posts: 842
Joined: Mon Oct 10, 2005 01:29 PM
Re: error in DataRow FW 20.02
Posted: Mon Apr 27, 2020 03:39 PM

RAO ,

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

with previous versions I have never had problems

Maurizio

Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: error in DataRow FW 20.02
Posted: Mon Apr 27, 2020 04:17 PM

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

Regards



G. N. Rao.

Hyderabad, India
Posts: 842
Joined: Mon Oct 10, 2005 01:29 PM
Re: error in DataRow FW 20.02 SOLVED
Posted: Tue Apr 28, 2020 06:50 AM

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

Continue the discussion