This is a strange one to me. It started occuring recently. It's consistent here, but not in all functions where this is used:
And this is generating the following error in the line that sets the font oAS:Name := "Arial"
Error description: Error BASE/1005 No exported variable: NAME
Args:
[ 1] = A { ... } length: 2
[ 2] = C Arial
Any ideas ? In other XLS exports the same code is sorking fine.
// Create the object
oExcel := ExcelObj( )
oExcel:WorkBooks:Add( )
oAS := oExcel:ActiveSheet( )
oAS:Cells:Font:Name := "Arial"
oAS:Cells:Font:Size := 12And this is generating the following error in the line that sets the font oAS:Name := "Arial"
Error description: Error BASE/1005 No exported variable: NAME
Args:
[ 1] = A { ... } length: 2
[ 2] = C Arial
Any ideas ? In other XLS exports the same code is sorking fine.
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