I am writing a letter managing application, and have programmed some snippits to inert place holder text (e.g. ###address###, ###name###) that get inserted into the designer view e.g.
###address###
Dear ###name###,
blah blah ###name###
...
My question is how do I replace the placeholder text on switching to a preview view or printing?
###address###
Dear ###name###,
blah blah ###name###
...
My question is how do I replace the placeholder text on switching to a preview view or printing?