LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Report Generation Toolkit: Page Numbering

When creating a Word Report using the Report Generation Toolkit, I am using the Word Set Page Numbering.vi to display the page numbers in the footer of each page of the report. This works fine when the include page x of n switch is turned OFF. However, when the switch is turned ON the numbers only show up in the left footer regardless of the position setting.
 
Is this a known bug?
If not where do I report it?
I guess I just did...
0 Kudos
Message 1 of 2
(2,432 Views)
Hi Drugar,
 
I have filed a CAR (43K9NBF2) regarding this issue.  I will look into fixing it for the next version of the Report Generation Toolkit.  If you want to workaround the problem for now, go into vi.lib\addons\_office\word.llb\Word_auto_text_entry (for page number).vi.  You can get a reference to the "Selection" property of the Application class.  Then under Selection, get a reference to "ParagraphFormat".  Then, you can set the "Alignment" property of the ParagraphFormat class.
 
Thanks for reporting this issue, and let me know if you have any other questions.
 
-D
0 Kudos
Message 2 of 2
(2,425 Views)