oracleforms - how check radio button status in oracle form -


I want to control a radio button in my oracle form.
Please help me please how I can return the value of it.

With any form item, you can refer to the current context:

< Pre> : MYBLOCK.MYITEM

(Considering a radio group named MYITEM in a block named MYBLOCK).


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -