|
|
 |
BOOK: Expert Access 2007 Programming ISBN 978-0-470-17402-9
 | This is the forum to discuss the Wrox book Expert Access 2007 Programming by Rob Cooper, Michael Tucker; ISBN: 9780470174029 |
|
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: Expert Access 2007 Programming ISBN 978-0-470-17402-9 section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
|
 |

October 29th, 2009, 03:54 PM
|
|
Registered User
|
|
Join Date: Oct 2009
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Trust error on deployment?
Hey All,
Im trying to build a deployment MSI of a fairly complex Access app for non techncial types to use. The app uses VBA, some ActiveX, and an external ribbon XMl file. I want it to install with the runtime so non Access owning users can use the app.
The problem i am having is that when I install it on a fresh system and try to run it, it comes back with a 2950 error, which MSFT has documented as a trust error when trying to run VBA code.
The MSFt article on the package Solution Wizard says it can add the installed directory as trusted location, but this doesn't seem to be happening and I cant find any flag anywahere to make it happen.
Help??
|

October 29th, 2009, 04:56 PM
|
|
Registered User
|
|
Join Date: Oct 2009
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Addenedum... it doesnt seem to be a trust problem, but as problem in specific calling the RunCode macro operation.
My trust check, which occurs before this in macro sequence, passes fine....
Last edited by JeffPK : October 29th, 2009 at 05:41 PM.
|

October 30th, 2009, 04:01 PM
|
|
Registered User
|
|
Join Date: Oct 2009
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Further info.
VBA scripts run fine in this app. As do macros.
The ONE thing it throws up on is the AutoExec calling RunCommand to run code that installs a ribbon from a file. And it only throws up on it when deployed in the Access Runtime.
|

November 2nd, 2009, 04:15 PM
|
|
Registered User
|
|
Join Date: Sep 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Runtime errors
Hello Jeff,
The problems I have experienced with Access 2007 runtime seem to relate to unsupported options in runtime like the ability to hide navigation pane if this is hard code. This functionality is not supported by the runtime engine probably because the runtime engine does not display the navigation window.
My suggestion is to look what code you run at start up and take out one segment each time to see which part of the code causes your problem.
Kind regards,
Arkie
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
 |