473,406 Members | 2,220 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Some XP machines allow database window to display - others not

MLH
I use this line

DoCmd.SelectObject acTable, "tblAdmin", True

when I want to display database window. Often-
times, working on a remote mde via a TCP/IP
connection, its convenient to have a look at
at the database window, open tables, make
changes.

Can someone tell me why some runtime installations
will open the database window and others won't?
I do all my installs are pretty much the same way.
I haven't a clue that would account for the
behavioural differences.
Nov 15 '06 #1
7 1386
MLH wrote:
I use this line

DoCmd.SelectObject acTable, "tblAdmin", True

when I want to display database window. Often-
times, working on a remote mde via a TCP/IP
connection, its convenient to have a look at
at the database window, open tables, make
changes.

Can someone tell me why some runtime installations
will open the database window and others won't?
I do all my installs are pretty much the same way.
I haven't a clue that would account for the
behavioural differences.
The ones that work are not runtime installations. Displaying the db window
is not supported in the runtime. You can build a form of your own that
gives similar information though and that would display.

--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
Nov 15 '06 #2
MLH wrote:
Can someone tell me why some runtime installations
will open the database window and others won't?
The Access runtime version doesn't allow the database window to show, so if
you're seeing it, this means the computer has another version of Access
installed, and your app is running in *that* version, not the runtime version
you expected. If this comes as a surprise to you, then that's bad because it
means one of two things:

1) The user installed another version of Access *after* your runtime was
installed, which can lead to compatibility problems, especially if an older
version of Access was installed after the newer version, or

2) Your runtime installation didn't check for other versions of Access
before installing, which can also lead to compatibility problems.

Compatibility problems lead to higher tech support custs, which means it
either comes out of your pocket or the customer's.

--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...ccess/200611/1

Nov 15 '06 #3
MLH
10:4
That's probably what I'll do.

I've done a runtime distribution rollout at 2 sites
that allow the DB window to display. They do
have Access 97 installed on that same system.
I checked the properties of the desktop icon
launching the application and it reads:
"c:\program files\AppDir\AppName.mde"
The installation process DID create the following
directory: c:\program files\AppDir\Office and
MSACCESS.EXE is listed in there. But its also
located at c:\program files\microsoft office\ and
I can't say for certain which is being used.

When I did my runtime install, I might have later
opened their copy of A97, attached to my runtime
supplied system database and opened the primary
MDE included in the RT distribution to do some
routine maintenance.

Just out-a-curiousity, are there special concerns
I should be aware of when performing a run-time
installation of an A97 created app onto a machine
that currently has Access 97 installed? I don't think
customers would appreciate it very much if I some-
how replaced their
C:\Program Files\Microsoft Office\Office\msAccess.exe
file.
Nov 16 '06 #4
MLH
<snip>
This installation is a number of years old now. Dunno for sure which
is the case, but I suspact A97 was added later. Will keep fingers
crossed. So far, so good. Apparently the MDE has NO problem running
in the quasi-runtime bastardized environment. App functions normally
with the exception of that database window thing. That was handy
and may turn out to be again. So I'm not gonna worry about that. Only
admin-level users can launch the button and open the DB window.

Anything else I should be on the lookout for?
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxx
>The Access runtime version doesn't allow the database window to show, so if
you're seeing it, this means the computer has another version of Access
installed, and your app is running in *that* version, not the runtime version
you expected. If this comes as a surprise to you, then that's bad because it
means one of two things:

1) The user installed another version of Access *after* your runtime was
installed, which can lead to compatibility problems, especially if an older
version of Access was installed after the newer version, or

2) Your runtime installation didn't check for other versions of Access
before installing, which can also lead to compatibility problems.

Compatibility problems lead to higher tech support custs, which means it
either comes out of your pocket or the customer's.
Nov 16 '06 #5
MLH wrote:
Apparently the MDE has NO problem running
in the quasi-runtime bastardized environment.
If it's an MDE file and they're opening it with their retail version, it
means they're opening it with Access 97, not a later version which can cause
compatibility issues. But I can't think of a logical reason to have *both*
the retail and the runtime version of Access 97 installed on the same
computer.
Anything else I should be on the lookout for?
I've never installed both the runtime and the retail edition of the same
version of Access on a computer, so I don't know. Most of the compatibility
issues expected with runtime vs retail come from different Office versions,
like Office 97 vs Office 2000. At the least your customers have wasted disk
space, but beyond that I can't think of what else might cause you a headache.

--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...ccess/200611/1

Nov 16 '06 #6
"MLH" <CR**@NorthState.netwrote in message
news:bk********************************@4ax.com...
10:4
That's probably what I'll do.

I've done a runtime distribution rollout at 2 sites
that allow the DB window to display. They do
have Access 97 installed on that same system.
I checked the properties of the desktop icon
launching the application and it reads:
"c:\program files\AppDir\AppName.mde"
The installation process DID create the following
directory: c:\program files\AppDir\Office and
MSACCESS.EXE is listed in there. But its also
located at c:\program files\microsoft office\ and
I can't say for certain which is being used.

When I did my runtime install, I might have later
opened their copy of A97, attached to my runtime
supplied system database and opened the primary
MDE included in the RT distribution to do some
routine maintenance.

Just out-a-curiousity, are there special concerns
I should be aware of when performing a run-time
installation of an A97 created app onto a machine
that currently has Access 97 installed? I don't think
customers would appreciate it very much if I some-
how replaced their
C:\Program Files\Microsoft Office\Office\msAccess.exe
file.
Unless you are using a custom installer this shouldn't happen. The runtime
installer for Access 97 will not install the runtime on a PC that already has
Access 97 on it. The inverse is also true. If the retail version is installed
after the runtime then it should "see" the runtime install and use the same
folder.

If you used a custom installer and/or Sagekey scripts then perhaps none of the
above applies.
--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
Nov 16 '06 #7
MLH
Thx Rick. That's useful info. I still use A97. I like it and its the
only one I know how to use. Been so long since I looked at
that guy's machine. Can't recall much about it.

By "will not install the runtime on a PC", you mean will not installl
a redundant copy of the msAccess.exe file on a PC, right? The same exe
is used for both runtime and retail versions of A97. The runtime APP
itself WILL install, of course. (just to eliminate any confusion on
the valid point you made).

>
Unless you are using a custom installer this shouldn't happen. The runtime
installer for Access 97 will not install the runtime on a PC that already has
Access 97 on it. The inverse is also true. If the retail version is installed
after the runtime then it should "see" the runtime install and use the same
folder.

If you used a custom installer and/or Sagekey scripts then perhaps none of the
above applies.
Nov 17 '06 #8

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

Similar topics

2
by: DL | last post by:
Hello, I am teaching a java course. When some of my students tried to run a very simple java program that displays a JFrame, it appeared that even though the program was compiled OK on all...
4
by: dixie | last post by:
If I have a form open and the database window is open, is there a command I can use from an on click event that will close the database window for me, but still leave the application open? dixie
2
by: Ken Post | last post by:
Using Access 2003. Latest patches, on a dozen or so Win XP sp2 machines. Each machine has its own front copy of the same front end. SQL Server 2000 backend. Many of the forms have fields on...
193
by: Michael B. | last post by:
I was just thinking about this, specifically wondering if there's any features that the C specification currently lacks, and which may be included in some future standardization. Of course, I...
8
by: lli | last post by:
Hi Guys, I have designed a web application. In its one window I put a form. User can click submit button of this form to run a pathon script to get data from database. Then User get a new window...
1
by: Ted | last post by:
I managed to get it installed OK, along side MS Visual Studio 2005 (with which I received it). During the install, I made sure I installed everything. I have developed a number of applications...
20
by: mike | last post by:
I help manage a large web site, one that has over 600 html pages... It's a reference site for ham radio folks and as an example, one page indexes over 1.8 gb of on-line PDF documents. The site...
7
by: Artie | last post by:
Hi, Our team have a web project which includes some C# ActiveX DLLs. On some developers' PCs, the code which calls methods in the ActiveX dll is succesful - no exceptions. On other PCs, the...
2
by: wreed06 | last post by:
Hello, I have 2 problems. In my webpage, I have a dropdown list with a button that takes the user to a popup window specific to the option. I am using Firefox 2.0.0.13. I have successfully...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
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,...
0
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.