SmartDocument events

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I've mapped an xml schema to an Excel 2003 document and attached a managed smart document solution. When I click on cells that have been mapped to a schema element, NO events are fired by the smart document framework. However, when I use the same code, xml schema and manifest in a Word smart document - only modifying the parts that differ for Excel - I AM receiving events

I stepped through the code line by line for both Word and Excel and all the "get" event handlers called by the framework during the load phase to determine the elements and their corresponding controls ARE being called and they return identical value for Word and Excel. However, only the Word document calls the "populate" event handlers. Excel remains silent

What am I missing

Thanks
 
This turned out to be a problem with the way the xml schema was mapped to the Excel document. Once this was fixed, everything worked as expected.
 
Back
Top