{UNSOLVED}失去焦点时保持表单最大化 - 在完整视图中打开表单 [英] {UNSOLVED} Keep form maximised when lost focus - Open a form in full view

查看:71
本文介绍了{UNSOLVED}失去焦点时保持表单最大化 - 在完整视图中打开表单的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何以完整的方式打开我拥有的所有表格并让它保持这种状态。


我应该说我有一个用户界面,用户可以从一个表单中获取到另一个。

我在我的加载事件中尝试使用以下代码并且它没有做我想要的事情


Private Sub Form_Load()

''DoCmd.Maximize


Me.InsideHeight = 10000

Me.InsideWidth = 15100


结束子


我希望表格能够全部显示,当我通过另一种形式回到它时,我仍然希望它在全视图中。


谢谢

解决方案


如何以完整的方式打开我拥有的所有表格让它保持这种状态。


我应该说我有一个用户界面,用户可以从一种形式到另一种形式。

我在我的加载事件中尝试使用以下代码并且它没有做我想要的事情


Private Sub Form_Load()

''DoCmd.Maximize


Me.InsideHeight = 10000

Me.InsideWidth = 15100


结束子


我希望表格能够全部显示,当我通过另一种形式回到它时,我仍然希望它在全视图中。


谢谢



如果你使用

展开 | 选择 | Wrap | 行号

<集团kquote class =post_quotes>
如果你使用

展开 | 选择 | Wrap | 行号


这本来很有趣以前要知道。

这意味着你在其他地方没有最大化。

在Access中,就像在大多数Office应用程序中一样,如果你Max或unMax它会影响一个窗口它们全部。

如果你想在每次选择它时重新MAXIMIZE那么你需要添加

展开 | 选择 | Wrap | 行号


how can i open all the forms I have in full way and have it stay that way.

I should say that I have a user interface and user can nevigate from one form to another.
I have tried using the following code in my load event and it doen''t do what I want

Private Sub Form_Load()
''DoCmd.Maximize

Me.InsideHeight = 10000
Me.InsideWidth = 15100

End Sub

I want the forms to be in full view, and when I caome back to it via aother form I still want it to be in full view.

Thanks

解决方案

how can i open all the forms I have in full way and have it stay that way.

I should say that I have a user interface and user can nevigate from one form to another.
I have tried using the following code in my load event and it doen''t do what I want

Private Sub Form_Load()
''DoCmd.Maximize

Me.InsideHeight = 10000
Me.InsideWidth = 15100

End Sub

I want the forms to be in full view, and when I caome back to it via aother form I still want it to be in full view.

Thanks

If you use

Expand|Select|Wrap|Line Numbers


If you use

Expand|Select|Wrap|Line Numbers


That would have been interesting to know before.
What it means is that you are un-maximising elsewhere.
In Access, as in most Office applications, if you Max or unMax one window it affects them all.
If you want it to RE-MAXIMISE every time you select it then you will need to add

Expand|Select|Wrap|Line Numbers


这篇关于{UNSOLVED}失去焦点时保持表单最大化 - 在完整视图中打开表单的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆