vba 可移动表单上的 MS Access/在其自己的窗口中拥有一个表单,不受应用程序的限制
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/11145293/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
MS Access on moveable forms / Having a form in it's own window not constrained to the application
提问by Scotch
I have a question that should be quick and easy for you guys to answer. My application has ~25 forms that by default are in their own windows and not constrained to the ms access tabs. One particular form I made is opened in a tab view, stuck to the ms access window. What property (or necessary code on the form load/open event) is necessary to have this form as a seperate window, not stuck to ms access (and preferably with the minimize/maximize buttons at the top right. Here are my properties:
我有一个问题,你们应该可以快速轻松地回答。我的应用程序有大约 25 个表单,默认情况下它们位于自己的窗口中,不受 ms 访问选项卡的限制。我制作的一个特定表单在选项卡视图中打开,并粘在 ms 访问窗口中。需要什么属性(或表单加载/打开事件上的必要代码)才能将此表单作为单独的窗口,而不是坚持 ms 访问(最好使用右上角的最小化/最大化按钮。这是我的属性:
I will also note that it doesn't allow me to change the 'moveable' option to yes. It is a pain when all of my other forms open in a seperate window and this one is hiding attached to MS Access.
我还会注意到它不允许我将“可移动”选项更改为“是”。当我的所有其他表单在单独的窗口中打开并且这个隐藏附加到 MS Access 时,这是一种痛苦。
回答by Benjamin Gale
If I understand you correctly you want the pop up
property which is found on the other
tab.
如果我理解正确,您需要pop up
在other
选项卡上找到的属性。
回答by Kristian
Thanks worked for me for my Access 2007 database. Interestingly on a different Access 2003 format database (opened in Access 2007) I was comparing it to , moveable is set to yes and 'Pop Up' is set to no, but the window is detached.
感谢为我的 Access 2007 数据库工作。有趣的是,在不同的 Access 2003 格式数据库(在 Access 2007 中打开)上,我将它与 进行了比较,可移动设置为是,“弹出”设置为否,但窗口已分离。
Thanks
谢谢
Kristian
克里斯蒂安