Bump: Does anyone know a solution … or is what I want impossible ?
Hi guys,
I would like to create a Writer template file in which each time after opening I would like to change some data (like a name and address).
Of course I could put something like this in the file:
{NAME}
{STREET}
and so on … and then manually overwrite is.
But … I wonder if it possible to have the file prompt for this information as soon as I open it. So I open the file and then a pop-up box appears asking for the name … I enter the name and then a new pop-up box appears asking for the street and so on. After I’ve entered all data in the pop-up boxes, this data is used in the file to replace the name, street and so on. Is that possible … if so, could someone explain how to do something like that and/or maybe post a file with an example? I would appreciate it very very much!