Hi,
I wrote for exporting report in MS WORD. But I m not able to use template WORD file for my application.
Following is example(This is not actual appplication):
When application runs form shows Student name in text box "PRADEEP" and another text box showing address "INDIA" .
In MS WORD template doc file i already put text "STUDENT NAME :" at first line and on third liane "ADDRESS:". I want to display in MS WORD template file (Which is opened through code--) student name "PRADEEP" in front of "STUDENT NAME :". (It shows ----> "STUDENT NAME RADEEP" ) and on third line (Skip second line) "INDIA" in front of "ADDRESS:"(It shows ----> "ADDRESS: :INDIA" )
--------
First line of document is ----->STUDENT NAME RADEEP
Second line of document is ----->ADDRESS: INDIA
Actually I required insert TEXT in word file at specified line or paragraph through code.
Pls help me solving my problem. If u send some sample code (or application), it is very useful for me.
Thanks
Pls send reply to [email protected]
Regards,
Pradeep