Form Personalization question [message #390573] |
Sat, 07 March 2009 13:43 |
sandhyaa
Messages: 79 Registered: February 2007
|
Member |
|
|
Identify field name when there are multiple rows of same field
In Oracle projects screen, there is a form with multiple rows of same names. Can anyone tell me how to distinguish each row-field name.
Normally a field is identified as BlockName.FieldName. However when there are multiple rows, how to distinguish one row field from the other? BlockName.FieldName(1), BlockName.FieldName(2) is not allowed, so is there anything similar to that??
Thanks
Sandi
|
|
|
Re: Form Personalization question [message #393832 is a reply to message #390573] |
Tue, 24 March 2009 09:31 |
SSGKK
Messages: 19 Registered: March 2009
|
Junior Member |
|
|
What is your requirement, can you eloborate that?
In forms, both in single or multi record block, the fields can only be referred as BLOCK_NAME.ITEM_NAME.
what are you trying to do?
|
|
|
|