FW 19.05 TDataRow and MEMO field - SOLVED -

FW 19.05 TDataRow and MEMO field - SOLVED -

Postby Maurizio » Mon Jun 24, 2019 9:41 am

Hello RAO

With FW 19.05 , TdataRaw , ADO MySQL the MEMO field are not present

This is table
https://drive.google.com/open?id=1ORQWf2mz1URXxC6h-feVkGACDEt011dy



This is the aData of TdadaRow

https://drive.google.com/open?id=1HWVtLRt-iPN2ecxnzS-_6PKj94VltHcx



This is the error

Time from start: 0 hours 5 mins 58 secs
Error occurred at: 24/06/2019, 10:55:41
Error description: Error BASE/1004 Message not found: TDATAROW:NOTE

Stack Calls
===========
Called from: .\source\function\HARBOUR.PRG => _CLSSETERROR( 247 )
Called from: .\source\classes\DATAROW.PRG => TDATAROW:NOTE( 2152 )


Regards Maurzio
Last edited by Maurizio on Mon Jun 24, 2019 10:12 am, edited 1 time in total.
User avatar
Maurizio
 
Posts: 807
Joined: Mon Oct 10, 2005 1:29 pm

Re: FW 19.05 TDataRow and MEMO field

Postby nageswaragunupudi » Mon Jun 24, 2019 9:53 am

Please apply this fix:

Go to line 758 in datarow.prg
You will see
Code: Select all  Expand view
        if ! Empty( cType ) .and. cType $ "CDLNT="
 


Please change it as
Code: Select all  Expand view
        if ! Empty( cType ) .and. cType $ "CDLNMT="
 


Please confirm if this fixes the problem.
Regret the inconvenience.
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10465
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Re: FW 19.05 TDataRow and MEMO field

Postby Maurizio » Mon Jun 24, 2019 10:12 am

Perfect :D
Maurizio
User avatar
Maurizio
 
Posts: 807
Joined: Mon Oct 10, 2005 1:29 pm


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Google [Bot] and 90 guests