473,804 Members | 2,140 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How to control the Access Title Bar

Hello

I'm using Access2000, SplitDB, ALL MenuBars are Off. The
AccessTitleBar( BlueBar) displays at the top with its (Min/Max/[X])
Controlbox.

I have a MainMenuForm (Modal-On), that Calls a ReportMenuForm
(Modal-On) that lets me select a REPORT. If I set the ReportMenuForm
(Popup-On) and I select a REPORT, the AccessTitleBar becomes disable (a
good thing), however the REPORT displays underneath the ReportMenuForm
(a bad thing). If I set the ReportMenuForm (Popup-Off) and I select a
REPORT, the REPORT displays OnTop (a good thing). However, a new
problem emerges. If the user maximizes the REPORT, the REPORTS TitleBar
disappears under the AccessTitleBar confusing the user. The user will
then press the Close[X] button, and the whole application shuts down (a
bad thing). I found unconventional code on the MS Web site, and was
able to shut off the [X] button of the AccessTitleBar, but the Min/Max
stays on.
Access2000 does not support the PopUp option in REPORTS. This would be
my solution. This MUST be a common frustration to many developers!

I need to display the REPORT OnTop, without the AccessTitleBar
concerns!

How do I disable the AccessTitleBar, or its (Min/Max[X]) Controlbox ?

Jul 6 '06
15 3556
"Larry Linson" <bo*****@localh ost.notwrote in
news:WCzrg.70$T h7.51@trnddc05:
><Ap******@gmai l.comwrote in message
news:11******** **************@ p79g2000cwp.goo glegroups.com.. .
>This problem seems to be the result of the user resizing the
ApplicationWin dow. When
the Window is expanded, it causes the botton scroll bar to
descend below the "Start Bar"
at the bottom. I'm now working on figuring out how to stop
Re-sizing of the AppWindow!

That's not the "Windows way," which is to let the user have
control over his/her own desktop, and is guaranteed to irritate
some users*. Better to let the users know that they will lose
report scrolling if they resize the window, and let it be the
user's choice.
Well, I've never understood why my users accidentally end up running
their apps in non-full-screen mode. All my apps are designed to run
full-screen at the clients' default resolutions. When they run them
at less than full-screen, they lose access to features.

And my experience is that they don't do it on purpose. They
accidentally click on something and end up non-full screen.

So, to me, preventing them from running in anything but full-screen
mode seems like not a terribly bad thing.
* some of us have been known to discard apps where the developer
decided
he knew better than we did how our screen ought to be arranged.
<G>
I can see that, but an Access app that's custom-designed ought to
have this kind of thing negotiated with the users. In that case, I
can't see it as a problem to override their ability to run in
anything but full-screen mode.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Jul 7 '06 #11
"David W. Fenton" wrote
I can see that, but an Access app
that's custom-designed ought to
have this kind of thing negotiated
with the users. In that case, I can't
see it as a problem to override their
ability to run in anything but
full-screen mode.
First, I have never had the opportunity to "negotiate with the users" but
(officially) only with a client's representative, who often neither knows
nor finds out what the majority of the users want. It's difficult in cases
where there are tens or hundreds of users, even if you know who the user
audience is.

Second, of course, if your application is not a "bespoke application," you
have to _guess_ what most users want (and my experience, unofficially, with
users is they do want to have control over their own desktop).

Third, since it is so simple for users to handle their own desktop, who am I
to force them to "do it my way," Frank Sinatra?

Fourth, if the users choose to size the Forms/Reports so that something has
to be scrolled, why should I not let them do exactly that?

Larry
Jul 8 '06 #12
"Larry Linson" <bo*****@localh ost.notwrote in
news:9RHrg.1279 $pB.936@trnddc0 6:
"David W. Fenton" wrote
I can see that, but an Access app
that's custom-designed ought to
have this kind of thing negotiated
with the users. In that case, I can't
see it as a problem to override their
ability to run in anything but
full-screen mode.

First, I have never had the opportunity to "negotiate with the
users" but (officially) only with a client's representative, . . .
Well, that's actually what I meant by "users."
. . . who often neither knows
nor finds out what the majority of the users want. . . .
I've never had the misfortune of lacking contact with at least some
representative end users.
. . . It's difficult in cases
where there are tens or hundreds of users, even if you know who
the user audience is.
Er, how many Access apps have hundreds of users?
Second, of course, if your application is not a "bespoke
application," you have to _guess_ what most users want (and my
experience, unofficially, with users is they do want to have
control over their own desktop).
Um, I don't think there is such a thing as a "shrink-wrap" Access
application.
Third, since it is so simple for users to handle their own
desktop, who am I to force them to "do it my way," Frank Sinatra?
In my experience, users who end up not running at full-screen
resolution in apps that are hampered by that (which would be any
Access app designed to run full-screen) don't know how to get back
to full-screen.
Fourth, if the users choose to size the Forms/Reports so that
something has to be scrolled, why should I not let them do exactly
that?
Perhaps a compromise is to always start the app full-screen and let
them do what they want from then on. The problem I've seen is that
users get into non-full-screen mode and then that is retained each
time they restart their Access app. Setting the app to full-screen
when it starts up would help out those users while not terribly
inconveniencing the user who wants to run with only part of the
screen used by the app.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Jul 8 '06 #13
Perhaps a compromise is to always start the app full-screen and let
them do what they want from then on.
Hear! Hear!

Greg

David W. Fenton wrote:
"Larry Linson" <bo*****@localh ost.notwrote in
news:9RHrg.1279 $pB.936@trnddc0 6:
"David W. Fenton" wrote
I can see that, but an Access app
that's custom-designed ought to
have this kind of thing negotiated
with the users. In that case, I can't
see it as a problem to override their
ability to run in anything but
full-screen mode.
First, I have never had the opportunity to "negotiate with the
users" but (officially) only with a client's representative, . . .

Well, that's actually what I meant by "users."
. . . who often neither knows
nor finds out what the majority of the users want. . . .

I've never had the misfortune of lacking contact with at least some
representative end users.
. . . It's difficult in cases
where there are tens or hundreds of users, even if you know who
the user audience is.

Er, how many Access apps have hundreds of users?
Second, of course, if your application is not a "bespoke
application," you have to _guess_ what most users want (and my
experience, unofficially, with users is they do want to have
control over their own desktop).

Um, I don't think there is such a thing as a "shrink-wrap" Access
application.
Third, since it is so simple for users to handle their own
desktop, who am I to force them to "do it my way," Frank Sinatra?

In my experience, users who end up not running at full-screen
resolution in apps that are hampered by that (which would be any
Access app designed to run full-screen) don't know how to get back
to full-screen.
Fourth, if the users choose to size the Forms/Reports so that
something has to be scrolled, why should I not let them do exactly
that?

Perhaps a compromise is to always start the app full-screen and let
them do what they want from then on. The problem I've seen is that
users get into non-full-screen mode and then that is retained each
time they restart their Access app. Setting the app to full-screen
when it starts up would help out those users while not terribly
inconveniencing the user who wants to run with only part of the
screen used by the app.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Jul 8 '06 #14
"David W. Fenton" <XX*******@dfen ton.com.invalid wrote
>. . . It's difficult in cases
where there are tens or hundreds of users, even if you know who
the user audience is.

Er, how many Access apps have hundreds of users?
At least one, on which I did subcontract work off and on over a five-year
period in the 1990s -- when it began, the customer contract administrator
said, we now have about 35 users, but won't ever have more than 50. But,
when I last worked on it in 2000, it had between 175 and 200 users. It was a
corporate real estate database, an Access 2.0 client to an Informix server
DB. (Yes, they never wanted to pay to upgrade the client app to a newer
version, preferring to spend their development budget on enhancing features
and functions.)

On occasion, the prime contractor would have contact with a real, live user,
but not the subcontractors.
>Second, of course, if your application is not a "bespoke
application, " you have to _guess_ what most users want (and my
experience, unofficially, with users is they do want to have
control over their own desktop).

Um, I don't think there is such a thing as a "shrink-wrap" Access
application.
We get questions in the newsgroup about packaging those, fairly frequently.
They aren't general-use things like Word or Excel, but niche applications
(like corporate real-estate... this negotiated a special license to use and
modify an Access-Jet commercial app) but "shrink-wrap" is a likely
stretching it (no pun intended).
>Third, since it is so simple for users to handle their own
desktop, who am I to force them to "do it my way," Frank Sinatra?

In my experience, users who end up not running at full-screen
resolution in apps that are hampered by that (which would be any
Access app designed to run full-screen) don't know how to get back
to full-screen.
The users never seemed to have a problem in databases I've worked on, but
I've been lucky to work, mostly, with apps for users in companies where full
Office Pro was on every (pertinent) desktop. So they were not completely new
to Access/Office. Not necessarily "power users" but not "raw newbies,"
either.

Larry

Jul 9 '06 #15
"Larry Linson" <bo*****@localh ost.notwrote in
news:UW0sg.8561 $Wh7.826@trnddc 07:
"David W. Fenton" <XX*******@dfen ton.com.invalid wrote
>In my experience, users who end up not running at full-screen
resolution in apps that are hampered by that (which would be any
Access app designed to run full-screen) don't know how to get
back to full-screen.

The users never seemed to have a problem in databases I've worked
on, but I've been lucky to work, mostly, with apps for users in
companies where full Office Pro was on every (pertinent) desktop.
So they were not completely new to Access/Office. Not necessarily
"power users" but not "raw newbies," either.
I've never ever created or distributed a runtime app, so all of my
users are using full Access in Office Pro. They don't understand the
basics of handling windows because nobody has ever given them any
training, so they get in situations that they don't understand and
just live with them.

At least, that's my experience with the 100s of users I've worked
with in the 12 years I've been a computer consultant. YMMV.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Jul 10 '06 #16

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

Similar topics

6
10723
by: Franco Lombardo | last post by:
Hi all, I'm running DB2 8.1.5 on Windows 2000 professional SP4. When I try to start Control Center, I see the splash screen for a while, then it closes and nothing else happens. It happens with "Activity center" (Since I'm running the italian version, I don't know the english name of this tool, I mean db2tc.bat).
11
5008
by: trinitypete | last post by:
Hi all, I have a user control that uses control literal to build a heading with a link, and a div containing links below. As the link heading is hit, I want to change the style of the div, making it visible or not. Yep you guessed it, expanding tree type functionality. The header has an onclick event onclick='Doexpandcollapse
6
11305
by: martin | last post by:
Hi, I am a web page and a web user control. My web user control is placed in my web page using the following directive <%@ Register TagPrefix="uc1" TagName="Header" Src="WebControls/Header.ascx" %> The web user control contains the following server controls
6
535
by: William Parker | last post by:
I have a web control I made called header.ascx. It has its own properties and methods I defined. But I cannot figure out how to access this control from my code behind page. I can create the web control just fine and script with it as needed from the webform1.aspx page itself just fine, like this: <%@ Page language="c#" Codebehind="WebForm1.aspx.cs" AutoEventWireup="false" Inherits="mysite.WebForm1" %> <%@ Register TagPrefix="uc1"...
1
1355
by: Green | last post by:
Hi, I have a question concerning how to manipulate the properties in the user control, and there is an interesting article about this from Microsoft: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconexposingpageletproperties.asp My situation is i have a user control resides in the aspx page. And In the aspx page's html, i set the following: <ucl:myControl id="title" EditText="Add New Topic"...
2
1954
by: Nathan Sokalski | last post by:
I would like to change the <title></title> of a page from a user control. I have been unable to find any property in VB that allows me to do this. The only thing I have been able to find that might be related is when in Design view, there is a property called title under the DOCUMENT object in properties, which leads me to believe that there may be a way to access a DOCUMENT.title somewhere (although that may be only for...
3
6447
by: ivanpais | last post by:
Hi, I have a Web User Control, Lets say "Foo.ascx", that contains a button "btnFoo". I have a Master Page "Bar.master", that has a label "lblBar". This label is exposed by a public property BarLabelText. I now have a contentpage "FooBar.aspx", where "Bar.master" is the master page and in the content section has the control "Foo.ascx".
3
1775
by: tshad | last post by:
I am trying to put together a user control (.ascx). Can you access an outside control from it? My control: login2.ascx **************************************************************** <script runat="server"> Sub Page_Load(sender as Object, e as EventArgs)
0
1024
by: Paul | last post by:
Hi all, I have a simple custom control with a label and a text box. The text control's value is persisting when I do a post back, so the view state is working, but I cannot access the value in the code. Is there anything different I have to do to expose the value of the text box? testControl.Text returns the unchanged original value, not the new value.
4
4245
by: archana | last post by:
Hi all, i am having one user control. what i want is to add javascript which will gets called on button click of user control. but user control is not working if i add javascript in user control.. but if i add javascript in page in which i am adding user control then that javascript is executed properly. i tested by displaying alert message in javascript. can anyone tell
0
9715
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
10603
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
10353
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
10356
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
10099
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...
0
9176
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6869
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
4314
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
3836
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.