FRM-30015: Ambiguous item name using LOV [message #354142] |
Thu, 16 October 2008 09:45  |
fbartek
Messages: 1 Registered: October 2008
|
Junior Member |
|
|
I have two different blocks: member and dup_member with the same items and both are based on the same table. The lov prop_lodge_loc is attached to member.prop_no. I have qualified
all references to prop_no in the dup_member block. Below is error message:
FRM-30015: Ambiguous item name PROP_NO.
LOV PROP_LODGE_LOC
Form: STK_MEMB
FRM-30085: Unable to adjust form for output.
Please help suggest what I should do about the LOV. I don't want to use it in the dup_member and have not referenced it there..at least I can't find where it could be referenced there! Thanks in advance..
[Updated on: Thu, 16 October 2008 09:46] Report message to a moderator
|
|
|
|
Re: FRM-30015: Ambiguous item name using LOV [message #354252 is a reply to message #354142] |
Fri, 17 October 2008 03:33  |
rajy_salim
Messages: 204 Registered: January 2008 Location: Beirut - Lebanon
|
Senior Member |
|
|
If your two datablocks have the same items, these items may have the same names. And if you are referncing prop_no as it is (which means without specifying the the datablock name), this error may occur.
Try to reference your item with the name of the data block.
Rajy
|
|
|