Forms 9i - LOV icon doesn't show up. Does anyone know why?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • steve deno

    Forms 9i - LOV icon doesn't show up. Does anyone know why?

    In 6i, if there was an LOV on an item and the user entered the field,
    a box with 3 dots popped up. It seems this does not happen in 9i.

    Does anyone know why? And how to make that happen?

    Thanks in advance
  • nimonic

    #2
    Re: Forms 9i - LOV icon doesn't show up. Does anyone know why?

    sldcrew2k@yahoo .com (steve deno) wrote in message news:<8e6b14d8. 0310221644.2497 b154@posting.go ogle.com>...
    In 6i, if there was an LOV on an item and the user entered the field,
    a box with 3 dots popped up. It seems this does not happen in 9i.
    >
    Does anyone know why? And how to make that happen?
    >
    Thanks in advance
    In 6i this is set in the file:

    C:\orant6i\FORM S60\java\oracle \forms\registry \registry.dat

    At the bottom of the file there is a parameter:

    app.ui.lovButto ns=false

    Set this to equal true. I assume this is the same in 9i Forms as 9i
    basically is 6i with a new look for the builder.

    Comment

    • steve deno

      #3
      Re: Forms 9i - LOV icon doesn't show up. Does anyone know why?

      You're right! Thank You Thank You.... Thank you!

      nimonic@excite. com (nimonic) wrote in message news:<2cabdd32. 0310222226.cb7b ef6@posting.goo gle.com>...
      sldcrew2k@yahoo .com (steve deno) wrote in message news:<8e6b14d8. 0310221644.2497 b154@posting.go ogle.com>...
      In 6i, if there was an LOV on an item and the user entered the field,
      a box with 3 dots popped up. It seems this does not happen in 9i.

      Does anyone know why? And how to make that happen?

      Thanks in advance
      >
      In 6i this is set in the file:
      >
      C:\orant6i\FORM S60\java\oracle \forms\registry \registry.dat
      >
      At the bottom of the file there is a parameter:
      >
      app.ui.lovButto ns=false
      >
      Set this to equal true. I assume this is the same in 9i Forms as 9i
      basically is 6i with a new look for the builder.

      Comment

      Working...