List Items [message #110519] |
Tue, 08 March 2005 07:05 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
SRM1
Messages: 13 Registered: February 2005 Location: Thane
|
Junior Member |
|
|
Hi all ,
Is it always necessary to give the 'initial value' to the list-item in the forms ?
B'coz on one form i am getting the following warning :-
FRM-30188: No initial value given, and other values are not allowed (item CTRL.YEAR).
List YEAR
Block: CTRL
though the form-builder is allowing me to run a form ignoring the warning.
What is the solution to remove the warning if i don't want to initialize the list-item?
Regards n thanks in advance,
SRM
|
|
|
Re: List Items [message #110526 is a reply to message #110519] |
Tue, 08 March 2005 07:59 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
![](/forum/images/custom_avatars/43055.jpg) |
Maaher
Messages: 7065 Registered: December 2001
|
Senior Member |
|
|
Either set the item property 'required' false or provide an value for the 'Mapping of other values' property.
MHE
|
|
|