Re: oracle form

"Tony Andrews" <[email protected]> Sun, 2 Feb 2003 12:51:54
Newsgroups gmane.comp.db.oracle.devel
Message-ID <LYRIS-1796914-857969-2003.02.02-12.37.12--gcdod-oracle#[email protected]>
You can only create one checkbox per column, for columns that take only 2
values like Yes/No.  Sounds like what you really want is a Radio Group. 
This can have many Radio Buttons defining the different values for your
column, e.g.:

Sex:
( ) Male
( ) Female
(*) Unknown

Obviously, the user can only select 1 value, and the others will
automatically be unselected.
---
Change your mail options at http://p2p.wrox.com/manager.asp or 
to unsubscribe send a blank email to [email protected].