错误438 [英] error 438

查看:190
本文介绍了错误438的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

尝试使用下面的代码在另一个线程上找到,但是遇到了问题。当使用表单时,获取错误消息运行时错误438,对象不支持此属性或方法。它是指线...... Me.Comments = Me.Comments& " " &安培; Me.NotesMemoField& " " &安培;现在......未绑定的框,NotesMemoField和框注释在不同选项卡上的相同表单上。任何想法

干杯......

trying to use the code below found on another thread, but am having problems. when using the form, get an error message runtime error 438, object doesnt support this propert or method. it reffers to line...Me.Comments = Me.Comments & " " & Me.NotesMemoField & " " & Now...The unbound box, NotesMemoField and box Comments are on the same form on different tabs. any ideas
cheers...

展开 | 选择 | Wrap | 行号

推荐答案


尝试使用下面的代码在另一个线程上找到,但是遇到了问题。当使用表单时,获取错误消息运行时错误438,对象不支持此属性或方法。它是指线...... Me.Comments = Me.Comments& " " &安培; Me.NotesMemoField& " " &安培;现在......未绑定的框,NotesMemoField和框注释在不同选项卡上的相同表单上。任何想法

干杯......
trying to use the code below found on another thread, but am having problems. when using the form, get an error message runtime error 438, object doesnt support this propert or method. it reffers to line...Me.Comments = Me.Comments & " " & Me.NotesMemoField & " " & Now...The unbound box, NotesMemoField and box Comments are on the same form on different tabs. any ideas
cheers...
展开 | 选择 | Wrap | 行号



在Comments.SetFocus之前的行上试试这个。看看是否有帮助:


Forms!YourForm!YourTabControl.Pages(" YourTabPage")。s​​etFocus
Try this on the line before "Comments.SetFocus" and see if that helps:

Forms!YourForm!YourTabControl.Pages("YourTabPage") .SetFocus



Hi ,欢呼帮助,但我仍然是新的。所以,如果你可以扩展abit更多...

我的表单被称为问题

包含未绑定的选项卡称为添加注释

另一个包含注释框的选项卡称为注释

,选项卡控件称为选项卡控件...

所以这应该是什么样的。非常感谢


Hi, cheers for the help, but i''m still new to this. So if you could expand abit more...
my form is called Issue
the tab containing the unbound is called add notes
the other tab containing the comments box is called comments
and the tab control is called tab control...
so what should this look like. many thanks



欢呼帮助,但我还是新手。所以,如果你可以扩展abit更多...

我的表单被称为问题

包含未绑定的选项卡称为添加注释

另一个包含注释框的选项卡称为注释

,选项卡控件称为选项卡控件...

所以这应该是什么样的。非常感谢
Hi, cheers for the help, but i''m still new to this. So if you could expand abit more...
my form is called Issue
the tab containing the unbound is called add notes
the other tab containing the comments box is called comments
and the tab control is called tab control...
so what should this look like. many thanks



根据您提供的信息,语法如下:


Forms!Issue![tab控制] .Pages(添加注释).SetFocus


表格!问题![制表符控制] .Pages(" comments")。SetFocus

Based on the info you provided, the syntax would be as follows:

Forms!Issue![tab control].Pages("add notes").SetFocus

Forms!Issue![tab control].Pages("comments").SetFocus


这篇关于错误438的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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