LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How to make a word header with an array?

Hello,

I work on labwindows cvi 8.0 and i use the word report librairy. I want to generate a word report with an header and in this header I want to make an array. Using the function WordRpt_SetHeader() I can create an header but it's not an array.

How do I use this function to create an array in the word header? or Do I use an other function to do that. Smiley Sad

For example: I want to create an header with an array (3 colums and 2 lines). in cell 1.1 i want to inser a picture (logo), 1.2 a title, 1.3 a string, 2.1 an auto ref, 2.2 a string and 2.3 a string.

Thank you.




0 Kudos
Message 1 of 2
(2,914 Views)
Hi,
It is not possible to use this instrument driver to do it.
You will need to use the low activeX functions to do it.

I guess there is a function allowing to define a objet as the header of the file.


You can see this example which use the low activeX functions in CVI.

Johan G.
0 Kudos
Message 2 of 2
(2,863 Views)