From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Word Report Formatting Troubles

Solved!
Go to solution

Hello,

 

I have two problems with format of Word document automatically created in LabVIEW using Report Generation Pallete (Word Specific).

 

1.
There are added extra lines between each section made by Word Easy Text.vi.

 

2.
I want to insert table with no border lines. However when I set borders and shading in such a way that table without any border should generated, vertical border lines between table columns still remain.

 

Any help will be greatly appreciated.

 

Best regards.


Martin

Download All
0 Kudos
Message 1 of 4
(3,201 Views)
Solution
Accepted by topic author mavlc

@mavlc wrote:

Hello,

 

I have two problems with format of Word document automatically created in LabVIEW using Report Generation Pallete (Word Specific).

 1.
There are added extra lines between each section made by Word Easy Text.vi.

 2.
I want to insert table with no border lines. However when I set borders and shading in such a way that table without any border should generated, vertical border lines between table columns still remain.

 Any help will be greatly appreciated.

 Best regards.

Martin


  2. I want to insert table with no border lines. However when I set borders and shading in such a way that table without any border should generated, vertical border lines between table columns still remain.

Setting the autoformat input of  Word Easy Input.vi to 0 will create a table without the internal lines but that won't solve your issue #1.

 

 1. There are added extra lines between each section made by Word Easy Text.vi.

These extra lines are added by the Word Easy Text and Word Easy Table.vi. If you don't want them don't use these vis. Use the Append Report Text and Append Table to Report vis instead as in the following picture. (you will then need to set the style using Word Format Text.vi as I did for the title).

 

Ben64

 

Word Report.png

 

 

Message 2 of 4
(3,175 Views)

Thank You very much.

0 Kudos
Message 3 of 4
(3,151 Views)

I am having similar problems with Report Generation tool

1. When Report Generation tool generates a table which is partly in the next page, the program does not follow the programmed formatting such as column background color and border came out to be different than rest of the tables. What is causing this problem? I have set the autoformatting of Word Easy Table vi to 0 as per above responses.

Vertical lines appear if autoformating of Word Easy Table vi is -1

 

2. Also, the RGB color in the tool do not result in the same color in the Word document.

 

Using: Labview 2017, Word 2010

Message 4 of 4
(2,484 Views)