NetTalk Central

Author Topic: NT8.02 - examples stumble on Export  (Read 3861 times)

Poul Jensen

  • Full Member
  • ***
  • Posts: 191
    • View Profile
    • Email
NT8.02 - examples stumble on Export
« 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
 

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: NT8.02 - examples stumble on Export
« Reply #1 on: March 19, 2014, 11:36:17 AM »
You havent updated xFiles as required.

Poul Jensen

  • Full Member
  • ***
  • Posts: 191
    • View Profile
    • Email
Re: NT8.02 - examples stumble on Export
« Reply #2 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