如何调用框架上的复选框 [英] how can I call a check box which is on a frame

查看:74
本文介绍了如何调用框架上的复选框的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何拨打访问视觉基本表单框架上的复选框?

此代码不起作用:


如果 check1.value = true 然后........


该代码仅在复选框不在框架上时才有效

但当它出现在一个框架上时,这个按摩会出现:


你输入的表达式没有值

how can I call a check box which is on a frame on access visual basic form?
this code doesnot work:

if check1.value=true then........

that code only works when the check box doesnot on a frame
but when it is on a frame this massage appears:

you entered an expression that has no value

推荐答案

怎么能我打电话给访问视觉基本表格框架上的复选框?

此代码不起作用:


如果 check1.Value =真的然后........


该代码仅在复选框不在框架上时才有效。

但是当这个消息出现在框架上:

您输入的表达式没有值
How can I call a check box which is on a frame on access visual basic form?
This code does not work:

If check1.Value = True Then........

That code only works when the check box is not on a frame.
But when it is on a frame this message appears:

You entered an expression that has no value



如何拨打访问视觉基本表格框架上的复选框?

此代码不起作用:


if check1.value = true 然后........


该代码仅在复选框不在框架上时才有效

但当它出现在一个框架上时,这个按摩会出现:


你输入的表达式没有价值
how can I call a check box which is on a frame on access visual basic form?
this code doesnot work:

if check1.value=true then........

that code only works when the check box doesnot on a frame
but when it is on a frame this massage appears:

you entered an expression that has no value



您好,

下载我的附件,看看它是否有帮助。


在桌面上提取它。


告诉它不是。


问候

菲尔斯。 Ervin






Hello,
Download my attachment and let see if its helping you.

Extract it on your desktop.


tell if its not.

Regards
Phils. Ervin

附加文件
新的WinRAR ZIP archive.zip (11.0 KB,141 views)
Attached Files
New WinRAR ZIP archive.zip (11.0 KB, 141 views)


你不是!如果复选框是选项组的一部分,我认为它是,因为你说它的框架,你参考框架的值。


设置选项时组,默认情况下它为每个复选框设置一个值,通常是


Check1值= 1

Check2值= 2

Check3价值= 3


等等。

如果 check1.value = true 那么代替声明


那么......


你会用


如果 Me.NameOfFrame.Value = 1 那么......


欢迎来到TheScripts!


Linq ; 0)>
You don''t! If the checkbox is part of an Option Group, which I assume it is, since you speak of its frame, you refer to the value of the frame.

When you set up the Option Group, by default it sets a value for each checkbox, normally

Check1 Value = 1
Check2 Value = 2
Check3 Value = 3

and so forth.
So instead of the statement

if check1.value=true then...

you would use

If Me.NameOfFrame.Value = 1 Then...

Welcome to TheScripts!

Linq ;0)>


这篇关于如何调用框架上的复选框的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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