隐藏数据库窗口 [英] Hide the database window

查看:78
本文介绍了隐藏数据库窗口的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,


如何隐藏数据库窗口。这样做的原因是有时候必须手动向表中添加数据。我有一个

完全交互式菜单系统,你可以从中显示''数据库

窗口'',你需要按下来显示数据库的按钮

窗口打开一个小模态表单,其中有一个按钮将返回

你到菜单系统,但我也希望它关闭数据库

窗口!


希望我已经清楚了。


TIA

Hi People,

How do you go about hiding the database window. The reason for doing
this is that sometimes have to manually add data to tables. I have a
fully interatctive menu system from which you can show the ''database
window'', the same button that you have to press to show the database
window opens a small modal form which has one button which will return
you to the menu system, but I also want it to close the database
window!

Hope that I have made myself clear.

TIA

推荐答案

" Nick''数据库Guy''" < ni *********** @ eads.comwrote in message

news:11 ******************* **@h48g2000cwc.googlegro ups.com ...
"Nick ''The database Guy''" <ni***********@eads.comwrote in message
news:11*********************@h48g2000cwc.googlegro ups.com...

嗨人,


你如何隐藏数据库窗口。这样做的原因是有时候必须手动向表中添加数据。我有一个

完全交互式菜单系统,你可以从中显示''数据库

窗口'',你需要按下来显示数据库的按钮

窗口打开一个小模态表单,其中有一个按钮将返回

你到菜单系统,但我也希望它关闭数据库

窗口!


希望我已经清楚了。


TIA
Hi People,

How do you go about hiding the database window. The reason for doing
this is that sometimes have to manually add data to tables. I have a
fully interatctive menu system from which you can show the ''database
window'', the same button that you have to press to show the database
window opens a small modal form which has one button which will return
you to the menu system, but I also want it to close the database
window!

Hope that I have made myself clear.

TIA



你有没有设置启动选项?


基思。
www.keithwilby.com


您是在谈论在代码中显示和隐藏它吗?我有这个旧的

报价对我有用:


---由Dev Ashish发布---


一般:从代码显示/隐藏数据库窗口


您可以通过选择显示

数据库窗口来隐藏数据库容器窗口。工具菜单/启动下的选项。但是,如果您需要

以后按需显示或隐藏窗口,您可以使用

这些方式之一。

显示数据库窗口,运行

Docmd.SelectObject acTable ,,,


要隐藏数据库窗口,请运行

Docmd.SelectObject acTable ,,,

Docmd.RunCommand acCmdWindowHide


HTH


Jan

Nick ''数据库Guy''写道:
Are you talking about showing and hiding it in code? I have this old
quote that works for me:

---Posted by Dev Ashish---

General: Show/Hide database window from code

You can hide the database container window by selecting the "Display
Database Window" option under Tools Menu/Startup. However, if you need
to show or hide the window on demand afterwards, you can use one of
these ways.
To show the database window, run
Docmd.SelectObject acTable, , True

To Hide the database window, run
Docmd.SelectObject acTable, , True
Docmd.RunCommand acCmdWindowHide

HTH

Jan
Nick ''The database Guy'' wrote:

大家好,


你如何隐藏数据库窗口。这样做的原因是有时候必须手动向表中添加数据。我有一个

完全交互式菜单系统,你可以从中显示''数据库

窗口'',你需要按下来显示数据库的按钮

窗口打开一个小模态表单,其中有一个按钮将返回

你到菜单系统,但我也希望它关闭数据库

窗口!


希望我已经清楚了。


TIA
Hi People,

How do you go about hiding the database window. The reason for doing
this is that sometimes have to manually add data to tables. I have a
fully interatctive menu system from which you can show the ''database
window'', the same button that you have to press to show the database
window opens a small modal form which has one button which will return
you to the menu system, but I also want it to close the database
window!

Hope that I have made myself clear.

TIA

当然我有Keith,Jan给了我想要的信息

要知道。


Keith Wilby写道:
Off course I have Keith, Jan has given me the information that I wanted
to know.

Keith Wilby wrote:

" Nick''数据库Guy''" < ni *********** @ eads.comwrote in message

news:11 ******************* **@h48g2000cwc.googlegro ups.com ...
"Nick ''The database Guy''" <ni***********@eads.comwrote in message
news:11*********************@h48g2000cwc.googlegro ups.com...

嗨人,


你如何隐藏数据库窗口。这样做的原因是有时候必须手动向表中添加数据。我有一个

完全交互式菜单系统,你可以从中显示''数据库

窗口'',你需要按下来显示数据库的按钮

窗口打开一个小模态表单,其中有一个按钮将返回

你到菜单系统,但我也希望它关闭数据库

窗口!


希望我已经清楚了。


TIA
Hi People,

How do you go about hiding the database window. The reason for doing
this is that sometimes have to manually add data to tables. I have a
fully interatctive menu system from which you can show the ''database
window'', the same button that you have to press to show the database
window opens a small modal form which has one button which will return
you to the menu system, but I also want it to close the database
window!

Hope that I have made myself clear.

TIA



你有没有设置启动选项?


基思。
www.keithwilby.com


这篇关于隐藏数据库窗口的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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