VBA 文本框失去对“Alt-Gr”的焦点
我在 VBA 用户窗体上遇到文本框的有趣行为:按 Alt-Gr 时,文本框会失去焦点。为表单运行一些 VBA 初始化代码后会发生这种情况。文本框既没有初始化代码,也没有事件侦听器。直接从 IDE 启动用户表单一切都很好。
我怀疑 MS Office 或 Windows 更新导致了这种行为变化,但我无法确定。
任何人都知道问题是什么以及如何解决这个问题?感谢您的任何建议。
顺便说一句:VBA 在名为 Organice 的 CRM 应用程序中运行,该应用程序具有嵌入式 VBA 运行时环境。
斯滕比格尔
I am experiencing a funny behaviour of Textboxes on a VBA Userform: On pressing Alt-Gr the box loses focus. This happens after running a bit of VBA initialization code for the form. The text box has neither initialization code nor event listeners. Starting the user form straight out of the IDE everything is fine.
I suspect a MS Office or Windows update to be responsible for this change in behaviour but I can't pin it down.
Anyone with an idea what the problem is and how to fix that? Thanks for any suggestions.
BTW: The VBA runs within a CRM Application called Organice, which has an embedded VBA runtime environment.
stengbiegel
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
问题就消失了。还是不知道那是什么。
The problem is gone. Still no idea what it was.