Re: Working in Access RunTime
From: Albert D. Kallal (PleaseNOOOsPAMMkallal_at_msn.com)
Date: 05/13/04
- Next message: tina: "Re: Adding item to list for combo box"
- Previous message: Marshall Barton: "Re: Linking Two Subforms"
- In reply to: Mota: "Re: Working in Access RunTime"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 12 May 2004 18:47:30 -0600
"Mota" <tavassoli@parak.net> wrote in message
news:%23aEQEI3NEHA.2560@TK2MSFTNGP11.phx.gbl...
> Thank you;
> I want just to know how to set /RunTime switch in startup options.Where is
> it and how to do that?
> Can u pleasew guide me?
> THX.
What you do is make a shortcut to the application. In fact, you should as a
general rule supply a shortcut..since then you can set things like the
security file. (you are setting up,and supplying a security file with your
runtime system..right? Even if you are NOT using security..you should
distribute a workgroup file..and use that for startup options...just to
reduce support calls and hassles from your users).
So, you right click on the database..and select short cut...
You then open up that short cut..and replace the shortcut text with your
own.
For example, here is what a typical short cut looks like:
"C:\Program Files\Office97\Office\msaccess.exe"
"c:\program files\Rides\Rides.mdb"
/wrkgrp "c:\Program Files\Rides\Rides.mdw"
/User "RidesAdmin" /pwd "mypassword"
So, to the above you would add the runtime switch like:
/runtime
The above of course goes on one line ...each line has a space...so..in fact
you get:
"C:\Program Files\Office97\Office\msaccess.exe" "c:\program
files\Rides\Rides.mdb" /wrkgrp "c:\Program Files\Rides\Rides.mdw" /User
"RidesAdmin" /pwd "mypassword" /runtime
As mentioned..if you had setup custom menus..then users should not notice
the difference between running your application with the full version..your
runtime version...
I of course have in the windows explorer set the "address bar" to show the
full path name. So, I can usually just browse to wherever I have to..and
then use cut and paste in place of tying to type such a huge ugly thing as
above..(I don't type the above..I cut and past it in).
-- Albert D. Kallal (Access MVP) Edmonton, Alberta Canada pleaseNOOSpamKallal@msn.com http://www.attcanada.net/~kallal.msn > > "Albert D. Kallal" <PleaseNOOOsPAMMkallal@msn.com> wrote in message > news:eMIWIKrNEHA.3812@TK2MSFTNGP12.phx.gbl... > > Well, likely if you reached the point of distr ution your application, > then > > you no doubt long ago built your own custom menus, and hid the ms-access > > interface. Thus..usually by the time you get around to using the > > runtime..you have already proved your own menu bars etc. Thus, when you > > launch your application, using runtime, or full will NOT change how your > > application runs, or looks. > > > > However, you can provide a shortcut to your application..and use the > > /runtime switch in the start-up options. > > > > > > -- > > Albert D. Kallal (MVP) > > Edmonton, Alberta Canada > > pleasenonoSpamKallal@msn.com > > http://www.attcanada.net/~kallal.msn > > > > > >
- Next message: tina: "Re: Adding item to list for combo box"
- Previous message: Marshall Barton: "Re: Linking Two Subforms"
- In reply to: Mota: "Re: Working in Access RunTime"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|