Re: Working in Access RunTime

From: Albert D. Kallal (PleaseNOOOsPAMMkallal_at_msn.com)
Date: 05/13/04


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
> >
> >
>
>


Relevant Pages

  • nopollmail switch not working
    ... New shortcut created to start Outlook 2003 without checking ... for mail on startup using the /nopollmail switch. ... Have also tried the /safe:2 switch but with the same results. ...
    (microsoft.public.outlook.general)
  • Re: Create EXE files
    ... "You can simulate how the application will behave using the run-time version ... the switch /runtime. ... > don't already have Access will be able to install the run-time version of ... > run-time version by creating a shortcut to your application that includes ...
    (microsoft.public.access.developers.toolkitode)
  • Re: Bluetooth
    ... "Andy Baker" wrote in message ... It includes an application, called Btapp.exe, that I have run from the startup folder which requires the user to click a checkbox to switch it on. ... This is not ideal as our application runs automatically on startup, and we don't really want the user to have to switch bluetooth on should the device need to be reset for any reason. ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: enabling applications to automatically run under all users?
    ... You may need to reinstall it under each user account. ... > to set it up as I want to before committing myself to the switch. ... > As admin, having installed all available XPH updates I have now installed ... There is a shortcut for SPF under each ...
    (microsoft.public.windowsxp.newusers)
  • Re: access 2007
    ... "/runtime" switch. ... I even supplied that "/runtime" shortcut for users with the FULL ... the ms-access interface. ... most machines have file extensions turned off by default. ...
    (microsoft.public.access.forms)

Loading