![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Have written a system in Access 2003 that uses automation to open Word and display a document. No prob - works fine. But for some users I want to restrict them to view only with no way to edit documents and definitely no access to the file system. There are some people I just don't want poking around!! I've tried, but failed, to find a way to do this. I've looked into opening Word but with most menu items disabled but couldn't get it to work. I wondered about some kind of viewer but the ones I looked at still had functions I don't want to appear. And I don't mind spending money on something commercial if that's the only way to solve this. All I really need is a document viewer with no menu items except 'Exit'. Can anyone help please? Thanks a lot Dave ps will eventually need to do the same for excel spreadsheets |
#3
| |||
| |||
|
|
Have written a system in Access 2003 that uses automation to open Word and display a document. No prob - works fine. But for some users I want to restrict them to view only with no way to edit documents and definitely no access to the file system. There are some people I just don't want poking around!! I've tried, but failed, to find a way to do this. I've looked into opening Word but with most menu items disabled but couldn't get it to work. I wondered about some kind of viewer but the ones I looked at still had functions I don't want to appear. And I don't mind spending money on something commercial if that's the only way to solve this. All I really need is a document viewer with no menu items except 'Exit'. Can anyone help please? Thanks a lot Dave ps will eventually need to do the same for excel spreadsheets |
#4
| |||
| |||
|
|
Try protecting the document. Then unprotect it for your "good" users: * * * * * *' If document is protected, Unprotect it. * * * * If .ActiveDocument.ProtectionType <> wdNoProtection Then * * * * * *.ActiveDocument.Unprotect Password:="" * * * * End If In the close event when the good guys are done, use: * * * * * *' ReProtect the document. * * * * If .ActiveDocument.ProtectionType = wdNoProtection Then * * * * * *.ActiveDocument.ProtectType:=wdAllowOnlyFormField s, NoReset:=True * * * * End If Change: wdAllowOnlyFormFields to whatever type you wish. -- Arvin Meyer, MCP, MVPhttp://www.datastrat.comhttp://www.accessmvp.comhttp://www.mvps.org/access Co-author: "Access Solutions", published by Wiley "Dave G @ K2" <davegriffith... (AT) gmail (DOT) com> wrote in messagenews:56c2853f-285a-40b6-9539-4844cecdf7da (AT) w18g2000vbe (DOT) googlegroups.com... Have written a system in Access 2003 that uses automation to open Word and display a document. No prob - works fine. But for some users I want to restrict them to view only with no way to edit documents and definitely no access to the file system. There are some people I just don't want poking around!! I've tried, but failed, to find a way to do this. I've looked into opening Word but with most menu items disabled but couldn't get it to work. I wondered about some kind of viewer but the ones I looked at still had functions I don't want to appear. And I don't mind spending money on something commercial if that's the only way to solve this. All I really need is a document viewer with no menu items except 'Exit'. Can anyone help please? Thanks a lot Dave ps will eventually need to do the same for excel spreadsheets |
#5
| |||
| |||
|
|
On Nov 12, 11:33*am, "Dave G @ K2" <davegriffith... (AT) gmail (DOT) com> wrote: Have written a system in Access 2003 that uses automation to open Word and display a document. No prob - works fine. But for some users I want to restrict them to view only with no way to edit documents and definitely no access to the file system. There are some people I just don't want poking around!! I've tried, but failed, to find a way to do this. I've looked into opening Word but with most menu items disabled but couldn't get it to work. I wondered about some kind of viewer but the ones I looked at still had functions I don't want to appear. And I don't mind spending money on something commercial if that's the only way to solve this. All I really need is a document viewer with no menu items except 'Exit'. Can anyone help please? Thanks a lot Dave ps will eventually need to do the same for excel spreadsheets You could convert the documents to pdf form. *Then they could not edit them. |
#6
| |||
| |||
|
|
Have written a system in Access 2003 that uses automation to open Word and display a document. No prob - works fine. But for some users I want to restrict them to view only with no way to edit documents and definitely no access to the file system. There are some people I just don't want poking around!! I've tried, but failed, to find a way to do this. I've looked into opening Word but with most menu items disabled but couldn't get it to work. I wondered about some kind of viewer but the ones I looked at still had functions I don't want to appear. And I don't mind spending money on something commercial if that's the only way to solve this. All I really need is a document viewer with no menu items except 'Exit'. Can anyone help please? Thanks a lot Dave ps will eventually need to do the same for excel spreadsheets |
#7
| |||
| |||
|
|
Why not setup your server to give only read access to the locations you want to hide? "Dave G @ K2" <davegriffith... (AT) gmail (DOT) com> wrote in messagenews:56c2853f-285a-40b6-9539-4844cecdf7da (AT) w18g2000vbe (DOT) googlegroups.com... Have written a system in Access 2003 that uses automation to open Word and display a document. No prob - works fine. But for some users I want to restrict them to view only with no way to edit documents and definitely no access to the file system. There are some people I just don't want poking around!! I've tried, but failed, to find a way to do this. I've looked into opening Word but with most menu items disabled but couldn't get it to work. I wondered about some kind of viewer but the ones I looked at still had functions I don't want to appear. And I don't mind spending money on something commercial if that's the only way to solve this. All I really need is a document viewer with no menu items except 'Exit'. Can anyone help please? Thanks a lot Dave ps will eventually need to do the same for excel spreadsheets |
#8
| |||
| |||
|
|
On Nov 15, 1:23 pm, "paii, ron" <n... (AT) not (DOT) com> wrote: Why not setup your server to give only read access to the locations you want to hide? "Dave G @ K2" <davegriffith... (AT) gmail (DOT) com> wrote in messagenews:56c2853f-285a-40b6-9539-4844cecdf7da (AT) w18g2000vbe (DOT) googlegroups.com... Have written a system in Access 2003 that uses automation to open Word and display a document. No prob - works fine. But for some users I want to restrict them to view only with no way to edit documents and definitely no access to the file system. There are some people I just don't want poking around!! I've tried, but failed, to find a way to do this. I've looked into opening Word but with most menu items disabled but couldn't get it to work. I wondered about some kind of viewer but the ones I looked at still had functions I don't want to appear. And I don't mind spending money on something commercial if that's the only way to solve this. All I really need is a document viewer with no menu items except 'Exit'. Can anyone help please? Thanks a lot Dave ps will eventually need to do the same for excel spreadsheets Thanks for replay, but that would be horribly complicated especially as some users can have full access while others can not. All I want is some kind of document viewer that just pops up displaying the document required and has a close button - nothing else. Why is that so hard ????? |
#9
| |||
| |||
|
|
Have written a system in Access 2003 that uses automation to open Word and display a document. No prob - works fine. But for some users I want to restrict them to view only with no way to edit documents and definitely no access to the file system. There are some people I just don't want poking around!! I've tried, but failed, to find a way to do this. I've looked into opening Word but with most menu items disabled but couldn't get it to work. I wondered about some kind of viewer but the ones I looked at still had functions I don't want to appear. And I don't mind spending money on something commercial if that's the only way to solve this. All I really need is a document viewer with no menu items except 'Exit'. Can anyone help please? Thanks a lot Dave ps will eventually need to do the same for excel spreadsheets |
#10
| |||
| |||
|
|
Have you tried the standard Access Unbound Object Frame? I've not used it myself but it sounds as though it would work as you want. There seems to be plenty of Googleable code for it around. |
![]() |
| Thread Tools | |
| Display Modes | |
| |