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

Full screen forms

Hi

I have created a database where I made the forms appear full screen
through courtesy of this group. But I have a problem when I click a
command button for a report or a query. How do I make a report or query
to be on top of the Form.

Thanks

MaCh

Sep 11 '06 #1
5 3714
Each Form has a Header and Footer as well as the body.

Use the header or footer to store your command buttons.

"King" <pi*******@gmail.comwrote in message
news:11**********************@b28g2000cwb.googlegr oups.com...
Hi

I have created a database where I made the forms appear full screen
through courtesy of this group. But I have a problem when I click a
command button for a report or a query. How do I make a report or query
to be on top of the Form.

Thanks

MaCh

Sep 11 '06 #2
Hi Michael

Thanks for the reply.

But I didn;t get what exactly you mean by storing command buttons.

I have created a form where I have 10 command buttons for 10 queries
and another form with 8 command buttons to open 8 reports.
Michael Kintner wrote:
Each Form has a Header and Footer as well as the body.

Use the header or footer to store your command buttons.

"King" <pi*******@gmail.comwrote in message
news:11**********************@b28g2000cwb.googlegr oups.com...
Hi

I have created a database where I made the forms appear full screen
through courtesy of this group. But I have a problem when I click a
command button for a report or a query. How do I make a report or query
to be on top of the Form.

Thanks

MaCh
Sep 11 '06 #3
Sounds a little "busy" on your menu forms. What happens when you need to
add another report? Look at using a listbox to select the desired report,
then 1 cmd button to preview/print it. To answer your original question,
when a form/report is set to Pop-up = True, then they will always be on top.
-Ed

"King" <pi*******@gmail.comwrote in message
news:11**********************@p79g2000cwp.googlegr oups.com...
Hi Michael

Thanks for the reply.

But I didn;t get what exactly you mean by storing command buttons.

I have created a form where I have 10 command buttons for 10 queries
and another form with 8 command buttons to open 8 reports.
Michael Kintner wrote:
>Each Form has a Header and Footer as well as the body.

Use the header or footer to store your command buttons.

"King" <pi*******@gmail.comwrote in message
news:11**********************@b28g2000cwb.googleg roups.com...
Hi

I have created a database where I made the forms appear full screen
through courtesy of this group. But I have a problem when I click a
command button for a report or a query. How do I make a report or query
to be on top of the Form.

Thanks

MaCh

Sep 11 '06 #4
Hi Ed

Thanks for the recommendation of list box as it sounds great.

How do create a list box to show the reports. I am unaware of it. I am
ony aware of list box and combo box in which the values are selected
from tables or queries.

Appreciate your time and help.

Thanks

Ed Robichaud wrote:
Sounds a little "busy" on your menu forms. What happens when you need to
add another report? Look at using a listbox to select the desired report,
then 1 cmd button to preview/print it. To answer your original question,
when a form/report is set to Pop-up = True, then they will always be on top.
-Ed

"King" <pi*******@gmail.comwrote in message
news:11**********************@p79g2000cwp.googlegr oups.com...
Hi Michael

Thanks for the reply.

But I didn;t get what exactly you mean by storing command buttons.

I have created a form where I have 10 command buttons for 10 queries
and another form with 8 command buttons to open 8 reports.
Michael Kintner wrote:
Each Form has a Header and Footer as well as the body.

Use the header or footer to store your command buttons.

"King" <pi*******@gmail.comwrote in message
news:11**********************@b28g2000cwb.googlegr oups.com...
Hi

I have created a database where I made the forms appear full screen
through courtesy of this group. But I have a problem when I click a
command button for a report or a query. How do I make a report or query
to be on top of the Form.

Thanks

MaCh
Sep 12 '06 #5
You would load your listbox with the table MSysObject, filtered to only show
reports (type = "-32764" ). To view the system/hidden tables, use the
"Tools" menu, "Options", "View" tab.
-Ed
"King" <pi*******@gmail.comwrote in message
news:11**********************@e63g2000cwd.googlegr oups.com...
Hi Ed

Thanks for the recommendation of list box as it sounds great.

How do create a list box to show the reports. I am unaware of it. I am
ony aware of list box and combo box in which the values are selected
from tables or queries.

Appreciate your time and help.

Thanks

Ed Robichaud wrote:
>Sounds a little "busy" on your menu forms. What happens when you need to
add another report? Look at using a listbox to select the desired
report,
then 1 cmd button to preview/print it. To answer your original question,
when a form/report is set to Pop-up = True, then they will always be on
top.
-Ed

"King" <pi*******@gmail.comwrote in message
news:11**********************@p79g2000cwp.googleg roups.com...
Hi Michael

Thanks for the reply.

But I didn;t get what exactly you mean by storing command buttons.

I have created a form where I have 10 command buttons for 10 queries
and another form with 8 command buttons to open 8 reports.
Michael Kintner wrote:
Each Form has a Header and Footer as well as the body.

Use the header or footer to store your command buttons.

"King" <pi*******@gmail.comwrote in message
news:11**********************@b28g2000cwb.googleg roups.com...
Hi

I have created a database where I made the forms appear full screen
through courtesy of this group. But I have a problem when I click a
command button for a report or a query. How do I make a report or
query
to be on top of the Form.

Thanks

MaCh


Sep 12 '06 #6

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

Similar topics

2
by: Larry R Harrison Jr | last post by:
I have pull-down menus in javascript and I have the code for opening a link in a new window. But I want it to open a full-sized window. I can't figure out the syntax. What I have so far: ...
6
by: Tony Liu | last post by:
Hi, when switched to the full screen mode in VS.NET IDE, is there any way to hide the main menu bar? Thanks Tony
16
by: Naveen Mukkelli | last post by:
Hi, How can we run the app on full-screen. I mean all the controls such as, text boxes, data grids on the form would also be resized or re-located automatically when we press maximize button...
1
by: Angus Lepper | last post by:
I'm writing a stock ticker for a stock market simulation, and can load the data into the xmlreader in the first place, but can't figure out how to refresh/update the data in it. Any ideas? Code:...
15
by: iwdu15 | last post by:
hi, is there anyway i can make my windows form to be full screen? thanks
0
by: Franklin M. Gauer III | last post by:
Hi, We have an application running that uses FULL SCREEN ANCHORING in Windows Forms. The application runs fine on all of our desktops and some laptops. We are having problems with certain Dell...
1
by: Jon Vaughan | last post by:
Im writting an app that uses full screen forms ( borderless ) and I find that when I go from one form to another the contents of the forms are getting render together , as in you can see part of...
11
by: Richard | last post by:
Dear All, Does someone have a clue as to how you can get a form to show show itself "Full Screen"? Without Taskbar just a Form. Like Internet Explore if you press F11? Really need a solution...
1
by: Allen | last post by:
How to force System.Windows.Forms.Screen.AllScreens to update when attaching an additional monitor? Form1 is Loaded and runs the following upon detection of additional monitor: Dim Screens()...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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: 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...

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.