Replace LOV with Dropdown

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Seth Stevens

    Replace LOV with Dropdown

    Does anyone know that code that allows you to replace a lov object in Forms
    Bulider 9i with a drop down box like you would see on a web interface. I
    know it can be done because I have seen the code before, but now can't find
    it...anyone out there know?
    Thanks in advance


  • Mark C. Stock

    #2
    Re: Replace LOV with Dropdown


    "Seth Stevens" <seth.p.stevens @ttu.eduwrote in message
    news:A6pZb.8303 $lQ2.7392@okepr ead02...
    | Does anyone know that code that allows you to replace a lov object in
    Forms
    | Bulider 9i with a drop down box like you would see on a web interface. I
    | know it can be done because I have seen the code before, but now can't
    find
    | it...anyone out there know?
    | Thanks in advance
    |
    |

    you need to create a List Item and (likely) populate it at runtime from a
    record group with the POPULATE_LIST built-in.

    see the on-line help for examples

    ;-{ mcs


    Comment

    Working...