Using DOORS client version 9.2.0.3. Build 92412 I have a DXL layout, it simply displays a red line marked up version of what is in the main column, works well, no noticable hit on performance. BUT - when I try to export a View containing this layout DXL to MS Word using the built-in export to MS Word Export feature, the respective column in MSWord is empty and the column in DOORS now displays "Error in DXL" - a refresh of the View brings it back to normal. Tried converting to DXL Attribute - it displays "Attribute DXL Failed". Anyone else ever experienced this, any clues? I can't share the code, but maybe someone has experienced this before.
Paul Miller PRM - Tue Apr 01 01:00:20 EDT 2014 |
Re: "Error in DXL" message after export to MS Word Without explanation and if you are feeling sporty, try to rearrange the columns in the module such that no Attr-DXL nor Layout is adjacent to any other Attr-DXL or Layout. Or, just export this column. -Louie |
Re: "Error in DXL" message after export to MS Word llandale - Tue Apr 01 15:05:51 EDT 2014 Without explanation and if you are feeling sporty, try to rearrange the columns in the module such that no Attr-DXL nor Layout is adjacent to any other Attr-DXL or Layout. Or, just export this column. -Louie Thanks Louie, As it turns out, it was the DXL font() library function causing the error - if I comment the function out, the problem went away, so some sort of incompatibility between the font() function and the code that executes the built in MS Word export function. I can live without the font() function for exports.
Paul Miller |