What is the built-in used for showing lov at runtime?

 Show_lov

Showing Answers 1 - 3 of 3 Answers

g_sidhu

  • Feb 14th, 2008
 

The SHOW_LOV built-in is also used to display LOVs, but its functionality is slightly different from that of LIST_VALUES. It does not require that the LOV be attached to an item and it allows you to call an LOV explicitly by name. Note that the parameter for SHOW_LOV is ZIP_LIST, the name of the LOV. Another interesting feature is that SHOW_LOV is a Boolean function that will return TRUE if the user picks a value from the LOV and FALSE if they press the LOV’s Cancel button. This can be useful to augment processing depending on the user’s behavior.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions