Thread: [Solved] creating a report table
View Single Post
 
Old 05-02-2012, 04:02 AM
kannan kannan is offline Windows XP Office 2007
Novice
 
Join Date: Apr 2012
Posts: 3
kannan is on a distinguished road
Default

Hi Paul,

thanks for the reply. I apologise if the post was not clear.
let me explain in a more detailed manner of my setup in steps.

- the VB script is supposed to compare two strings aqcuired from external sources
- based on the comparison, the result will be true or false.
- this has to be entered in the report.

- the customer report template has some customer based information, for the first few pages and headers and footers in all pages
- then table will be present with the the usual "no:", "case ID", "expected", "observed", "result" etc... as column heading.

so my requirement is to (somehow) intelligently insert the required data in the appropriate location in table (using VBscript or C#; language does not matter i suppose). new row will have to be added for each test step.

as i had mentioned earlier, i am able to create my own report; but is it possible to insert multiple data at required places in word recursively?

thanks
kannan.k
Reply With Quote