#1   Report Post  
Posted to microsoft.public.word.docmanagement
TheDon TheDon is offline
external usenet poster
 
Posts: 9
Default more hyperlink issues

Ilooked through all the hyperlink stuff and changed to keep them from updating

Here's my question: I cannot get a link to open if I make it releative, why
not?
if I keep it absolute, it will open to the sever location. I need to take
this doucment and others in the same folder and copy it to a cd when I am
finished. Most of the links will open other word documents in the same
folder. I have tested this with a relative path so when I burn the folder to
CD they can open the links in the new location. I can't get it to work
either way when I make it relative: on the current document or when I burn
it.

ONe thing I noticed is that when it is absolute it uses the backslash "\"
and when it is relative, it uses forward slash "/" like a webpage. NOt sure
if that matters. I'm using 2003

thanks,

Don
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
macropod[_2_] macropod[_2_] is offline
external usenet poster
 
Posts: 2,059
Default more hyperlink issues

Hi TheDon,

To see how to implement relative paths in Word, check out the solution I've posted at:
http://www.wopr.com/index.php?showtopic=670027

--
Cheers
macropod
[Microsoft MVP - Word]


"TheDon" wrote in message ...
Ilooked through all the hyperlink stuff and changed to keep them from updating

Here's my question: I cannot get a link to open if I make it releative, why
not?
if I keep it absolute, it will open to the sever location. I need to take
this doucment and others in the same folder and copy it to a cd when I am
finished. Most of the links will open other word documents in the same
folder. I have tested this with a relative path so when I burn the folder to
CD they can open the links in the new location. I can't get it to work
either way when I make it relative: on the current document or when I burn
it.

ONe thing I noticed is that when it is absolute it uses the backslash "\"
and when it is relative, it uses forward slash "/" like a webpage. NOt sure
if that matters. I'm using 2003

thanks,

Don

  #3   Report Post  
Posted to microsoft.public.word.docmanagement
TheDon TheDon is offline
external usenet poster
 
Posts: 9
Default more hyperlink issues

So it tried the simple idea you listed first (before macro) and I couldn't
get it to work.

I tried the hyperlink setup and here is how I laid it out:
{HYPERLINK "{FILENAME \p}\\..\\Camp High Rocks 2009 CD\\Maintenance
Inspection Chart for Cabins.doc"}
, so I put "HYPERLINK" where you had INCLUDEPICTURE then nested the FILENAME
code into it, but I keep getting Error! Hyperlink reference not valid.,

The named file is in the same folder, I tried to list it iwth and without
the parent folder, but it wouldn't work.

Am I way off base here?

thanks,

Don


"macropod" wrote:

Hi TheDon,

To see how to implement relative paths in Word, check out the solution I've posted at:
http://www.wopr.com/index.php?showtopic=670027

--
Cheers
macropod
[Microsoft MVP - Word]


"TheDon" wrote in message ...
Ilooked through all the hyperlink stuff and changed to keep them from updating

Here's my question: I cannot get a link to open if I make it releative, why
not?
if I keep it absolute, it will open to the sever location. I need to take
this doucment and others in the same folder and copy it to a cd when I am
finished. Most of the links will open other word documents in the same
folder. I have tested this with a relative path so when I burn the folder to
CD they can open the links in the new location. I can't get it to work
either way when I make it relative: on the current document or when I burn
it.

ONe thing I noticed is that when it is absolute it uses the backslash "\"
and when it is relative, it uses forward slash "/" like a webpage. NOt sure
if that matters. I'm using 2003

thanks,

Don


  #4   Report Post  
Posted to microsoft.public.word.docmanagement
macropod[_2_] macropod[_2_] is offline
external usenet poster
 
Posts: 2,059
Default more hyperlink issues

Hi TheDon,

Did you create the braces (ie '{}' around the 'FILENAME \p' expression via Ctrl-F9?

--
Cheers
macropod
[Microsoft MVP - Word]


"TheDon" wrote in message ...
So it tried the simple idea you listed first (before macro) and I couldn't
get it to work.

I tried the hyperlink setup and here is how I laid it out:
{HYPERLINK "{FILENAME \p}\\..\\Camp High Rocks 2009 CD\\Maintenance
Inspection Chart for Cabins.doc"}
, so I put "HYPERLINK" where you had INCLUDEPICTURE then nested the FILENAME
code into it, but I keep getting Error! Hyperlink reference not valid.,

The named file is in the same folder, I tried to list it iwth and without
the parent folder, but it wouldn't work.

Am I way off base here?

thanks,

Don


"macropod" wrote:

Hi TheDon,

To see how to implement relative paths in Word, check out the solution I've posted at:
http://www.wopr.com/index.php?showtopic=670027

--
Cheers
macropod
[Microsoft MVP - Word]


"TheDon" wrote in message ...
Ilooked through all the hyperlink stuff and changed to keep them from updating

Here's my question: I cannot get a link to open if I make it releative, why
not?
if I keep it absolute, it will open to the sever location. I need to take
this doucment and others in the same folder and copy it to a cd when I am
finished. Most of the links will open other word documents in the same
folder. I have tested this with a relative path so when I burn the folder to
CD they can open the links in the new location. I can't get it to work
either way when I make it relative: on the current document or when I burn
it.

ONe thing I noticed is that when it is absolute it uses the backslash "\"
and when it is relative, it uses forward slash "/" like a webpage. NOt sure
if that matters. I'm using 2003

thanks,

Don


  #5   Report Post  
Posted to microsoft.public.word.docmanagement
TheDon TheDon is offline
external usenet poster
 
Posts: 9
Default more hyperlink issues

Not sure what you mean. I feel like it put the brakcets in when did the
Filename field.


"macropod" wrote:

Hi TheDon,

Did you create the braces (ie '{}' around the 'FILENAME \p' expression via Ctrl-F9?

--
Cheers
macropod
[Microsoft MVP - Word]


"TheDon" wrote in message ...
So it tried the simple idea you listed first (before macro) and I couldn't
get it to work.

I tried the hyperlink setup and here is how I laid it out:
{HYPERLINK "{FILENAME \p}\\..\\Camp High Rocks 2009 CD\\Maintenance
Inspection Chart for Cabins.doc"}
, so I put "HYPERLINK" where you had INCLUDEPICTURE then nested the FILENAME
code into it, but I keep getting Error! Hyperlink reference not valid.,

The named file is in the same folder, I tried to list it iwth and without
the parent folder, but it wouldn't work.

Am I way off base here?

thanks,

Don


"macropod" wrote:

Hi TheDon,

To see how to implement relative paths in Word, check out the solution I've posted at:
http://www.wopr.com/index.php?showtopic=670027

--
Cheers
macropod
[Microsoft MVP - Word]


"TheDon" wrote in message ...
Ilooked through all the hyperlink stuff and changed to keep them from updating

Here's my question: I cannot get a link to open if I make it releative, why
not?
if I keep it absolute, it will open to the sever location. I need to take
this doucment and others in the same folder and copy it to a cd when I am
finished. Most of the links will open other word documents in the same
folder. I have tested this with a relative path so when I burn the folder to
CD they can open the links in the new location. I can't get it to work
either way when I make it relative: on the current document or when I burn
it.

ONe thing I noticed is that when it is absolute it uses the backslash "\"
and when it is relative, it uses forward slash "/" like a webpage. NOt sure
if that matters. I'm using 2003

thanks,

Don




  #6   Report Post  
Posted to microsoft.public.word.docmanagement
macropod[_2_] macropod[_2_] is offline
external usenet poster
 
Posts: 2,059
Default more hyperlink issues

Hi TheDon,

Your field code:
{HYPERLINK "{FILENAME \p}\\..\\Camp High Rocks 2009 CD\\Maintenance Inspection Chart for Cabins.doc"}
suggests the source file is in a sub-folder (Camp High Rocks 2009 CD) hanging off whatever folder the target file is in. If they're
in the same folder, the field code should be:
{HYPERLINK "{FILENAME \p}\\..\\Maintenance Inspection Chart for Cabins.doc"}
If that's not the issue, all I can suggest is there's still something wrong with the way you've coded the field.

--
Cheers
macropod
[Microsoft MVP - Word]


"TheDon" wrote in message ...
Not sure what you mean. I feel like it put the brakcets in when did the
Filename field.


"macropod" wrote:

Hi TheDon,

Did you create the braces (ie '{}' around the 'FILENAME \p' expression via Ctrl-F9?

--
Cheers
macropod
[Microsoft MVP - Word]


"TheDon" wrote in message ...
So it tried the simple idea you listed first (before macro) and I couldn't
get it to work.

I tried the hyperlink setup and here is how I laid it out:
{HYPERLINK "{FILENAME \p}\\..\\Camp High Rocks 2009 CD\\Maintenance
Inspection Chart for Cabins.doc"}
, so I put "HYPERLINK" where you had INCLUDEPICTURE then nested the FILENAME
code into it, but I keep getting Error! Hyperlink reference not valid.,

The named file is in the same folder, I tried to list it iwth and without
the parent folder, but it wouldn't work.

Am I way off base here?

thanks,

Don


"macropod" wrote:

Hi TheDon,

To see how to implement relative paths in Word, check out the solution I've posted at:
http://www.wopr.com/index.php?showtopic=670027

--
Cheers
macropod
[Microsoft MVP - Word]


"TheDon" wrote in message ...
Ilooked through all the hyperlink stuff and changed to keep them from updating

Here's my question: I cannot get a link to open if I make it releative, why
not?
if I keep it absolute, it will open to the sever location. I need to take
this doucment and others in the same folder and copy it to a cd when I am
finished. Most of the links will open other word documents in the same
folder. I have tested this with a relative path so when I burn the folder to
CD they can open the links in the new location. I can't get it to work
either way when I make it relative: on the current document or when I burn
it.

ONe thing I noticed is that when it is absolute it uses the backslash "\"
and when it is relative, it uses forward slash "/" like a webpage. NOt sure
if that matters. I'm using 2003

thanks,

Don



Reply
Thread Tools
Display Modes

Posting Rules

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Hyperlink issues Redd Microsoft Word Help 4 October 30th 07 08:00 PM
MailMerge Issues - doc 'forgets' source data, other issues Robert_L_Ross Mailmerge 2 February 22nd 07 10:38 AM
word hyperlink appears when turning on the hyperlink Steve O. Microsoft Word Help 2 December 26th 06 05:00 AM
Mass change hyperlink strings, or use a variable in the hyperlink? Bob Zoller Microsoft Word Help 4 August 6th 06 12:59 AM
Word: I create a hyperlink to a pdf. I ctrl-click on hyperlink, . Bruce Microsoft Word Help 0 February 18th 05 03:57 AM


All times are GMT +1. The time now is 06:52 AM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"