Check out discussion 6200 on http://technet.navision.com.  Here's my
contribution.

I also had a problem with SysExcelTemplateWizard generating an infolog
in the same place. I'm on 3.0 SP2. It happens because new DictEnum
returned null. The following one line change in FormatCell fixed it for
me...

// DictEnum returns null if field does not use an ExtendedDataType
// label = new DictEnum(_tmpExcelField.methodEnumId).label();   <--
comment out this line and add following line.
label = _tmpExcelField.methodEnumId ? new
DictEnum(_tmpExcelField.methodEnumId).label() : 'Unknown';


Jim Chwaszczewski
Wipfli LLP

-------------------------
Message: 10
   Date: Wed, 16 Jun 2004 00:04:37 -0000
   From: "gonzalo_edo" <[EMAIL PROTECTED]>
Subject: Data Export/ Import -> Excel Spreadsheets  Error

When I try to create a template at  Administration ->Periodic ->Data
Export/ Import -> Excel Spreadsheets ->Template Wizards for a table
created by myself, after I click on Finish button this error is
displayed

Error executing code: DictEnum object not initialized.

Stack trace:
\Classes\DictEnum\label
\Classes\SysExcelTemplateWizard\formatCell - line 22
\Classes\SysExcelTemplateWizard\formatType - line 21
\Classes\SysExcelTemplateWizard\formatColumns - line 37
\Classes\SysExcelTemplateWizard\createTemplate - line 17
\Classes\SysExcelTemplateWizard\run - line 21
\Classes\SysExcelTemplateWizard\main - line 11

But, if I create a template for an Axapta Table, by example
CustTable, the process completes succesfully, the fact is, what I'm
missing on table definition or what can I do to solve this problem??


Best Regards.


Gonzalo.
 
--------------------------------------------------------

The content of this E-mail and any attached files is confidential, and may be subject 
to certain privilege.  This email is intended for the designated recipient(s) only.  
If you have received this E-mail in error, please immediately contact the sender.
 
WIPFLI LLP
Business experts.  Right from the start.



[Non-text portions of this message have been removed]



Yahoo! Groups Sponsor
ADVERTISEMENT
click here


Yahoo! Groups Links

Reply via email to