Hello RAO
With FW 19.05 , TdataRaw , ADO MySQL the MEMO field are not present
This is table
https://drive.google.com/open?id=1ORQWf ... ACDEt011dy
This is the aData of TdadaRow
https://drive.google.com/open?id=1HWVtL ... Kj94VltHcx
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
FW 19.05 TDataRow and MEMO field - SOLVED -
FW 19.05 TDataRow and MEMO field - SOLVED -
Last edited by Maurizio on Mon Jun 24, 2019 10:12 am, edited 1 time in total.
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: FW 19.05 TDataRow and MEMO field
Please apply this fix:
Go to line 758 in datarow.prg
You will see
Please change it as
Please confirm if this fixes the problem.
Regret the inconvenience.
Go to line 758 in datarow.prg
You will see
Code: Select all
if ! Empty( cType ) .and. cType $ "CDLNT="
Code: Select all
if ! Empty( cType ) .and. cType $ "CDLNMT="
Regret the inconvenience.
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
Re: FW 19.05 TDataRow and MEMO field
Perfect
Maurizio
Maurizio