N
N. Mulder
Hello, my problem is as follows.
When a user starts a word document i want they can choose which logo to use,
so it automaticly places the righht logo in the top of the document.
Now this will work with the ASK fieldcode together with the INCLUDEPICTURE
fieldcode. But since the numbe of logo's is increasing this way won't work
anymore because in the questionfield in de ASK fieldcode I will ask the user
which logo the want to use. So it will be like:
{ ASK logo "Give a 1 to display logo 1, a 2 to display logo 2... etcetc" \*
MERGEFORMAT }{ IF { REF Logo } = "1" "{ INCLUDE PICTURE "c:\\temp\\logo1.jpg"
\* MERGEFORMAT }" "{ IF { REF Logo } = "2" "{ INCLUDE PICTURE
"c:\\temp\\logo2.jpg" \* MERGEFORMAT }" "etcetc" }
This is working though, but in the question area of the ASK fieldcode a max
number of characters is allowed, and a really long text explaining what
number to press to display a logo is not really user friendly.
Now my question is how to solve my 'problem' in a user friendly way. This
"logo choosing part" will be implemented in many documents.
I've thought about another method and I was thinking about when Word starts
a window will popup which list al the logo's available (they are in the same
folder) and then the user only has to click on the logo he wants. But i have
no idea if this is possible and how to make this.
Hope someone will help me out with this.
Many thanks in advance.
When a user starts a word document i want they can choose which logo to use,
so it automaticly places the righht logo in the top of the document.
Now this will work with the ASK fieldcode together with the INCLUDEPICTURE
fieldcode. But since the numbe of logo's is increasing this way won't work
anymore because in the questionfield in de ASK fieldcode I will ask the user
which logo the want to use. So it will be like:
{ ASK logo "Give a 1 to display logo 1, a 2 to display logo 2... etcetc" \*
MERGEFORMAT }{ IF { REF Logo } = "1" "{ INCLUDE PICTURE "c:\\temp\\logo1.jpg"
\* MERGEFORMAT }" "{ IF { REF Logo } = "2" "{ INCLUDE PICTURE
"c:\\temp\\logo2.jpg" \* MERGEFORMAT }" "etcetc" }
This is working though, but in the question area of the ASK fieldcode a max
number of characters is allowed, and a really long text explaining what
number to press to display a logo is not really user friendly.
Now my question is how to solve my 'problem' in a user friendly way. This
"logo choosing part" will be implemented in many documents.
I've thought about another method and I was thinking about when Word starts
a window will popup which list al the logo's available (they are in the same
folder) and then the user only has to click on the logo he wants. But i have
no idea if this is possible and how to make this.
Hope someone will help me out with this.
Many thanks in advance.