Hi,
I have designed a word template that builds a travel program booklet. The user can select the type of pages and the number of each and then the program will build each of the pages then create a contents page. The problem I am having is that when a page is created its name is stored in an array so the system knows what pages are in the booklet so it can perform tasks such as duplicate and update. If the user creates the booklet then saves and closes, the array (of course) is unloaded. So the next time the user opens the document and tries to duplicate it does not know what pages are there. I have been trying to use the custom document properties to save the array (as a concatenated string) and also some other boolean values but it doesnt like it. Anyone got any ideas i am dry out of them
Thanks for your help
Faztech
I have designed a word template that builds a travel program booklet. The user can select the type of pages and the number of each and then the program will build each of the pages then create a contents page. The problem I am having is that when a page is created its name is stored in an array so the system knows what pages are in the booklet so it can perform tasks such as duplicate and update. If the user creates the booklet then saves and closes, the array (of course) is unloaded. So the next time the user opens the document and tries to duplicate it does not know what pages are there. I have been trying to use the custom document properties to save the array (as a concatenated string) and also some other boolean values but it doesnt like it. Anyone got any ideas i am dry out of them
Thanks for your help
Faztech