tommyboyau
Programmer
Hey guys,
I will try and explain this as best as i can.
My program is going to look at word templates and replacing certain values inside them with values from a database.
Some elements within this word document will need to be a bit more complex then finding and replacing such as IF statements.
Something like
If dbClientStatus = "New" Then "Welcome"
Imagine that single line is in a word document, i want to be able to parse that statement or have something similar where it evaluates it and if it's true it outputs a value.
I'm not sure how I should tackle this and was hoping for some hints.
Ask any questions and I will provide as much detail as possible.
Thanks,
Tom
I will try and explain this as best as i can.
My program is going to look at word templates and replacing certain values inside them with values from a database.
Some elements within this word document will need to be a bit more complex then finding and replacing such as IF statements.
Something like
If dbClientStatus = "New" Then "Welcome"
Imagine that single line is in a word document, i want to be able to parse that statement or have something similar where it evaluates it and if it's true it outputs a value.
I'm not sure how I should tackle this and was hoping for some hints.
Ask any questions and I will provide as much detail as possible.
Thanks,
Tom