Hi,
Examples Maps (76) and Export (78) cannot compile.
Alle browses gives errors like this:
Illegal data type: XCELL - C:\Users\Public\Documents
Unknown procedure label - C:\Users\Public\Documents\
Field not found: SETWORKSHEET - C:\Users\Public\Docu
Unknown procedure label - C:\Users\Public\Documents\
Field not found: WITHWORKSHEET - C:\Users\Public\Doc
Unknown procedure label - C:\Users\Public\Documents\
Field not found: SETSTYLE - C:\Users\Public\Document
Unknown procedure label - C:\Users\Public\Documents\
In this routine:
ExportToExcel Routine
data
ExcelExport xCell
rowNumber Long
columnNumber Long
ColumnWidth Long,dim(1024)
DateColumn Long,dim(1024)
code
ExcelExport.SetWorkSheet('PatrolAreaBoundary')
ExcelExport.WithWorkSheet('PatrolAreaBoundary')
do OpenFilesB
What could be wrong here ?
Cheers,
/Poul