PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook VBA Programming open a document

Reply

open a document

 
Thread Tools Rate Thread
Old 11-08-2004, 01:40 PM   #1
Andy
Guest
 
Posts: n/a
Default open a document


Can anyone tell me how to open an existing document from
within a form.

Thankyou

Andy
  Reply With Quote
Old 11-08-2004, 02:20 PM   #2
Sue Mosher [MVP-Outlook]
Guest
 
Posts: n/a
Default Re: open a document

What kind of document? Generally you need to use the methods of that
document's application.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Andy" <anonymous@discussions.microsoft.com> wrote in message
news:42a401c47fa0$71a54d10$a601280a@phx.gbl...
> Can anyone tell me how to open an existing document from
> within a form.
>
> Thankyou
>
> Andy



  Reply With Quote
Old 11-08-2004, 04:04 PM   #3
AnDy
Guest
 
Posts: n/a
Default Re: open a document

What it is, is I have created a custom form and would like
to some how have a link that takes you to a specific
document. The document would be a word document. Would
this need to be a hyperlink ?

Please note my past experience is very limited with
outlook forms?


>-----Original Message-----
>What kind of document? Generally you need to use the

methods of that
>document's application.
>
>--
>Sue Mosher, Outlook MVP
>Author of
> Microsoft Outlook Programming - Jumpstart for
> Administrators, Power Users, and Developers
> http://www.outlookcode.com/jumpstart.aspx
>
>
>"Andy" <anonymous@discussions.microsoft.com> wrote in

message
>news:42a401c47fa0$71a54d10$a601280a@phx.gbl...
>> Can anyone tell me how to open an existing document from
>> within a form.
>>
>> Thankyou
>>
>> Andy

>
>
>.
>

  Reply With Quote
Old 11-08-2004, 04:37 PM   #4
Sue Mosher [MVP-Outlook]
Guest
 
Posts: n/a
Default Re: open a document

You can use the file:// hyperlink syntax in the body of an Outlook item to
provide a link for a document, e.g. file://c:\mydoc.doc.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"AnDy" <anonymous@discussions.microsoft.com> wrote in message
news:3f7301c47fb4$89062a60$a301280a@phx.gbl...
> What it is, is I have created a custom form and would like
> to some how have a link that takes you to a specific
> document. The document would be a word document. Would
> this need to be a hyperlink ?
>
> Please note my past experience is very limited with
> outlook forms?
>
>
> >-----Original Message-----
> >What kind of document? Generally you need to use the

> methods of that
> >document's application.
> >
> >"Andy" <anonymous@discussions.microsoft.com> wrote in

> message
> >news:42a401c47fa0$71a54d10$a601280a@phx.gbl...
> >> Can anyone tell me how to open an existing document from
> >> within a form.
> >>
> >> Thankyou
> >>
> >> Andy

> >
> >
> >.
> >



  Reply With Quote
Old 12-08-2004, 11:28 AM   #5
Guest
 
Posts: n/a
Default Re: open a document

Sue

Still having problems. Have no idea where I would put this
code?

Would I create a label? then link the code to the label?
>-----Original Message-----
>You can use the file:// hyperlink syntax in the body of

an Outlook item to
>provide a link for a document, e.g. file://c:\mydoc.doc.
>
>--
>Sue Mosher, Outlook MVP
>Author of
> Microsoft Outlook Programming - Jumpstart for
> Administrators, Power Users, and Developers
> http://www.outlookcode.com/jumpstart.aspx
>
>
>"AnDy" <anonymous@discussions.microsoft.com> wrote in

message
>news:3f7301c47fb4$89062a60$a301280a@phx.gbl...
>> What it is, is I have created a custom form and would

like
>> to some how have a link that takes you to a specific
>> document. The document would be a word document. Would
>> this need to be a hyperlink ?
>>
>> Please note my past experience is very limited with
>> outlook forms?
>>
>>
>> >-----Original Message-----
>> >What kind of document? Generally you need to use the

>> methods of that
>> >document's application.
>> >
>> >"Andy" <anonymous@discussions.microsoft.com> wrote in

>> message
>> >news:42a401c47fa0$71a54d10$a601280a@phx.gbl...
>> >> Can anyone tell me how to open an existing document

from
>> >> within a form.
>> >>
>> >> Thankyou
>> >>
>> >> Andy
>> >
>> >
>> >.
>> >

>
>
>.
>

  Reply With Quote
Old 12-08-2004, 12:55 PM   #6
Sue Mosher [MVP-Outlook]
Guest
 
Posts: n/a
Default Re: open a document

It's not code, it's just the format for a hyperlink. YOu can put a file://
hyperlink, just like an http:// hyperlink, in the body of any Outlook item.

If you want to put is on a specific control, on the other hand, you can use
the method described at http://www.outloookcode.com/d/tips/formhyperlink.htm

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


<anonymous@discussions.microsoft.com> wrote in message
news:4b8701c48057$0d6fd740$a501280a@phx.gbl...
> Sue
>
> Still having problems. Have no idea where I would put this
> code?
>
> Would I create a label? then link the code to the label?
> >-----Original Message-----
> >You can use the file:// hyperlink syntax in the body of

> an Outlook item to
> >provide a link for a document, e.g. file://c:\mydoc.doc.


> >
> >"AnDy" <anonymous@discussions.microsoft.com> wrote in

> message
> >news:3f7301c47fb4$89062a60$a301280a@phx.gbl...
> >> What it is, is I have created a custom form and would

> like
> >> to some how have a link that takes you to a specific
> >> document. The document would be a word document. Would
> >> this need to be a hyperlink ?
> >>
> >> Please note my past experience is very limited with
> >> outlook forms?
> >>
> >>
> >> >-----Original Message-----
> >> >What kind of document? Generally you need to use the
> >> methods of that
> >> >document's application.
> >> >
> >> >"Andy" <anonymous@discussions.microsoft.com> wrote in
> >> message
> >> >news:42a401c47fa0$71a54d10$a601280a@phx.gbl...
> >> >> Can anyone tell me how to open an existing document

> from
> >> >> within a form.


> >
> >
> >.
> >



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off