Rick
Thanks again. I've been developing runtime apps for over 10 years and my user interface is always well-pollished. I rarely use custom menubars and always trap errors.
I cannot see where you select the "type" to make it a shortcut menu. Can you further explain this.
Jim
"Rick Brandt" wrote:
[Quoted Text] > Jim V wrote: > > Right-click is enabled if I start the .mde file from Access and are > > disabled with the /runtime option. Many of my users do not have full > > Access but runtime versions so this presents an issue. > > > > I have not added shortcut menus in the runtime environment before but > > it sounds like I about to discover how to do this. > > > > Any input would be appreciated and thank you all for your quick > > replies. > > Right-click on any command bar and choose "Customize". In the resulting > dialog is a [New] button used for creating new menus (regular and shortcut) > and toolbars. After you initially create a new command bar you can choose > the "type" to make it a shortcut menu. Then you just set the control and or > form/report properties in your app so that they use the custom menus you > have created. Look for the shortcut menu property. > > As stated often in this group, an app meant to be used with the runtime must > be a "fully polished" application. You cannot just take a typical Access > file and use it effectively in the runtime. In addition to providing all of > your own command bars you have to have very robust error handling. Errors > that just display a message in licensed copies of Access will usually throw > the user all the way out of a runtime app if the error is not trapped for > and handled. > > -- > Rick Brandt, Microsoft Access MVP > Email (as appropriate) to... > RBrandt at Hunter dot com > > >
|