I built a program and used the following code to save an array to a memo field:
// Convert the parts array to a memo string
cQuoPts := aSave( aQuoPar )
And the following line to put it back into an array:
// Convert the memo string to a parts array
aQuoPar := aRead( oQuo:quopts )
It all worked fine when built with 8.10 FWH.
Now, with 8.12 FWH I can't get the data back. At first I received an error on the array limits, and now I just get no data showing.
Any thoughts ?
Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit