473,769 Members | 7,923 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

tiling two objects vertically

Hi everyone,

I have a main menu that opens a report and a form that I would like to
display at the same time (while hiding the main menu).

So far, I made the form a pop-up and the report a preview so that both are
visible. The form is really small so it works.

However, it would be much better if I could tile the report and the form
vertically where the form takes up about 5cm and the report the rest of the
screen.

I have been trying for a while, but can't find a solution.

Thank you for reading this, it would be cool to hear if anyone has an idea

Nicolaas


---
Please immediately let us know (by phone or return email) if (a) this email
contains a virus
(b) you are not the intended recipient
(c) you consider this email to be spam.
We have done our utmost to make sure that
none of the above are applicable. THANK YOU
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.687 / Virus Database: 448 - Release Date: 16/05/2004
Nov 12 '05 #1
16 2656
WindAndWaves wrote:
Hi everyone,

I have a main menu that opens a report and a form that I would like to
display at the same time (while hiding the main menu).

So far, I made the form a pop-up and the report a preview so that
both are visible. The form is really small so it works.

However, it would be much better if I could tile the report and the
form vertically where the form takes up about 5cm and the report the
rest of the screen.

I have been trying for a while, but can't find a solution.

Thank you for reading this, it would be cool to hear if anyone has an
idea

Nicolaas


Perhaps embed the Report in the Form as a sub form/report?
--
regards,

Bradley
Nov 12 '05 #2
Thanks Bradley

I tried that, but it seems that only reports can be embedded as subreports
and forms only as subforms. We are mixing here, that is a subreport in a
form does not work

I think I need to set the size of each window or something like that, but I
am not sure how.


"Bradley" <br*****@REMOVE THIScomcen.com. au> wrote in message
news:BA******** **********@news-server.bigpond. net.au...
WindAndWaves wrote:
Hi everyone,

I have a main menu that opens a report and a form that I would like to
display at the same time (while hiding the main menu).

So far, I made the form a pop-up and the report a preview so that
both are visible. The form is really small so it works.

However, it would be much better if I could tile the report and the
form vertically where the form takes up about 5cm and the report the
rest of the screen.

I have been trying for a while, but can't find a solution.

Thank you for reading this, it would be cool to hear if anyone has an
idea

Nicolaas


Perhaps embed the Report in the Form as a sub form/report?
--
regards,

Bradley

---
Please immediately let us know (by phone or return email) if (a) this email
contains a virus
(b) you are not the intended recipient
(c) you consider this email to be spam.
We have done our utmost to make sure that
none of the above are applicable. THANK YOU
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.687 / Virus Database: 448 - Release Date: 16/05/2004
Nov 12 '05 #3
WindAndWaves wrote:
Thanks Bradley

I tried that, but it seems that only reports can be embedded as
subreports and forms only as subforms. We are mixing here, that is a
subreport in a form does not work

I think I need to set the size of each window or something like that,
but I am not sure how.
Hmm, ok.

The next question I have is "why?". Why do you need both open at once?
Can't you put the control of your form on the report? (Haven't tried it
myself:)

You can manually size them and press Ctrl-S to save the position (if
they are not dialogs/modal/etc)....?

Bradley
"Bradley" <br*****@REMOVE THIScomcen.com. au> wrote in message
news:BA******** **********@news-server.bigpond. net.au...
WindAndWaves wrote:
Hi everyone,

I have a main menu that opens a report and a form that I would like
to display at the same time (while hiding the main menu).

So far, I made the form a pop-up and the report a preview so that
both are visible. The form is really small so it works.

However, it would be much better if I could tile the report and the
form vertically where the form takes up about 5cm and the report the
rest of the screen.

I have been trying for a while, but can't find a solution.

Thank you for reading this, it would be cool to hear if anyone has
an idea

Nicolaas


Perhaps embed the Report in the Form as a sub form/report?
--
regards,

Bradley

---
Please immediately let us know (by phone or return email) if (a) this
email contains a virus
(b) you are not the intended recipient
(c) you consider this email to be spam.
We have done our utmost to make sure that
none of the above are applicable. THANK YOU
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.687 / Virus Database: 448 - Release Date: 16/05/2004


--
regards,

Bradley
Nov 12 '05 #4
Bradley wrote:
WindAndWaves wrote:
Thanks Bradley

I tried that, but it seems that only reports can be embedded as
subreports and forms only as subforms. We are mixing here, that is a
subreport in a form does not work

I think I need to set the size of each window or something like that,
but I am not sure how.

Hmm, ok.

The next question I have is "why?". Why do you need both open at once?
Can't you put the control of your form on the report? (Haven't tried it
myself:)


A fruitless question. Why someone wants to do something is irrelevent.

You can manually size them and press Ctrl-S to save the position (if
they are not dialogs/modal/etc)....?

Bradley

"Bradley" <br*****@REMOVE THIScomcen.com. au> wrote in message
news:BA****** ************@ne ws-server.bigpond. net.au...
WindAndWav es wrote:

Hi everyone,

I have a main menu that opens a report and a form that I would like
to display at the same time (while hiding the main menu).

So far, I made the form a pop-up and the report a preview so that
both are visible. The form is really small so it works.

However, it would be much better if I could tile the report and the
form vertically where the form takes up about 5cm and the report the
rest of the screen.

I have been trying for a while, but can't find a solution.

Thank you for reading this, it would be cool to hear if anyone has
an idea

Nicolaas

Perhaps embed the Report in the Form as a sub form/report?
--
regards,

Bradley

---
Please immediately let us know (by phone or return email) if (a) this
email contains a virus
(b) you are not the intended recipient
(c) you consider this email to be spam.
We have done our utmost to make sure that
none of the above are applicable. THANK YOU
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.687 / Virus Database: 448 - Release Date: 16/05/2004



Nov 12 '05 #5
WindAndWaves wrote:
Hi everyone,

I have a main menu that opens a report and a form that I would like to
display at the same time (while hiding the main menu).

So far, I made the form a pop-up and the report a preview so that both are
visible. The form is really small so it works.

However, it would be much better if I could tile the report and the form
vertically where the form takes up about 5cm and the report the rest of the
screen.

I have been trying for a while, but can't find a solution.

Thank you for reading this, it would be cool to hear if anyone has an idea

Nicolaas


Maybe the RunCommand will work. Ex:
Docmd.Runcomman d acCmdTileVertic ally

As far as sizing it, you're on your own.

Nov 12 '05 #6
Bri
Nicolaas,

In the OnOpen Event of the form and report use
DoCmd.MoveSize [right][, down][, width][, height] (in Twips, 1440/inch)
See the Help for more info.

Bri

WindAndWaves wrote:
Hi everyone,

I have a main menu that opens a report and a form that I would like to
display at the same time (while hiding the main menu).

So far, I made the form a pop-up and the report a preview so that both are
visible. The form is really small so it works.

However, it would be much better if I could tile the report and the form
vertically where the form takes up about 5cm and the report the rest of the
screen.

I have been trying for a while, but can't find a solution.

Thank you for reading this, it would be cool to hear if anyone has an idea

Nicolaas


---
Please immediately let us know (by phone or return email) if (a) this email
contains a virus
(b) you are not the intended recipient
(c) you consider this email to be spam.
We have done our utmost to make sure that
none of the above are applicable. THANK YOU
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.687 / Virus Database: 448 - Release Date: 16/05/2004

Nov 12 '05 #7
Hi Bri

I think this may be a good idea.

Also, Bradley and salad, the reason why I would like to do it is because the
report shows the booking information (for the restaurant) and the form
allows the person to make the booking.

I can't make the report into a form, because the report is perfect and vice
versa.

Asking why may help though because it allow you to think of other ways to
solve the actual problem. THat is, my problem is to let the waiter make a
booking while seeing the other bookings.. rather than displaying two at the
same time (that is just a solution really).
"Bri" <no*@here.com > wrote in message news:1CSqc.5391 52$Ig.55968@pd7 tw2no...
Nicolaas,

In the OnOpen Event of the form and report use
DoCmd.MoveSize [right][, down][, width][, height] (in Twips, 1440/inch)
See the Help for more info.

Bri

WindAndWaves wrote:
Hi everyone,

I have a main menu that opens a report and a form that I would like to
display at the same time (while hiding the main menu).

So far, I made the form a pop-up and the report a preview so that both are visible. The form is really small so it works.

However, it would be much better if I could tile the report and the form
vertically where the form takes up about 5cm and the report the rest of the screen.

I have been trying for a while, but can't find a solution.

Thank you for reading this, it would be cool to hear if anyone has an idea
Nicolaas


---
Please immediately let us know (by phone or return email) if (a) this email contains a virus
(b) you are not the intended recipient
(c) you consider this email to be spam.
We have done our utmost to make sure that
none of the above are applicable. THANK YOU
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.687 / Virus Database: 448 - Release Date: 16/05/2004


---
Please immediately let us know (by phone or return email) if (a) this email
contains a virus
(b) you are not the intended recipient
(c) you consider this email to be spam.
We have done our utmost to make sure that
none of the above are applicable. THANK YOU
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.687 / Virus Database: 448 - Release Date: 16/05/2004
Nov 12 '05 #8
Salad wrote:
Bradley wrote:
WindAndWaves wrote:
Thanks Bradley

I tried that, but it seems that only reports can be embedded as
subreports and forms only as subforms. We are mixing here, that is
a subreport in a form does not work

I think I need to set the size of each window or something like
that, but I am not sure how.

Hmm, ok.

The next question I have is "why?". Why do you need both open at
once? Can't you put the control of your form on the report? (Haven't
tried it myself:)


A fruitless question. Why someone wants to do something is
irrelevent.


Not at all! Knowing why allows you to determine if there is a better way
of doing it. You must always understand why a client needs something.
It's an important part of the analysis.

<snip>
--
regards,

Bradley
Nov 12 '05 #9
WindAndWaves wrote:
Hi Bri

I think this may be a good idea.

Also, Bradley and salad, the reason why I would like to do it is
because the report shows the booking information (for the restaurant)
and the form allows the person to make the booking.
Surely this information can be represented in a form?
I can't make the report into a form, because the report is perfect
and vice versa.
Please explain what you mean by "perfect"? :) What prevents the
information being communicated on a form? (either in a similar format of
in a different way).
Asking why may help though because it allow you to think of other
ways to solve the actual problem. THat is, my problem is to let the
waiter make a booking while seeing the other bookings.. rather than
displaying two at the same time (that is just a solution really).
That was my reason for asking. I's sure a form based solution can be
used for this.

Bradley
"Bri" <no*@here.com > wrote in message
news:1CSqc.5391 52$Ig.55968@pd7 tw2no...
Nicolaas,

In the OnOpen Event of the form and report use
DoCmd.MoveSize [right][, down][, width][, height] (in Twips,
1440/inch) See the Help for more info.

Bri

WindAndWaves wrote:
Hi everyone,

I have a main menu that opens a report and a form that I would like
to display at the same time (while hiding the main menu).

So far, I made the form a pop-up and the report a preview so that
both are visible. The form is really small so it works.

However, it would be much better if I could tile the report and the
form vertically where the form takes up about 5cm and the report
the rest of the screen.

I have been trying for a while, but can't find a solution.

Thank you for reading this, it would be cool to hear if anyone has
an idea

Nicolaas


---
Please immediately let us know (by phone or return email) if (a)
this email contains a virus
(b) you are not the intended recipient
(c) you consider this email to be spam.
We have done our utmost to make sure that
none of the above are applicable. THANK YOU
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.687 / Virus Database: 448 - Release Date: 16/05/2004


---
Please immediately let us know (by phone or return email) if (a) this
email contains a virus
(b) you are not the intended recipient
(c) you consider this email to be spam.
We have done our utmost to make sure that
none of the above are applicable. THANK YOU
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.687 / Virus Database: 448 - Release Date: 16/05/2004


--
regards,

Bradley
Nov 12 '05 #10

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

Similar topics

19
5744
by: George Ziniewicz | last post by:
.. I try to use CSS when possible, though I am still learning and don't maximize its use. In particular, I still use a table to provide for a centered image in a few slideshows (though table vertical align doesn't work in Mozilla): http://zintel.com/homepics.html I've used combinations of <center>, style align 'center', table cell align, valign and height='100%' to get what I want, but I wonder if CSS can do it by itself.
27
9255
by: FL | last post by:
Hi Everyone, I know howto center a block using margin-left: auto ; margin-right: auto ; but I'm trying to center vertically a box, any idea to solve this?
0
1088
by: Jim Hubbard | last post by:
By true tiling I do not mean the Vertical tiling or horizontal tiling like .... 1 2 3 4 or
8
3774
by: Ron Holmes | last post by:
I want to place a background image on a windows form. Is there a way to prevent the image from Tiling without using an image box resized to the size of the form? I am using Visual Studio 2003 .NET. This is an easy thing to do in VB6.
1
958
by: Jim Hubbard | last post by:
By true tiling I don't mean the vertical or horizontal tiling that is normally though of like... 123 or 1 2 3
3
9396
by: Sridhar | last post by:
Hi, I have created a user control which has the html code as follows <TABLE id="ToolBarTable" cellSpacing="0" cellPadding="0" width="100%" border="0"> <tr> <td align="right" bgColor="#000000"><IMG src="../Images/image1"> </td> </tr> <TR>
3
3243
by: Viken Karaguesian | last post by:
Hello all, I need somehelp with background tiling. I have a sneaking suspicion that what I want to do is not possible, but I'll ask anyway. :>) First some background: Here's the site in question: www.sayatnova.com (I'm sure many of you have seen this before as I've often asked for help). I've come a long way since I first created the site many moons ago and I'm trying to convert it to a (1) Table-less, (2) Frame-less and (3) Validated...
5
5043
by: Peter Lapic | last post by:
I have to create a image web service that when it receives an imageid parameter it will return a gif image from a file that has been stored on the server. The client will be an asp.net web page that calls the web service to render a vertical strip of images. After doing some research I am unable to find some vb.net code that can assist in what I want to achieve. The closest thing I found was
0
1247
by: kirby.urner | last post by:
Probably a fault line or cultural divide between acutely differing schools of thought, is in this area of tiling or mosaic making. Some schools consider this a stupid waste of time, others a core topic, whereas a 3rd group stays more neutral on the issue, and a tiny 4th group has no idea what I'm talking about. I'm in the second group (core topic) as tiling is to spacefilling as figurate are to polyhedral numbers. We may start in a...
0
9589
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
9423
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
10049
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...
0
9865
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
8873
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
7413
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
6675
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();...
0
5310
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5448
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.