|
|
Re: HELP: Create an LOV in which a few of the values cannot be selected(read only) [message #231926 is a reply to message #231247] |
Wed, 18 April 2007 20:26  |
 |
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
Received via PM: | Hi David,
I am hoping you could help me out on this one too!!
I have to create an LOV for a column called Serial_No. There is another column called End_Date. The Serial_No LOV should contain values which for which End_Date has not been specified. Any idea on how I can do this?
Thanx in advance,
Surumi Abdulla
|
Please don't PM me your questions unless I ask you to do so. If you want an answer ask the 'forum'. I will get to EVERY thread in the 'forms' forum ultimately.
In the 'where' clause of the LOV's 'select' statement test for 'End_Date is NULL'.
Concerning your original question I don't believe that you can have 'read-only' values. My definition of an LOV is 'a list of valid values'. The idea of 'read-only' values goes against this definition. If you want then NOT to be valid then 'fail them' in the When-Validate-Item trigger of that item.
David
|
|
|