NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Poul Jensen on March 19, 2014, 09:42:03 AM

Title: NT8.02 - examples stumble on Export
Post by: Poul Jensen on March 19, 2014, 09:42:03 AM
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
 
Title: Re: NT8.02 - examples stumble on Export
Post by: Bruce on March 19, 2014, 11:36:17 AM
You havent updated xFiles as required.
Title: Re: NT8.02 - examples stumble on Export
Post by: Poul Jensen on March 19, 2014, 12:15:50 PM
I shure had:  but only to version 2.43 the other day :-)

Now upgradet to 2.5 and all is fine.

The Export functions is working great !

Thanks - Bruce.

/Poul