H
hals_left
Is there anyway to do this ?
I have a button on the Intranet page to automate a word template on the
client:
<script language="Vbscript">
Set objWord = CreateObject("Word.Application")
Set objDocument = objWord.Documents.Add ("myTemplate.doc")
</script>
But no way to pass a record id from the same screen.
So i have to code a userform in Document_New() and collect an id from
the user mnaually.
Is there no way to pass the ID to Word ? Or read it from word from a
cookie on the client machine.
Thanks
hals_left
I have a button on the Intranet page to automate a word template on the
client:
<script language="Vbscript">
Set objWord = CreateObject("Word.Application")
Set objDocument = objWord.Documents.Add ("myTemplate.doc")
</script>
But no way to pass a record id from the same screen.
So i have to code a userform in Document_New() and collect an id from
the user mnaually.
Is there no way to pass the ID to Word ? Or read it from word from a
cookie on the client machine.
Thanks
hals_left