Re: protect doc?
- From: "Doug Robbins - Word MVP" <dkr@xxxxxxxxxxxxxxxxxx>
- Date: Thu, 26 Jan 2006 06:10:23 +0100
Please explain exactly what it is that you are trying to do so that you will
get the most appropriate advice.
--
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:%230iJyveIGHA.1676@xxxxxxxxxxxxxxxxxxxxxxx
> Thanks for the help.
>
> How to how where (the position of the form in original doc) to output the
> formfields?
>
> for example, oWordDocO.Content only return the text, is it only way just
> append the formfields at the end of the content? I want to get the
> original layout as well, oWordDocO.Content + formfields in they original
> position?
> is it possible?
>
>
>
>
> "Doug Robbins - Word MVP" <dkr@xxxxxxxxxxxxxxxxxx> wrote in message
> news:OBdPNCeIGHA.2036@xxxxxxxxxxxxxxxxxxxxxxx
>> If the values that you want are in formfields, use the .Result property
>> of each formfield.
>>
>> --
>> 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:e5s%23oUcIGHA.2472@xxxxxxxxxxxxxxxxxxxxxxx
>>> 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)
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>
.
- References:
- protect doc?
- From: js
- Re: protect doc?
- From: Doug Robbins - Word MVP
- Re: protect doc?
- From: Doug Robbins - Word MVP
- Re: protect doc?
- From: js
- Re: protect doc?
- From: Doug Robbins - Word MVP
- Re: protect doc?
- From: js
- protect doc?
- Prev by Date: Re: Merge address blocks from my letters to labels.
- Next by Date: Re: Choosing a different set of recipients
- Previous by thread: Re: protect doc?
- Next by thread: Re: mailmerge to show cents
- Index(es):
Relevant Pages
|