EdwardMartinIII
Technical User
I am producing a template for a series of reports. The reports are somewhat large, between 50 and 100 pages each, and usually a report's produced once a week.
The report contains a number of places where the author of that report can "free write" whatever they need into their report (for instance, think of a house inspector. Their reports list specifications, and what things are SUPPOSED to look like, but the inspector has to write in what they actually found).
There are several places in the report, however, where the Client's name might appear. The name appears the same wherever, and this is just a bit of customization I want to offer to the report writers.
My dum-dum take is to insert a string, such as "##Client##" and to tell them when they start writing their report, to do a bulk search-and-replace.
However, it seems to me that this ought to be something that can be automated or a field or something, such that they go to a spot in the doc, make the proper change, and then that different string appears throughout the document.
In a programmatic way of thinking, it is establishing a constant in the beginning of the code, and then in the rest of the code, any pointer to that constant produces the text value in the report.
Am I on the right track here? Is there a way to do this? Or would I be better off simly with my dum-dum idea above?
Thanks!
Edward ![[monkey] [monkey] [monkey]](/data/assets/smilies/monkey.gif)
"Cut a hole in the door. Hang a flap. Criminy, why didn't I think of this earlier?!" -- inventor of the cat door
The report contains a number of places where the author of that report can "free write" whatever they need into their report (for instance, think of a house inspector. Their reports list specifications, and what things are SUPPOSED to look like, but the inspector has to write in what they actually found).
There are several places in the report, however, where the Client's name might appear. The name appears the same wherever, and this is just a bit of customization I want to offer to the report writers.
My dum-dum take is to insert a string, such as "##Client##" and to tell them when they start writing their report, to do a bulk search-and-replace.
However, it seems to me that this ought to be something that can be automated or a field or something, such that they go to a spot in the doc, make the proper change, and then that different string appears throughout the document.
In a programmatic way of thinking, it is establishing a constant in the beginning of the code, and then in the rest of the code, any pointer to that constant produces the text value in the report.
Am I on the right track here? Is there a way to do this? Or would I be better off simly with my dum-dum idea above?
Thanks!
![[monkey] [monkey] [monkey]](/data/assets/smilies/monkey.gif)
![[monkey] [monkey] [monkey]](/data/assets/smilies/monkey.gif)
"Cut a hole in the door. Hang a flap. Criminy, why didn't I think of this earlier?!" -- inventor of the cat door