How to delete word field code from C#
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, dear all, We create an application using c#, we need to create report using Word 2007. In the report template, I create some document variables and some field codes that will display these document variable in word file. But if I repeat inserting this template in report because I should put this section in a loop. I got a problem, all these document variables are overwritten by the last run in the loop because of the document variable values are reset. So I want to delete the field codes at the end of each loop so the content will not be overwirtten, but I don't know how to remove/delete word field codes from c#? Would you please help me? Thanks!