Dynamically assign value to an item in a block [message #283725] |
Wed, 28 November 2007 01:00  |
skpiocl
Messages: 3 Registered: November 2007 Location: barauni
|
Junior Member |
|
|
Hi All !
I am working in Forms 9i. The application in which I am having problem has a block ( say b1) and it has 3 items say item10 , item11 , item12 . Now, based on a database query, I want to assign a value to one of the items. How to do that.
I am trying to do :b1.item||v_value ( v_value is a variable string based on a query and can have a value 10 , 11 or 12)
But it is giving error.
I am new to developer. Please help me get over this problem
Thanks.
|
|
|
|
|
|
|