LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to repeat header rows in word table by programmatically using Labview Report Generation Toolkit

Hi,

 

how to repeat header rows in word table by programmatically using Labview Report Generation Toolkit

 

Regards

Ravindranath K

 

0 Kudos
Message 1 of 7
(4,011 Views)

Can you provide an example of what you want to do?  The RGT can almost certainly "do what you want to do", but I don't understand what that is.

 

Bob Schor

0 Kudos
Message 2 of 7
(4,006 Views)

It would also help to see what you've already tried.  It makes more sense (and is a better learning/teaching experience) to start from your efforts and modify them (with explanations) than to simply say "Do it this way".

 

Bob Schor

0 Kudos
Message 3 of 7
(3,996 Views)

I would guess you want to repeat the header row when the table is spread over multiple pages. I don't think there is a Report Generation Toolkit that allow you to do it directly but you can do it using ActiveX methods and properties. There is a RGT vi that give you access to the ActiveX references (Word Get ActiveX References.vi from the Word Advanced palette).

 

Word Repeat Column Headers.png

 

Ben64

Message 4 of 7
(3,971 Views)

Hi,

 

Thankyou very much,its working

 

Regards

Ravindranath K

0 Kudos
Message 5 of 7
(3,934 Views)

@Ravindranath.K wrote:

Hi,

 

Thankyou very much,its working

 

Regards

Ravindranath K


Then you should mark my post as the accepted solution by hitting the "Accept as Solution" button to mark this topic as solved.

 

Ben64

0 Kudos
Message 6 of 7
(3,916 Views)

How did you solve it?  If you solved it using Ben's code, please mark his post as the Solution (only you can do that!) so other Forum Users will benefit from the help you got.  If you solved it another way, "give back" to the Community by telling us how you solved it, and mark your own "Solution" as the "Solution" -- again, it helps others who, like you, come to the Forum to get advice and help with LabVIEW.

 

Bob Schor

0 Kudos
Message 7 of 7
(3,898 Views)