473,783 Members | 2,574 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Why does detail section scroll behind header?

In Access2003 and XP.
My forms detail section hides behind the header when I scroll down to
see controls off screen.
This is similar to freezing a pane in Excel. I'd rather this did not
happen but can't find the property that controls this.
When the form first opens some of the controls are behind the header
and scrolling is required to see them.
Help, thanks, RICK

Feb 20 '06 #1
4 5934
to make sure that the form opens with the "top" of the Detail section
showing, here's what i usually do: add an unbound textbox control at the
very top of the section, i call it txtTabStop. set the *label's* Visible
property to No. set the control's BorderStyle and BackStyle properties to
Transparent, Height and Width properties to zero (0), Locked property to
Yes, and TabIndex property to zero (0). now the form will open to the top of
the Detail section. alternately, if you don't want the user to have to tab
through the txtTabStop control, you can set the properties as described
above, and also set the TabStop property to No. in the form's Current event
procedure, add the following code, as

Me!txtTabStop.S etFocus
Me!ControlName. SetFocus

replace ControlName with the name of the first control you want the user to
"land on", as he/she moves from record to record.

to have the controls in the form's Header section "scroll out of sight" as
you scroll down the form, you'll have to move the controls out of the Header
section and into the Detail section. there is no "freeze/unfreeze"
property - the Header section is fixed at the top of the form, and that's
that.

hth
"2D Rick" <rb*******@comp userve.com> wrote in message
news:11******** *************@f 14g2000cwb.goog legroups.com...
In Access2003 and XP.
My forms detail section hides behind the header when I scroll down to
see controls off screen.
This is similar to freezing a pane in Excel. I'd rather this did not
happen but can't find the property that controls this.
When the form first opens some of the controls are behind the header
and scrolling is required to see them.
Help, thanks, RICK

Feb 20 '06 #2

"2D Rick" <rb*******@comp userve.com> wrote in message
news:11******** *************@f 14g2000cwb.goog legroups.com...
In Access2003 and XP.
My forms detail section hides behind the header when I scroll down to
see controls off screen.
This is similar to freezing a pane in Excel. I'd rather this did not
happen but can't find the property that controls this.
When the form first opens some of the controls are behind the header
and scrolling is required to see them.
Help, thanks, RICK


Hi Rick

The form header always stays in the same position when scrolling the detail
section. If your controls are hidden here's a few things to look at.
1) In design view reduce the size on the form footer. This will make the
detail section have more screen room and reduces the amount of scrolling
needed.
2) Also in design view reduce the size of the detail section if possible. If
you have too many controls on the detail section you may not be able to do
this. Moving the controls around into different locations would help but
you've placed those controls there for a reason so moving them may not be
feasible.
3) If you can move all the controls around so that they all fit on the
screen, turn off the scroll bars for the form.
4) Set the tab order so that the first upper most control has the focus when
you open the form.
5) Change the screen resolution. This is not a very good solution but you'll
be surprised have mush more screen room you have when you change from 800 X
600 to 1024 X 768. If your screen resolution, or the screen resolution on
the target pc, is a certain size, develop at that resolution.

HTH
Jeff
Feb 20 '06 #3
Thanks for the reply
RICK

Feb 21 '06 #4
Thanks for the reply
RICK

Feb 21 '06 #5

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

Similar topics

2
5061
by: Salad | last post by:
Is there a way to determine which section of a form a control is located in code....besides using the tag property?
2
3386
by: Ross Hamilton | last post by:
Can anyone help me with this small problem. I have a report that is divided into 3 Columns using the page setup, It displays the report fields in 3 separate columns (Desc & Pg Num) but it only displays the Page Header on the first column. Any thoughts?? regards,
3
7458
by: kmacon | last post by:
I have a form that contains a command button. The command button's OnClick event builds a report using the CreateReport and CreateReportControl functions and then opens the main report. I set the OnFormat property of the detail section in the subreport to a function which is located in a standard module. I am not able to access the subreport nor it's controls in the module. I need to hide a text box in the subreport if there is no...
0
1715
by: Arnold | last post by:
Hi Everyone; In a report, I've essentially recreated a paper sheet by adding various labels--name, date, problem, year, Progress Notes, etc.--and horizontal lines (people have traditionally written notes). I made all of these in the Page Header section. By the way, this is a report form to track the daily progress of students. --Report Header--none. --Grouping section--yes. The report form has a StudentID Header, which
4
2931
by: LF | last post by:
Hello, I have a database with a table of projects and a table of tasks (each project can have multiple tasks). I have a report that has a group header for the project name, etc., and then the tasks appear in the Detail section. Is it possible to have the project information in the group header show up on the report even if there are no tasks (i.e., no records in the Detail) for that project? How would I do that?
1
4515
by: fixedpower | last post by:
I have an Access 2000 DB for a financial company. I have the table structure completed, but I am having trouble with the report. Basically, I have a Client tbl, a StockShares tbl, and a StockOptions tbl. One client can have many types of StockShares and StockOptions. I need to detail the StockShares and StockOptions on one page. The hierarchy should look like this: CLIENT NAME StockShares
2
2504
by: tbee | last post by:
I have a multicolumn report with one group header section. The header has "new col or row before and after" to make sure the header always starts on a new line. Basically I have two problems: 1. the minor problem: the header section is as wide as the detail. This is survivable, but when a "before and after" is set, the section always has room to span the page. Is there a trick to achieve this? If I would use "page before" then I could use...
1
4246
by: abprules | last post by:
I am trying to tab from my header to my detail section in a form that includes a tabcontrol form. It is not working. Can anybody suggest something. I have tried the following: Add a text box to the header section, make it last in the tab order of that section, and set these properties: Name: txtTransferToDetail Visible: Yes
1
2823
by: peterkennett | last post by:
OK, I’m new to all this, so forgive me if I missed some easy answer to this problem! I have a report, which is actually going to be a letter. I had no problem adding my return address, salutation and top two paragraphs in the HEADER section. I also have no problem with the DETAIL section printing out the few records I need to show. But now I want to add a closing paragraph immediately after the DETAIL section. I tried to add it in the FOOTER...
0
9480
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10315
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...
1
10083
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
8968
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...
1
7494
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
5511
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4044
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
3645
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2877
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.