在用户表单之间来回切换
大家好,我的用户,我有一个上一个和一个下一个按钮 用户窗体 1 上的上一个按钮包含一个下一个按钮,其代码
userform1.hide
userform2.show
在用户窗体 2 上看起来像这样 我有一个看起来像这样的上一个按钮,
userform2.hide
userform1.show
但是当我返回到用户窗体 1 并前进到用户窗体 2 时,我收到一条错误消息,指出这一点。
运行时错误“400”:
表单已显示;无法模态显示。
无论如何,我可以解决这个问题或创建一个 if 语句来帮助我现在迷失方向。感谢您的帮助
Hello everyone on my userfrom I have a previous and a next button
the previous button on userform 1 contains a next button which the code looks something like this
userform1.hide
userform2.show
on userform 2 I have a previous button that looks like this
userform2.hide
userform1.show
but when I go back to userform1 and foreward to userform 2 I get an error message that states this.
run-time error '400':
Form already displayed; can't show modally.
is there anyway I can fix this or create an if statement to help I am lost right now. Thanks for any help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
先隐藏,后显示。
另外,在表格中,您可以说我:
Hide first, then show.
Also, within the form, you could say ME:
工具箱中类似“多页”的东西在这里也很少见!
Something like "Multipage" in the toolbox would also be handful here !