10-12-2015 01:49 AM
Hi friends,
I want to print my data with my company Logo and also e-signature. Company logo is on a header and e-sign is going to footer place .My report type is standard report only. I tried but i coludn't find that option . So please help any one how to insert image on header and also footer in a standard report.
Thanks
Arunkumar
India
10-12-2015 02:38 AM
Arunkumar,
what version of LV are you using?
Do you use the Office Report Generation Toolkit? If not, what report are you talking about?
Norbert
10-12-2015 04:09 AM - edited 10-12-2015 04:09 AM
Hi Nobert ,
Thanks for reply.
I am using LV2014 and I am saying normal report.vi only, I am not using office report generation toolkit.
I say all mater about my project.
Actually I want :
1) I want read data from the Data base.
2)Then I want print that data with Logo and E-sign .
I have done
1) I got data from the database
2) I have taken print also ( but without Logo and e-sign)
So my query is :
How to insert Image in the header and footer.
Is it possible . If yes please say the way or else give any suggestions .
Thanks advance
Arunkumar M
India
10-12-2015 06:00 AM
Arunkumar,
using the (Express)Report.vi you cannot add an image to the header.
It seems to be possible when using Office Report Generation Toolkit for Word.
Norbert
10-12-2015 06:29 AM
Thanks Norbert_B ,
But i dont know how to set header / footer. If you have an idea please send a snippet or image .
Thanks a lot.
Arunkumar M
10-12-2015 06:45 AM
Arunkumar,
when using the Express Report.vi, the only addition to custom header is "Additional Comments". When using the report vis, you can set the header/footer using appropriate functions from the "Report Layout" subpalette.
You cannot add images to footer/header though using those functions.
Norbert
10-16-2015 02:26 AM
Hi Norbert_B,
Thanks for reply. Then how can I insert images on a header and footer please give suggestion, I tried some way but that is not working . Just I want to insert image on header programatically is this possible or not?
Not only express vi. Ms Office report also ok.
Thanks
Arunkumar M
India.
10-16-2015 04:30 AM
Arunkumar,
when using the Office functions of reporting, you can for instance use Word Insert Object.vi to add an image in your Word document.
You can implement your own header/footer text creation and include that VI in this functionality.
I am not aware that you can create the header by using Set Report Header Text.vi and the modify that text. But as this VI is not password protected, you can use the code as reference for your custom implementation.
Norbert