Change Initial Value Property [message #440461] |
Mon, 25 January 2010 01:36 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
babar82
Messages: 108 Registered: March 2009 Location: Karachi
|
Senior Member |
|
|
Hi,
I am using a poplist item on a form which displays the various financial years. I need to change its initial value property so that the list displays the current financial year when the form opens. How can I do that at run time ?
|
|
|
Re: Change Initial Value Property [message #440482 is a reply to message #440461] |
Mon, 25 January 2010 03:05 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
tamzidulamin
Messages: 132 Registered: October 2009 Location: Dhaka
|
Senior Member |
|
|
Is your list_item is Static or Dynamic?
If your list is Static u can set "initial value" manually by using
a :global variable.
or
If your list is Dynamic,u can use "order by" clause with sql query
when creating a record group.
Regards
Tamzid.
|
|
|