Fix for DC_WorkArea2Excel() problem
Posted: Wed Jan 06, 2016 1:44 pm
Richard Covington reported that his export routine suddenly started erroring in his application.
He uses DC_WorkArea2Excel() to export his DBF data to an Excel worksheet.
His data contains memo fields.
Whenever the contents of a memo field exceeded 1024 characters, it would crash the Excel ActiveX routine.
Here is an updated _DCFUNCT.PRG that now limits memo cells to 1024 characters.
Copy it to your \exp20\source\dclipx folder and run build19_sl1.bat or build20.bat to rebuild DCLIPX.DLL
This fix will be in build 264.
He uses DC_WorkArea2Excel() to export his DBF data to an Excel worksheet.
His data contains memo fields.
Whenever the contents of a memo field exceeded 1024 characters, it would crash the Excel ActiveX routine.
Here is an updated _DCFUNCT.PRG that now limits memo cells to 1024 characters.
Copy it to your \exp20\source\dclipx folder and run build19_sl1.bat or build20.bat to rebuild DCLIPX.DLL
This fix will be in build 264.