Can I have a LOV for display and a LOV for select values in a form ?

My LOV are in table :
lov_return, lov_display, lov_available
To avoid a loss in translating lov_return in lov_display values, I manage a flag, lov_available, Y/N to filter out obsoleted values.
By example, at the beginning of using the application, I have :
LOV_RETURN
LOV_DISPLAY
LOV_AVAILABLE
1
TOP
Y
2
CENTER
Y
3
BOTTOM
Y
And I have records with 1, 2 or 3 in the field corresponding with the LOV.
So far, so good.
Then I want to have a slightly different set of values in my LOV, for new records :
LOV_RETURN
LOV_DISPLAY
LOV_AVAILABLE
1
TOP
Y
2
CENTER
N
3
BOTTOM
Y
4
CENTER-TOP
Y
5
CENTER-BOTTOM
Y
So, when I edit an old record in my form, I want the 2 to be well deciphered into CENTER, and in the SELECT list, I want TOP,BOTTON,CENTER-TOP,CENTER-BOTTOM.
When I assign the dynamic LOV : select lov_display d,lov_return r from lov_table where lov_available = 'Y', to the corresponding field in my FORM, even allowing extra values will not help and will display '2' instead of 'CENTER'.
Is there a way I can manage to show the translated 'CENTER' in the field, and offer a list of values taking in account the 'availability' of the value, other than including the PX_FIELD test in my SQL for the dynamic LOV ?

A common logical problem I encountered back the days of Oracle Forms.
A solution I often see is displaying invalid options with an asterisk, and applying validation to ensure users don't change to invalid selection.
No doubt there are some clever ways to tart this up with jQuery, also.
Scott

Similar Messages

  • So my computer broke some how and now it wont even turn on i just such without want to know if i can still have all my old songs and buying it all over again or something for please help me

    so my computer broke some how and now it wont even turn on i just want to know if i can still have all my old songs and such without buying it all over again or something so please help me oh also my ipod broke so i dont have anything that has my old songs except for the itunes ppl who know all of my songs

    You buy one download and one download only,  it is your responsibility to backup your music.
    it has always been very basic to always maintain a backup copy of your computer.  Use your backup copy to put everything back.
    If for some reason you have failed to maintain a backup ( not good), then you can transfer itunes purchases from an ipod:  File>Transfer Purchases

  • Can I have separate password for appstore and icloud email account?

    Can I have other password for appstore and icloud email account? Me and my girlfriend have iphones and i would like to share my apps with her, but i dont want to give her possibility to acces my email account....

    Well you can only have a different password if you are going to use a different Apple ID

  • Can I have differnet passwords for itunes and icloud

    Can I have different passworkds for itunes and icloud

    No but you can create separate Apple IDs. One for iTunes and one for iCloud.

  • Can you have different passwords for mail account and ICloud?

    Can you have different passwords for mail account and ICloud?

    Yes - you want to go under Notifications, Mail.   Set each acct the way you want.

  • I just buy macbook and preinstalled page and keynote and now I free to download Can I have a refund for preinstall

    I want to Can I have a refund for preinstalled

    But if you bought a Mac before the announcement on 24-Oct with Pages etc pre-installed then you would be charged $20 per app. I think in this case you could get a refund (provided you bought your Mac after 1-Oct). Obviously if you bought after the announcment and therefore you haven't paid anything then there is no refund as you didn't pay anything!

  • HT1495 I have moved to live in Abu Dhabi. I have an iPhone with UK chip that I need to keep for UK contact and business, but now want to buy an iPhone in Abu Dhabi with a UAE chip for local use in AUH. Can I have them both sync'd, and also my other device

    I have moved to live in Abu Dhabi. I have an iPhone with UK chip that I need to keep for UK contact and business, but now want to buy an iPhone in Abu Dhabi with a UAE chip for local use in AUH. Can I have them both sync'd, and also my other devices??

    SkyDaughter29 wrote:
    My current situation: I have soooo many texts on my iphone and I haven't deleted many because I need the information contained in them for future reference and for legal purposes.  I would really like to find a means and way to save them other than on the phone itself. I've done searches for various apps yet I'm not finding what I think I would need.  It appears Apple does not sync the texts between the iphone and my MacBook Pro.
    Try the computer apps PhoneView (Mac) or TouchCopy (Mac & PC):
    http://www.ecamm.com/mac/phoneview/
    http://www.wideanglesoftware.com/touchcopy/index.php
    Best of luck.

  • Can you have multiple users for one account?

    Can you have multiple users for one account? if so how do you set it up.
    We are using it for our department and it would be great to see who created what form instead of it being all one name.

    Each person should have their own account. You can easily share the forms with other people in your department. You will be able to see who the author of the form is.
    More information on how to share :
    http://forums.adobe.com/docs/DOC-2462
    Information on how to copy a forms to a different account :
    http://forums.adobe.com/docs/DOC-1390
    Hope this helps
    Gen

  • Can we have multiple transports for the same object.

    Hi guys,
    Can we have multiple transports for same object in dev system. Can anyone tell me how can this be done.
    Thanks

    Its not possible for the same development object. Only 1 person can access an object at a time and if mutiple users modify an object new TASKs are created under the same TRANSPORT.
    Only after releasing the tr you can create a new tr on the same object.
    Message was edited by:
            Abhishek Jolly

  • Can I have the number for customer service for itunes

    can I have the number for itunes customer service

    If you mean the iTunes Store, they have no phone support. Go here:
    http://www.apple.com/support/itunes/contact/
    and follow the instructions to report your issue to the iTunes Store.
    Regards.

  • Can we have DB Links betweeb Informix and Oracle ?

    Hi All,
    Can we have DB Links between Informix and Oracle ?
    I am planning to write a PL/SQL procedure in Oracle
    which will pull records from a remote Informix database.
    Any help is greatly appreciated.
    Thanks.
    Cheers,
    Srini

    There are really two options:
    Generic Connectivity - functionality bundled with the database which uses ODBC / OLEDB to access other data source
    Transparent Gateways - extra cost products which allow access to other relational databases (provides better performance, more advanced features)
    For more info see: http://www.oracle.com/gateways/gateway_bundles/faq.html

  • Can I have a custom RTP payload, and still use a MediaLocator?

    Hi,
    I think I am a little confused. Can I have a custom RTP payload, and still use Manager.createPlayer(MediaLocator locator) to create my player?
    This doesn't seem possible because the RTPManger's addPayload(Format format, int payloadType) method isn't static, forcing me to always create my RTPManager first.
    Is this a valid observation, or am I missing something?
    Your comments are highly appreciated.
    Kind regards,
    Erwin

    Thanks for your prompt reply.
    The short answer is yes.
    The MediaLocator is used to identify the source, or destination for a media stream. For example this could be a file (file://c:\mydisk\audio.wav) or a URL (http://mydomain/music/audio.wav)
    Ok, I get that, but the MediaLocator is also used to identify the protocol, rtp in this case, and the protocol in its turn is used by the framework to locate the DataSource. I am not suggesting what you write is incorrect, I am only trying to understand how this works the way it does.
    RTP is used to transport streaming media in real time over a network (usually UDP).And that is exactly what I need it for.
    The receiver of an RTP stream is an RTP receiver. Players take the datasource(created from the MediaLocator) and feed the data to the RTP manager so it can be streamed across the network or vice versa.
    The vice versa part is what I am interested in. I need to handle a proprietary video format, packed as RTP, and shipped over UDP. My initial approach was to simply register my DePacketizer with the PlugInManager, and add my custom payload type to the RTPHandler (addFormat(Format fmt, int type)). That obviously doesn't work.
    So what I'm trying to convey is that the MediaLocator used in creating a Player will be different, and is used for a different purpose, than the Internet address, and Port used to create an RTPManager.I need a good night of sleep to think that over. I.m.h.o. there is no reason to handle "http://host:port/video/whatever.ext" different from "rtp://host:port/video/whatever.ext". The only difference is that in the first case I can build my graph based on the extension of whatever, and in the second case I have to wait for my first packet in order to determine the payload type. In both cases I expect "DataSource ds = Manager.createDataSource(ml) to work (and it probably does for the standard payload types).
    The JMF framework has a .../media/protocol/rtp/DataSource class as well as a .../media/protocol/http/DataSource class.
    Is this making any sense?Not sure yet, but I certainly appreciate your help.
    Note: In general you don't need to create a custom Payload for RTP.
    What if I want to ship a proprietary video format?
    Thanks a lot,
    Erwin

  • Can i have html code for date select options (SEARCH HELP)

    Hi frinds,
    I have a BSP Page with input as date.
    Can i have html code for date select options (SEARCH HELP)
    Moosa

    Hi
    Please find the sample code below.
    FROM DATE
          <htmlb:inputField id        = "dd"
                            width     = "45%"
                            type      = "DATE"
                            showHelp  = "X" <- Search help
                            alignment = "CENTER"
                            maxlength = "10"
                            disabled  = "TRUE"
                            value     = "<%= w_FROMDATE %>" />
    TO DATE
          <htmlb:inputField id        = "dd"
                            width     = "45%"
                            type      = "DATE"
                            showHelp  = "X"
                            alignment = "CENTER"
                            maxlength = "10"
                            disabled  = "TRUE"                      
    value     = "<%= w_TODATE %>" />
    Thanks
    kalyan

  • Can 2 different users with 2 different Iphones use the same itunes to backup each phone separately? if not how can I have a backup for 2 different iphones on the same laptop?

    can 2 different users with 2 different Iphones use the same itune program to backup each phone separately? if not how can I have a backup for 2 different iphones on the same laptop?

    Here is your answer:
    http://support.apple.com/kb/HT1495

  • My ipad imessages are coming up on my husband's iphone. Is that because we share an apple id account. How can we have separate apple id's and still share the same music library.

    my ipad imessages are coming up on my husband's iphone. Is that because we share an apple id account. How can we have separate apple id's and still share the same music library.

    The biggest problem I have is with cross texting. My friends send my a imessage on ipad to ipad and it comes up as message on my husband's phone as well as my ipad?
    My friends definitely do not want my husband seeing their texts. (and I dont really need him to see my responses either)
    Also, apple id is based on my email account, how do I create a new apple id without setting up a new email account?

Maybe you are looking for

  • The application was unable to start correctly (0x000007b). Click OK to close the application.

    the application was unable to start correctly (0x000007b). Click OK to close the application. This is Problem Dreamweaver CC open.

  • How to change the size of Home.aspx

    I have created a site collection and got "Home.aspx" ...its a Teamsite template so I edit the page and made "Two Column" layout so in left hand column i need to plate "Annoucements" and some other webparts. In right hand column I need to place some o

  • Lightroom mobile not syncing

    I have LR 5.5 and I have enabled collections to sync.  Previously the collections would show up in LR mobile but no images in the collections.  A couple of collections would say they have 100 photos but only show 3 or so... blacked out the rest.  Whe

  • Click wheel firewire to usb adapter?

    k I have a older click wheel B&W 15gig iPod with dock connector that says it needs FW for charging. I wold like to use USB if possible, someone recommend this Scosche adapter, can anyone vouch for it? I will be using it in my Honda Civic with my Hond

  • If I deauthorize all computers will I lose my money credited?

    I have recently purchased Iphones for myself and sons.  I want to have a separate account from my school account.  If I deauthorize all computers will I lose the itunes card credit that my son has placed on the account?