I just started working with doors and my mission is to transfer data from doors to a word document using a template made by myself. I use doors-TREK to configure the attribute export's but I can not make the communication between the .DOT and doors-TREK. I read WORD EXPORT USER MANUAL but it does not explain the syntax that must be used in the.dot. I would like to know where I can find documents to understand how I must configure the attributs of the objects of my modules and the syntax to export the attributes on the .dot. If possible have a example of .dot which contains example like: <<attribut_name>>. |
Re: Export an object attribut's to WORD using a template DOC/DOT files in attribut WEXP Bookmark, you must have for the first Object you want export a value (WEXP_START for example), and in the file .dot, you must have a Word bookmark (signet) with the same name (WEXP_START). In the last section of .dot file, the first text in this section must be OBJECT TEMPLATES. After, for each DOORS attribute you want to export, you must have the name of this attribute between double angle brackets. This template (the table in your example), must be contained in a Word bookmark, the name of this bookmark must be the same, for each object you want to export in this table, than the value of the attribute WEXP Template. I send you documentation. regards Pierre |