Re: protect doc?
- From: "js" <js@someone@hotmail.com>
- Date: Wed, 25 Jan 2006 10:36:47 -0500
Thanks Doug,
How to get the form items value if the doc is protect?
I used strDoc = oWordDocO.Content, but I can't get the item values from
content property? Any ways? Please advice. Thanks again.
"Doug Robbins - Word MVP" <dkr@xxxxxxxxxxxxxxxxxx> wrote in message
news:emLNtMbFGHA.344@xxxxxxxxxxxxxxxxxxxxxxx
> It is is set to "True" a new template is created based on the template
> that is called by Template:=filename; if it is set to "False" a new
> document is created based on that template. The latter is what you would
> normally do.
>
> I am assuming that somewhere earlier in your code, the path and name of
> the template are loaded into the variable "filename".
>
> --
> Hope this helps.
>
> Please reply to the newsgroup unless you wish to avail yourself of my
> services on a paid consulting basis.
>
> Doug Robbins - Word MVP
>
> <js@xxxxxxxxxxx> wrote in message
> news:uN0zyeaFGHA.3172@xxxxxxxxxxxxxxxxxxxxxxx
>> Thanks Doug,
>>
>> Can you pls explain more about if NewTemplate:=True, or False what will
>> happen?
>>
>>
>> "Doug Robbins - Word MVP" <dkr@xxxxxxxxxxxxxxxxxx> wrote in message
>> news:%23lvwiOaFGHA.3944@xxxxxxxxxxxxxxxxxxxxxxx
>>> Do you really want to create a new template?
>>>
>>> Use
>>>
>>> Set oWordApp = CreateObject("Word.Application") 'New Word.Application
>>> Set oWordDocO = oWordApp.Documents.Add(Template:=filename,
>>> NewTemplate:=False)
>>>
>>>
>>> --
>>> Hope this helps.
>>>
>>> Please reply to the newsgroup unless you wish to avail yourself of my
>>> services on a paid consulting basis.
>>>
>>> Doug Robbins - Word MVP
>>>
>>> "js" <js@someone@hotmail.com> wrote in message
>>> news:OzzEsaWFGHA.2040@xxxxxxxxxxxxxxxxxxxxxxx
>>>> Hi,
>>>> if my doc is wdAllowOnlyFormFields, the .Add method will cause
>>>> DocumentBeforeClose event to fire, and won't let me open the doc,
>>>> how to fix this? thanks.
>>>>
>>>> ==============================================================
>>>> Set oWordApp = CreateObject("Word.Application") 'New Word.Application
>>>> Set oWordDocO = oWordApp.Documents.Add(Template:=filename,
>>>> NewTemplate:=True)
>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>
.
- Follow-Ups:
- Re: protect doc?
- From: Doug Robbins - Word MVP
- Re: protect doc?
- References:
- protect doc?
- From: js
- Re: protect doc?
- From: Doug Robbins - Word MVP
- Re: protect doc?
- From: Doug Robbins - Word MVP
- protect doc?
- Prev by Date: Re: Printing Docs in Different Trays after Merge
- Next by Date: Re: Word hangs during merge - your fix? - working
- Previous by thread: Re: protect doc?
- Next by thread: Re: protect doc?
- Index(es):
Relevant Pages
|