Search found 3 matches

by cadmageren
Tue Apr 18, 2006 2:44 am
Forum: General Discussion
Topic: Getting information from a triggerfile.
Replies: 4
Views: 13968

Getting information from a triggerfile.

Oleg - I have looked at the sample, but how do I get the name of the triggerfile?
 
by cadmageren
Tue Apr 18, 2006 2:31 am
Forum: General Discussion
Topic: Getting information from a triggerfile.
Replies: 4
Views: 13968

Getting information from a triggerfile.

Hi Oleg.
My macro should use the $destination variable, and create a new document, based on the sourcedocument.
(The go file also contains also contains many different field values, which is being merged into the new document, ie making a customised document)
I will have a look at the link u gave.
 
by cadmageren
Tue Apr 18, 2006 1:27 am
Forum: General Discussion
Topic: Getting information from a triggerfile.
Replies: 4
Views: 13968

Getting information from a triggerfile.

One more newbie easy question: Monitor folder for triggerfile.. *.go If found: Rename to .. *.work Triggerfile is a simple textfile and contains variables. $sourcedoc = C:\master\input\FODAquote\Master\FODAquote.doc $destination = C:\test.doc ... Open $sourcedoc in Word. Execute word macro within Wo...