M
Mike Hains
Using menu-bar functions, linking contacts in Public
Folders with other Public Folder contacts works fine.
Anyone on our network can see and use any links created
by anyone else.
- HOWEVER -
When creating links with VBA, the links are visible on
the other machines ... BUT cannot be opened. The other
machines show a "permissions" error. Changing
permissions doesn't make any difference - everyone can
have "owner" permission and it still doesn't work.
The code I am using follows the example in the MS Help
files, and is as follows:
If Not TypeName(LinkedContact) = "Nothing" Then
LinkFormSelectedFile.Links.Add (LinkedContact)
LinkFormSelectedFile.Save
Hide
Else
MsgBox "Link not selected correctly",
vbOKOnly, "Error"
End If
It seems that linking using the code adds some kind of
permission issue ... making the link "local" or something
similar.
I would very much appreciate help to solve this
(aggravating and several-month-long) issue.
Thanks in advance, MJH
Folders with other Public Folder contacts works fine.
Anyone on our network can see and use any links created
by anyone else.
- HOWEVER -
When creating links with VBA, the links are visible on
the other machines ... BUT cannot be opened. The other
machines show a "permissions" error. Changing
permissions doesn't make any difference - everyone can
have "owner" permission and it still doesn't work.
The code I am using follows the example in the MS Help
files, and is as follows:
If Not TypeName(LinkedContact) = "Nothing" Then
LinkFormSelectedFile.Links.Add (LinkedContact)
LinkFormSelectedFile.Save
Hide
Else
MsgBox "Link not selected correctly",
vbOKOnly, "Error"
End If
It seems that linking using the code adds some kind of
permission issue ... making the link "local" or something
similar.
I would very much appreciate help to solve this
(aggravating and several-month-long) issue.
Thanks in advance, MJH