Hi all,
I want to export my form which mainly consist of textbox,checkbox and labels to a word file. I used the button on the toolbar but the contain of the form are not getting exported.
Hi. I have a problem with exporting data from NAV form to Word.
The problem is that the form consists of a lot of tabs and on a few tabs there are subforms with data sources on other tables. Data from the form is exported, but the data from subforms are not listed in the correct order, next to the data from the same tab. The program shows first data from the current table, an then the data from other tables and subforms.
Can I somehow change this order? :-k
Yes. Stylesheets ar xslt documents (XSL Transforms) which you can customize.
The transform is applied in Codeunit 403 Application Launch Management. There you can also add code to save the source XML Document to which the transform is applied, in order to inspect it and more easily test your customised stylesheet.
Comments
Toos > Manage stylesheets
The problem is that the form consists of a lot of tabs and on a few tabs there are subforms with data sources on other tables. Data from the form is exported, but the data from subforms are not listed in the correct order, next to the data from the same tab. The program shows first data from the current table, an then the data from other tables and subforms.
Can I somehow change this order? :-k
The transform is applied in Codeunit 403 Application Launch Management. There you can also add code to save the source XML Document to which the transform is applied, in order to inspect it and more easily test your customised stylesheet.