工具栏按钮根本无法访问
我正在使用以下代码,但根本无法访问工具栏按钮。错误是“未知错误”,
Window(window_name).WinToolBar("Example Toolbar").Press "Print"
此处示例工具栏已添加到对象存储库中,并正确突出显示。
I am using the following code but the toolbar button doesnt get accessed at all. The error is "unknown error"
Window(window_name).WinToolBar("Example Toolbar").Press "Print"
Here Example Toolbar is added to the object repo, and gets highlighted correctly.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您确定错误是未知错误,而不是无法识别标准对象的指定项目...。
也许您使用了错误的名称,这将为您提供
WinToolBar
中的项目名称Are you sure the error is Unknown Error and not Cannot identify the specified item of the Standard object....
Perhaps you're using the wrong name, this will give you the names of the items in the
WinToolBar