Setting LOV Column Mapping property dynamically [message #153051] |
Wed, 28 December 2005 13:07 |
pkirangi
Messages: 74 Registered: August 2005
|
Member |
|
|
Hello All,
How can I set the LOV Column mapping property dynamically?
I have a LOV which needs to be reused for different columns.
Each time the LOV needs to display different columns based off diferent Records groups. I can achive this by using
CREATE_GROUP_FROM_QUERY
Populate_Group
SET_LOV_PROPERTY
But how do I set the LOV column name/Return Item property dynamically?
Thanks
PHK
|
|
|
Re: Setting LOV Column Mapping property dynamically [message #153246 is a reply to message #153051] |
Fri, 30 December 2005 06:16 |
RJ.Zijlstra
Messages: 104 Registered: December 2005 Location: Netherlands - IJmuiden
|
Senior Member |
|
|
As far as I know this cannot be done.
But, you could try something like the following:
Place 2 dummy fields on the form, attach the LOV to them and after the user selects a value, copy that value into the right fields ( maybe after some formatting )
HTH,
Happy New Year
|
|
|
|