473,659 Members | 3,605 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Runtime Access 97 app - what's the syntax for setting up a shortcut on the desktop?

MLH
I have created an A97 runtime distribution for the first time in my
life this morning. I had precious little time to do it and was unable
to create the distributable installation fileset with the option of it
creating a shortcut for me.

I'm sure it will. But for now, what exactly can I enter into the
shortcut properties to describe the 'location' information that
will have the runtime A97 open the subject mde file using the
desired system database?

In the Access 2.0 days, ADT used a format like this...
C:\EZC_EZC\MSAR N200.EXE C:\EZC_EZC\ezcl ean.mdb /ini g:\ezc.ini

The ini file contain stuff like this...
SystemDB=C:\EZC _EZC\system.mda
UtilityDB=C:\EZ C_EZC\utility.m da
AllowCustomCont rols=1
AllowOLE1LinkFo rmat=0

[Run-Time Options]
TitleBar=Easy-Clean
StartupScreen=c :\ezc_ezc\miken teo.bmp
Icon=c:\ezc_ezc \EZC.ico

[Clipboard Formats]
Microsoft Excel (*.xls)=soa200. dll,1,xls
Rich Text Format (*.rtf)=soa200. dll,2,rtf
MS-DOS Text (*.txt)=soa200. dll,3,txt

.....

and so on.
Nov 13 '05 #1
16 4003
You have to create a Profile.

In the Access 97 Help file, look up "command-line options". From the 5
topics you get, select the 4th ("Start Microsoft Access with command-line
options". There, select the bottom option ("Specify command-line options for
a shortcut"). Choose the "To display the list of command-line options,
click" button. /profile will be the 6th option down.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)

"MLH" <CR**@NorthStat e.net> wrote in message
news:0e******** *************** *********@4ax.c om...
I have created an A97 runtime distribution for the first time in my
life this morning. I had precious little time to do it and was unable
to create the distributable installation fileset with the option of it
creating a shortcut for me.

I'm sure it will. But for now, what exactly can I enter into the
shortcut properties to describe the 'location' information that
will have the runtime A97 open the subject mde file using the
desired system database?

In the Access 2.0 days, ADT used a format like this...
C:\EZC_EZC\MSAR N200.EXE C:\EZC_EZC\ezcl ean.mdb /ini g:\ezc.ini

The ini file contain stuff like this...
SystemDB=C:\EZC _EZC\system.mda
UtilityDB=C:\EZ C_EZC\utility.m da
AllowCustomCont rols=1
AllowOLE1LinkFo rmat=0

[Run-Time Options]
TitleBar=Easy-Clean
StartupScreen=c :\ezc_ezc\miken teo.bmp
Icon=c:\ezc_ezc \EZC.ico

[Clipboard Formats]
Microsoft Excel (*.xls)=soa200. dll,1,xls
Rich Text Format (*.rtf)=soa200. dll,2,rtf
MS-DOS Text (*.txt)=soa200. dll,3,txt

....

and so on.

Nov 13 '05 #2
MLH
Thanks, Doug, for the quick reply. I know you were just waiting there
for me to trip up. That's been happening to me a lot - past 50. I'll
look at the help, but along the same line of questioning...

Access 2.0 primary executable was named MSACCESS.EXE as is Access
97's. But, Access 2.0 named the runtime version's primary executable
MSARN200.EXE. That was handy - 2 different names, I mean. Did the
same logic carry forward with the advent of Access 97?

xxxxxxxxxxxxxxx xxxxxxxxxxxxxxx xxxxxxxxxxxxxxx xxxxxxxxxxxxxxx xxxx
You have to create a Profile.

In the Access 97 Help file, look up "command-line options". From the 5
topics you get, select the 4th ("Start Microsoft Access with command-line
options". There, select the bottom option ("Specify command-line options for
a shortcut"). Choose the "To display the list of command-line options,
click" button. /profile will be the 6th option down.


Nov 13 '05 #3
MLH
Found it! But, man, without your precise guidance - I think
I never would have. Thanks a lot!

/profile user profile Starts Microsoft Access using the options in
the specified user profile instead of the standard Windows Registry
settings created when you installed Microsoft Access. This replaces
the /ini option used in previous versions of Microsoft Access to
specify an initialization file. The Microsoft Office 97, Developer
Edition, contains tools and information on creating user profiles. For
more information, click ...

I'm afraid I know NOTHING of creating user profiles. When I click
Start, All Programs, Microsoft ODE Tools, I get several choices to
pick from - all of which I'm afraid to launch because I know NOTHING
about it. The only thing I'm confident about is the Setup Wizard,
because I used it SO MUCH in the Access 2.0 / ADT days. What am
I supposed to launch to enable me to create user profiles?
Nov 13 '05 #4
Access 2.0 was the only version to have the runtime as a different
executable than the regular program. All others use the same executable
msaccess.exe (severely limited through the inclusion of literally hundreds
of registry entries)

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)

"MLH" <CR**@NorthStat e.net> wrote in message
news:mm******** *************** *********@4ax.c om...
Thanks, Doug, for the quick reply. I know you were just waiting there
for me to trip up. That's been happening to me a lot - past 50. I'll
look at the help, but along the same line of questioning...

Access 2.0 primary executable was named MSACCESS.EXE as is Access
97's. But, Access 2.0 named the runtime version's primary executable
MSARN200.EXE. That was handy - 2 different names, I mean. Did the
same logic carry forward with the advent of Access 97?

Nov 13 '05 #5
Look at the first entry under "profiles, user"

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)

"MLH" <CR**@NorthStat e.net> wrote in message
news:cd******** *************** *********@4ax.c om...
Found it! But, man, without your precise guidance - I think
I never would have. Thanks a lot!

/profile user profile Starts Microsoft Access using the options in
the specified user profile instead of the standard Windows Registry
settings created when you installed Microsoft Access. This replaces
the /ini option used in previous versions of Microsoft Access to
specify an initialization file. The Microsoft Office 97, Developer
Edition, contains tools and information on creating user profiles. For
more information, click ...

I'm afraid I know NOTHING of creating user profiles. When I click
Start, All Programs, Microsoft ODE Tools, I get several choices to
pick from - all of which I'm afraid to launch because I know NOTHING
about it. The only thing I'm confident about is the Setup Wizard,
because I used it SO MUCH in the Access 2.0 / ADT days. What am
I supposed to launch to enable me to create user profiles?

Nov 13 '05 #6
MLH
You mean look at it throught regedit utility?
Look at the first entry under "profiles, user"


Nov 13 '05 #7
MLH
Interesting.

Say, Doug, I noticed that if I install a runtime access APP on
a machine that does not have ms access 97 installed on it,
the way the app launches on there looks different to me
than it does launching on a machine which had access 97
on it when the runtime APP was installed. Is that intentional?

I sort of like the runtime app to look like a stand-alone custom
built app. Gives off autonomous overtones. If you start it up
and the MS Access 97 splash screen displays, well, the cats
out-a-the bag so to speak.
Nov 13 '05 #8
"MLH" <CR**@NorthStat e.net> wrote in message
news:mu******** *************** *********@4ax.c om...
Interesting.

Say, Doug, I noticed that if I install a runtime access APP on
a machine that does not have ms access 97 installed on it,
the way the app launches on there looks different to me
than it does launching on a machine which had access 97
on it when the runtime APP was installed. Is that intentional?

I sort of like the runtime app to look like a stand-alone custom
built app. Gives off autonomous overtones. If you start it up
and the MS Access 97 splash screen displays, well, the cats
out-a-the bag so to speak.


You can put a bitmap file with the same name as your mdb file (except
extension) in the same folder and that will display instead of the normal
splash screen.

Or you can just not be ashamed of your choice of development tool.
Nov 13 '05 #9
MLH

You can put a bitmap file with the same name as your mdb file (except
extension) in the same folder and that will display instead of the normal
splash screen. Will have a go at it.

Or you can just not be ashamed of your choice of development tool.

Point well taken.
Nov 13 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
4234
by: Barb | last post by:
Hi there, I sincerely hope that someone out there can help. I have two instances of the SQL 2000 Desktop Engine running. One is on my local machine for development and the other is on another machine on our network which is the production environment. I have built an Access 2003 front end application which connects to this database. This works fine locally, as you would expect. I successfully installed the database on the...
2
3791
by: JMCN | last post by:
hi i'm having a problem with the customize a shortcut menu. i read the ms office assistance: customize a shortcut menu/delete a command or add to a shortcut menu and followed the simple directions. i tried both but for some reason i cannot delete the categories called "filter", "form", etc. eventually i would like to add commands to the "custom" category, ie commands "filter by form, "filter for:" and "filter by excluding" options and...
3
5470
by: MLH | last post by:
With Access 2.0 and ADT, one could create "stand-alone" apps that would launch using msarn20.exe. You didn't have to launch Access 2.0 then open your app. The tool used to create these runtime distributable applications was kinown as the ADT (Access Developer's Toolkit). It was not required that any person running your finished runtime bundle have Access 2.0 installed. That was the whole point of the ADT. What are the tools needed to do...
3
6781
by: Simple Man | last post by:
We have a citrix server that users will be signing into from a remote location. One application is an Access database. Right now, lan users are using the Access 2003 runtime to run these applications. Installing the runtime on the citrix server(s) isn't a big deal. The catch is, I want to install a copy of the full version of Access so that I can sign in and do some developing if I have to. Is it possible to have both the runtime...
1
1637
by: Duncan Winn | last post by:
Is there any way to set the desktop image in c#????
1
2552
by: ncsthbell | last post by:
I created a database using full blown access 2007. I have put it out for users to grab and test using Runtime Access 2007. They have entered data and now I need to go back into a table and change a setting for a different test. I am opening the same database using full blown MS 2007 and when I do, it appears I have no tables or queries. I have gone to the navigation pane, navigation options and set the property to show hidden objects but the...
5
6744
by: lundmark | last post by:
Does anyone know a keyboard shortcut to switch between open tabs in Access 2007? (I'm not talking about the ribbon tabs.) Seems that, unlike Access 2007, most every other Windows program uses ctrl+tab as the shortcut to switch between open tabs. Not sure why Access doesn't do this! Thanks in advance.
0
8428
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8851
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8748
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8531
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8628
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6181
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5650
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
2754
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1739
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.