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
error in DataRow FW 20.02 SOLVED
error in DataRow FW 20.02 SOLVED
Last edited by Maurizio on Tue Apr 28, 2020 6:48 am, edited 1 time in total.
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: error in DataRow FW 20.02
May I know how did you create the datarow?
I mean what are the parameters you provided to TDataRow():New( ??? )
I mean what are the parameters you provided to TDataRow():New( ??? )
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
Re: error in DataRow FW 20.02
RAO ,
TDataRow():New(oRec,,.f.)
with previous versions I have never had problems
Maurizio
TDataRow():New(oRec,,.f.)
with previous versions I have never had problems
Maurizio
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: error in DataRow FW 20.02
What is oRec ?
Is it ADO Recordset? Or what?
Please make sure oRec (first parameter) is not NIL
Is it ADO Recordset? Or what?
Please make sure oRec (first parameter) is not NIL
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
Re: error in DataRow FW 20.02 SOLVED
Thank RAO
it was my mistake ,
I didn't think because with FW 19 it worked
Maurizio
it was my mistake ,
I didn't think because with FW 19 it worked
Maurizio