Can anybody tell me what
ERROR('');
is used for? I see it in standard code occasionally and have no idea what it's there for! An example is in Report 6 - Trial Balance, in the MakeExcelInfo() function:
ExcelBuf.CreateBook;
ExcelBuf.CreateSheet(Text002,Text001,COMPANYNAME,USERID);
ExcelBuf.GiveUserControl;
ERROR('');
Thanks
Comments
or
?
Regards
Thomas