473,569 Members | 2,472 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Form minimizes

Thanks for last response.

Same database ...... have a form and a subform. On the subform I have a
button which opens another form to give info as to input. When I return to
main form and subform the entire form is distorted and shrunk in size. To
return it to proper size need to put it into design view and maximise it.
Any thoughts?

Regards
Nov 13 '05 #1
1 1851
"Brian Keanie" wrote in
... have a form and a subform. On the
subform I have a button which opens
another form to give info as to input.
When I return to main form and subform
the entire form is distorted and shrunk in
size. To return it to proper size need to
put it into design view and maximise it.
Any thoughts?


Copy and paste the DoCmd.OpenForm statement used to open the other Form.
Also, check the Open and Load events for statements that Maximize or Restore
the Form.

Unless you have opened the data entry Form as Dialog, whatever choice you
make for it (e.g., Restore or Maximize) will apply to all the other Forms
that are Open, as well -- that's the way Access works. However, clicking on
the Maximize button in the top bar of the original Form, once you are back
there, should maximize it -- that's the button that looks like a box with a
slightly heavier top line. You shouldn't have to go into Design view to do
so.

If you have suppressed the display of those buttons because you think the
user "ought to" view the Form in a particular mode, I'd caution that "the
Windows Way" is that the user owns his/her own desktop and should be allowed
to size/resize objects thereon to his/her own wishes. You are likely to have
a much happier user audience if you don't force your own wishes on them.

Larry Linson
Microsoft Access MVP
Nov 13 '05 #2

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

Similar topics

0
1201
by: TP-Software | last post by:
Hi, I have a ChatFormCollection class which holds a collection of the class ChatForm which inherits from Form. MainForm has an instance of ChatFormCollection. When a ChatForm instance is created it is added to the ChatFormCollection of MainForm. this.parent.ChatForms.Add(this);
6
2129
by: allyn44 | last post by:
HI--what I am trying to do is 2 things: 1. Open a form in either data entry mode or edit mode depending on what task the user is performing 2. Cancel events tied to fields on the form if I am in edit mode. The reason I want to do this is becasue when entering a new record the form is entered in data entry mode and I have lots of stuff...
2
7882
by: Dave Booker | last post by:
I have a Windows form application that I generally run minimized. When a critical event occurs it instantiates another "Alert" form which I want to grab the user focus. In the Alert constructor I call both this.Show() and this.Activate(), but if the parent application is minimized then the Alert form will also stay minimized (and just...
3
1825
by: Brian Patterson | last post by:
I have an application with a main form (FormA). This form is borderless because we have a lot of skin action going on. The form creates and displays a second form (FormB) via formB.Show(). When we minimize FormA it also minimizes FormB. Is there any way to prevent this? I have played around with CreateParams with no luck. TIA! Brian
2
4081
by: Jim Madsen | last post by:
OK--Beginner question-- I have a project with one form -- Form1. To change the text, why can't I use "Form1.Text = something"? Instead I have to use "Form1.ActiveForm.Text = Something". As an exercise, I rewrote a timer app that I wrote in VB 5.0. You set the time, and when it runs, it minimizes until the time is up, and then pops back...
3
2611
by: Dave S | last post by:
Hello Everyone, I have a form in a multi-user database that flashes when the form is opened. This is a failr involved form that contains header information along with a continous subform. Below are a few details of the issue that I think might be relavent. - I am using Access 2003 - This only occurs on certain user's computers - The...
3
3320
by: bobdydd | last post by:
Hi Everybody Does anyone know the code for the following: A Command button Clickevent Make Form into Popup form Minimize the database container Be able to move the form around the desktop with the Form minimized End Sub
3
1904
by: qazplm114477 | last post by:
Hi, I'm having a tiny problem. I have just started playing around with visual basic a week ago so im fairly new at this. I created a method that saves changes when you click a button, once the button is clicked a message box pops up with a yes/no option. whenever i click any of those buttons the entire window minimizes. Theres no problem with the...
6
5565
by: postman | last post by:
I have an application that minimizes the Access application window and displays a pop-up modal form. The Application window is minimized with this command in the form's Load event. DoCmd.RunCommand acCmdAppMinimize When opening the file, the form/application retains focus and appears on top after the application window minimizes. But...
0
7926
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. ...
0
8138
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...
1
7679
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...
0
7983
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...
1
5514
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...
0
3657
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...
1
2117
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
1
1228
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
946
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...

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.