Hi,
i'm using LabWindows 7.0.
I've a Word Document that's a template of a Test Data Report. In this template i've a header text and a preformatted table with a predefined number of rows.
So, to fill the Header i've used the WordReport.fp to select the bookmarks and write the text.
For the table i've the following question: in the WordReport there's the WordRpt_SelectTable () function that needs the table handle.
My problem is that i don't know the table_handle because the application don't create a new table, so i need to get the table handle directly inside the document:
Maybe i must open the document using directly the WordActiveX instead of using the WordReport wrapper library?
If yes, once open the document how is possible to get a specified item table?
Someone can help me with some examples both for WordReport and/or ActiveX?
Thanks to everyone...
Best Regards.
Maurizio