08-26-2015 07:08 AM
Hi,
how to repeat header rows in word table by programmatically using Labview Report Generation Toolkit
Regards
Ravindranath K
08-26-2015 07:20 AM
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
08-26-2015 07:21 AM
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
08-26-2015 08:59 AM
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).
Ben64
08-27-2015 01:32 AM
Hi,
Thankyou very much,its working
Regards
Ravindranath K
08-27-2015 07:45 AM
@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
08-27-2015 09:56 AM
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