ukaquanaut
Registered User.
- Local time
- Yesterday, 20:25
- Joined
- Feb 8, 2012
- Messages
- 33
Hi Guys
I have built an Access app that uses Bartender to print labels.
Bartender requires some windows processes to be running. I have been able to read the status of the processes and run commands to stop/start the required windows services. However, this running the app in Administrator mode with a full development software.
When I transfer this app to the PC that will run it on the runtime system, the check for the service works but it wont start the services because it has no Administrator rights.
I tried to change the compatibility settings for Administrator on the run time shell in the Office folder but it fails to run any databases then.
I'm after either a way to elevate the permission in the code temporarily or to run the whole app in runtime mode as administrator. I would prefer the former.
I been surfing the web for hours and can't really see a good solution. Your assistance would be appreciated please
Jerry
I have built an Access app that uses Bartender to print labels.
Bartender requires some windows processes to be running. I have been able to read the status of the processes and run commands to stop/start the required windows services. However, this running the app in Administrator mode with a full development software.
When I transfer this app to the PC that will run it on the runtime system, the check for the service works but it wont start the services because it has no Administrator rights.
I tried to change the compatibility settings for Administrator on the run time shell in the Office folder but it fails to run any databases then.
I'm after either a way to elevate the permission in the code temporarily or to run the whole app in runtime mode as administrator. I would prefer the former.
I been surfing the web for hours and can't really see a good solution. Your assistance would be appreciated please
Jerry