List item problem [message #258193] |
Fri, 10 August 2007 09:44 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
srinivas.k2005
Messages: 404 Registered: August 2006
|
Senior Member |
|
|
Hi,
I have a list item, with four values A,B,C and D
Now when i select popuplist it allows to select null.
If i select combo box it allows to edit.
How can i change the list item such a way that clients cannot leave null values or edit.
Is there a simple way to do this ,more coding wise i know but i dont want to code for this small restriction.
Thanks,
Srinivas
|
|
|
Re: List item problem [message #258477 is a reply to message #258193] |
Sun, 12 August 2007 09:14 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
hemavb
Messages: 103 Registered: May 2007 Location: Dubai , UAE
|
Senior Member |
|
|
There is indeed a very easy way.
If your List item is having pre-defined values, do the following.
1) Make it a POPLIST
2) Set the "required" property under the Data section to "YES"
3) Set an Initial value. This can be the "most common" or "most expected to be used" value from the pre-defined list.
Hope this is what you are looking for.
|
|
|