473,387 Members | 1,687 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,387 software developers and data experts.

Access 2.0 supported Application.SetOption "Show ToolTips", False What can I run with Access 97 to achieve the same objective?

MLH
Does Access 97 have something like this?
Nov 13 '05 #1
11 3253
Access 2.0 did *not* support Application.SetOption "Show Tooltips", False
because ... there is no build-in-option like that in Access 2.0 ......

btw: I (and a lot of other's I guess) can't read the subject-line properly ...

Arno R

"MLH" <CR**@NorthState.net> schreef in bericht news:3t********************************@4ax.com...
Does Access 97 have something like this?

Nov 13 '05 #2
Access 97 supported Applicatiotn.SetOption, but I don't see ShowToolTips
among the options you can set - nor is it under Tools - Options.
The only mention of ShowToolTips I see in the help file only affects
CommandBars.

HTH

"MLH" <CR**@NorthState.net> wrote in message
news:3t********************************@4ax.com...
Does Access 97 have something like this?

Nov 13 '05 #3
MLH
Understood on the subject line. Best to repeat Q inside the post.
But I have used Application.SetOption "Show Tooltips", False in
access 2.0 for years. Never gave me a problem. I used it in an
initialization procedure on most applications. Kind-a-like this...

If CurrentUser() <> "mlh" Then
Application.SetOption "Show ToolTips", False
Application.SetOption "Key Assignment Macro", "NonExistent"
Application.SetOption "Built-In ToolBars Available", False
End If

' This snippet keeps me from running into
' the age-old problem of default toolbars
' showing up when User Group ID's log in
' after I've gone to great lengths to disable
' them during development and customize others.
Access 2.0 did *not* support Application.SetOption "Show Tooltips", False
because ... there is no build-in-option like that in Access 2.0 .....

btw: I (and a lot of other's I guess) can't read the subject-line properly ...

Arno R

"MLH" <CR**@NorthState.net> schreef in bericht news:3t********************************@4ax.com...
Does Access 97 have something like this?


Nov 13 '05 #4

"MLH" <CR**@NorthState.net> schreef in bericht news:2m********************************@4ax.com...
But I have used Application.SetOption "Show Tooltips", False in
access 2.0 for years. Never gave me a problem.


You are right. I was to quick in answering this one. Sorry
There is such an option in Access 2.0 indeed.
I was confused because Access 2.0 did not support Tooltips for buttons, controls and such.
What you are/were disabeling in Access 2.0 are the Tooltips for commandbar/toolbar buttons.
But why would you do that ???

There is no such option in Access 97 AFAIK.

Arno R
Nov 13 '05 #5
MLH
On Thu, 26 May 2005 09:14:36 +0200, "Arno R"
<ar***********@tiscali.nl> wrote:

"MLH" <CR**@NorthState.net> schreef in bericht news:2m********************************@4ax.com...
But I have used Application.SetOption "Show Tooltips", False in
access 2.0 for years. Never gave me a problem.


You are right. I was to quick in answering this one. Sorry
There is such an option in Access 2.0 indeed.
I was confused because Access 2.0 did not support Tooltips for buttons, controls and such.
What you are/were disabeling in Access 2.0 are the Tooltips for commandbar/toolbar buttons.
But why would you do that ???

There is no such option in Access 97 AFAIK.

Arno R

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I probably sought out and invoked every line of disabling code I could
get my hands on. I wrote very tight apps and didn't want users to have
any possibility of using menus, tool bars, help - or even to know they
were there..

Am trying to migrate now to A97 and was importing old code lines
simply because they were important to me then. I have the ODE
tools and have never created an A97 runtime. Looking forward to
trying it out.
Nov 13 '05 #6
>
Am trying to migrate now to A97 and was importing old code lines
simply because they were important to me then. I have the ODE
tools and have never created an A97 runtime. Looking forward to
trying it out.


Went the same route, but as I wrote a week ago in the thread: "Semi-OT:Access 2.0 Wakeup Call" :
It's a hassle to deploy 32-bit runtimes. I don't even try this again with new clients.

If you manage to get it work (I mean Access '97 RT without errors) I would love to hear back from you.
Still sometimes I deploy an Access '97 RT on a new machine and there are ALWAYS errors.
If you just ignore them it's allright (provided there is NO other Office-version with Access installed)
It is that I know this specific client, and can explain what happens, but M$ should be ashamed IMO.

Arno R

Nov 13 '05 #7
MLH <CR**@NorthState.net> wrote in
news:61********************************@4ax.com:
I probably sought out and invoked every line of disabling code I
could get my hands on. I wrote very tight apps and didn't want
users to have any possibility of using menus, tool bars, help - or
even to know they were there..


If you design your own custom menus and toolbars don't give them
tooltips.

I don't understand your hostility towards features that make
applications easier to use. Sounds like hostility to users.

--
David W. Fenton http://www.bway.net/~dfenton
dfenton at bway dot net http://www.bway.net/~dfassoc
Nov 13 '05 #8
MLH
In the corporate environment, its called self-preservation.
If you are writing entirely for paying customers, the con-
cept may be foreign to you. Its second nature to lots of
others.

I don't understand your hostility towards features that make
applications easier to use. Sounds like hostility to users.


Nov 13 '05 #9
MLH
I would like to read the thread you mentioned...
was it "Semi-OT:Access 2.0 Wakeup Call". I
had Free Agent do a search - no luck.

Thx.
Nov 13 '05 #10
MLH
Oops. Spoke too soon. Found
it on deja.com.

Interesting reading.
Nov 13 '05 #11
MLH wrote:
In the corporate environment, its called self-preservation.
If you are writing entirely for paying customers, the con-
cept may be foreign to you. Its second nature to lots of
others.


Please ignore any ranting that follows. It sounds foreign to me also.
Please explain the logic behind how what you're doing helps them want
to keep you. It almost sounds like the shameful tactic of writing
labyrinthine and obfuscated code so that if they get rid of you the
next programmer will have a mess on her hands. Of course, I'm not
entirely innocent. Although I write code so that another programmer
can maintain it easily it is still complicated enough without trying
that it will take her quite a while to get up to speed. Plus, because
the code is working so well my clients would rather have me work on new
features than document old ones. I'm a bit incredulous that none of my
clients have asked for any documentation about how the program is
designed, ever! One has five years of continuous software development
by me without a shred of documentation. It's their nickel.

Usually it's the larger companies that lock themselves into situations
that will cost them choices. I did an Access database for the largest
hospital in my state. It had every feature they requested plus source
code. A large software company convinced them that a compiled VB
version would be much more professional. They supply a nice executable
without source code so that they are locked in to that software company
(very professional). Nevermind that I could have done it in VB also.

It's almost the same way with Crystal Reports. Because a lot of VB
programmers use Crystal Reports and because the name was well chosen,
people thought that Crystal Reports was more professional than having
VB call up an Access report.

The e-commerce application I did in 2000 was my first ASP project. I
had not even had a class in ASP. I just got on the internet and
Googled nearly everything I needed to learn. Two huge software
companies tried it and were not able to do it. They charged (and got)
about $17,000 each. I got about $4,000 and stock reputedly worth
$11,000 (because they were broke after paying the huge companies). I'm
pretty sure they're going to try to stiff me for the $11,000. Plus,
they're using the site as advertising for the kind of work they can do.
I just don't think they can deliver on any major design changes to the
backend. Worse yet, they'll be trying to pull the same stock stunt on
the next programmer. But I was able to show that large software
companies are not always better than a small developer. I have
personal reasons for not suing that company.

I did a database for a professional sports team to track every pill
taken by every player. When they were audited by the NFL they received
a 100% compliance for the first time ever. The program worked
perfectly and has been working perfectly AFAIK for several years. When
they needed some new features the first thing they did was start
dialing large software companies! I guess I need to hire a bunch of
programmers, rent an expensive office and start "Fortune Custom
Business Software" as soon as the economy allows ;-). In the meantime
I have thought of offering to buy insurance in the client's name so
that if I am the only one developing software for them and something
happens to me they can hire a RBSC (really big software company) to
finish it. But in spite of all that happened I have plenty of work
(i.e., I'm not in self-preservation mode) so I would be intrigued by
the techniques used by corporate programmers who are in
self-preservation mode.

James A. Fortune

Nov 13 '05 #12

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

Similar topics

0
by: eli | last post by:
Hi again, I know that "Show Column" query shows the name of all variables with their characteristics. I want to know if there is a command that ONLY shows the name of the varibales of a...
1
by: Nick | last post by:
How to change the pic to a "show error" image when loading images failed - for example, no image file exists? I tried to add the following statement in the onload event function: if...
1
by: Darin | last post by:
I have many forms in an MDI application. Sometimes I show FORMA just by a f.Show, other times it is f.ShowDialog. How can I tell within the form code whether this form is shown via Show or...
0
by: jeffrey.bigham | last post by:
Hello, I'm developing a small application that uses the WebBrowser control to display a webpage. I'd like to programatically access the "Show Pictures" option to turn images on and off. ...
4
by: 12jumper | last post by:
Does anybody know, what message is being sent to the window(s) when one clicks "Show Desktop" button (the one on windows taskbar ;) )? I'd like to capture such a message to set some variables. Any...
6
by: Lee | last post by:
how can i do this? I have a form, which i do not want to keep on top of all others (TopMost), yet i dont want it dissapearing when the "show desktop" button is pressed. Now i know that the...
3
by: Jimmy | last post by:
I use a combo box to filter the results of a form. Sql for combo box is... SELECT StatusPriority, Status FROM tblStatus UNION Select = 0 as AllChoice, "Show All" as Bogus From tblStatus ORDER...
2
by: xpcer | last post by:
hi friend, can you tell me, why i can't execute the "show databases" query using vb?, i use a myProv
4
by: sid | last post by:
Can someone tell me how to detect "Action Cancelled" page with out polling. I have a frame set and I want to make sure the other frame is displaying what it is supposed to without polling. For...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
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
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
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...

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.