oracle 如何以oracle形式检查单选按钮状态

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/3036231/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-18 20:48:50  来源:igfitidea点击:

how check radio button status in oracle form

oracleoracleforms

提问by Amir

I like to control a radio button in my oracle form.
please help me how I can return its value please.

我喜欢在我的 oracle 表单中控制一个单选按钮。
请帮助我如何返回它的价值。

回答by Tony Andrews

As with any Forms item, you can get the current value by referencing:

与任何表单项一样,您可以通过引用获取当前值:

:MYBLOCK.MYITEM

(assuming you have a radio group called MYITEM in a block called MYBLOCK).

(假设您在名为 MYBLOCK 的块中有一个名为 MYITEM 的无线电组)。