FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour FW 19.05 TDataRow and MEMO field - SOLVED -
Posts: 842
Joined: Mon Oct 10, 2005 01:29 PM
FW 19.05 TDataRow and MEMO field - SOLVED -
Posted: Mon Jun 24, 2019 09: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
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: FW 19.05 TDataRow and MEMO field
Posted: Mon Jun 24, 2019 09:53 AM
Please apply this fix:

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


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


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



G. N. Rao.

Hyderabad, India
Posts: 842
Joined: Mon Oct 10, 2005 01:29 PM
Re: FW 19.05 TDataRow and MEMO field
Posted: Mon Jun 24, 2019 10:12 AM

Perfect :D
Maurizio

Continue the discussion