SHOW LOV IN ENTER_QUERY MODE BY USING WHEN_BUTTON_PRESSED TRIGGER

HI ALL...
I HAVE A CANDIDATE BLOCK. IN ENTER QUERY MODE BY PRESSING f9 KEY I AM ABLE TO SEE
THE LOV BUT WHEN PRESSING THE PUSH BUTTON ITS NOT COMING
BY USING SHOW_LOV BUILT IN..
PLEASE HELP ME..
ASAP

Ok..The key navigable and mouse navigable properties of buttons were yes.
Thats why it was not working ..now its working by changing it..any way thanks a lot.
Thanks
Sam......

Similar Messages

  • Showing LOV in query mode

    Hi
    How do you display a LOV using coding in a command button when the form is in query mode.

    do you mean enter-query-mode?

  • My classic video ipod won't switch back to regular video mode after using it on an elliptical. The port still allows me to charge and works on the elliptical and treadmill but it will no longer change modes to allow me to watch my shows on the ipod screen

    My classic video ipod won't switch back to regular video mode after using it on an elliptical. The port still allows me to charge and works on the elliptical and treadmill but it will no longer change modes to allow me to watch my shows on the ipod screen

    From the iPod's Main Menu choose Videos -> Settings and make sure TV Out is set to Off.
    Otherwise, try a hard reset as well.  To do this, press and hold both the Select (Center) and Menu buttons together long enough for the Apple logo to appear.
    B-rock

  • Show lov in query panel for an attribute using = = or between operators

    When we use between, greater than, less than, greater than or equal to , less than or equal to in the view criteria
    On an attribute which has lov
    in query panel of UI the lov does not show up for that particular attribute
    How to show lov for an attribute in query panel when i am using the above operators

    Does the LOV show up in basic query state?
    http://blogs.oracle.com/shay/2011/01/dependent_lovs_in_an_afquery_c.html

  • LOV in Query mode

    Hi,
    I have a form which when the user enters query mode, the user should be able to access the LOV attached to the 3 fields that are on the header level. On selection the values should be populated in the fields. The 3 fields are in a query only block.
    If I use Show lov, and i make a selection, i get an error message saying that you cannot insert records.
    Any thoughts ?
    Preeti

    hai,
    Its not possible.
    Because the date control is actually a seperate block, and in Query mode, we cannot more to a separate block.
    Regards,
    Manu.

  • I to use iphoto library manager to save corrupted iphoto and each time it saves some and the first time it brings up iphoto, iphone goes into "not responding" mode.  Using mac book pro, iphoto 9.5.1, and maverick 10.9.2.

    I've had issues with my iPhoto "not responding" and as a result I am attempting to save my photos to an external hard drive using iPhoto library Manager but each time I start the program it saves some, and then when it starts iPhoto, iPhoto then goes into not responding mode. Using mac book pro, iphoto 9.5.1, and maverick 10.9.2. I have completed all of the photo library first aid steps several times, but it makes no difference, iphoto eventually goes to "not responding."  Initial issues started with Time Machine back ups stopping because of iphoto. Thanks......

    Do you have a back up?
    If you're just trying to recover the photos you can do that much more simply:
    Go to your Pictures Folder and find the iPhoto Library there. Right (or Control-) Click on the icon and select 'Show Package Contents'. A finder window will open with the Library exposed.
    Look there for a Folder called 'Originals' or 'Masters'. (varies according to the version of iPhoto)
    Your photos are inside - these are the originals as imported from your camera.

  • Why are my desktop fonts not showing up as an option to use in Muse anymore?

    Why are my desktop fonts are not showing up as an option to use in Muse anymore? I know that my desktop fonts are not web safe and will export as an image... But I would still like to have them as an option. Why did this start with the latest release? I cannot find anything in the preferences or menus to make them show up as an option. I am running OSX 10.9.4 and Muse 2014.0.1.30 CL785017. Please help!!!

    Hello,
    Could you please try the following:-
    Reboot in safe mode by pressing the SHIFT key (it takes a while) so the OS clears the font cache.
    Reboot then in normal mode and the fonts should show properly.
    Regards,
    Neha

  • Photos show up in edit mode but not in published site

    I am using iweb 09 and paste 20 photos into a tempate and they show up in edit mode fine. When I publish the site locally all the photos are missing. What can I do to fix that?

    Welcome to the Apple Discussions. On the premise that it's a damaged library that's causing the problem make a temporary, duplicate copy of the library and try the two fixes below in order as needed:
    Fix #1
    1 - delete the iPhoto preference file, com.apple.iPhoto.plist, that resides in your Home/Library/Preferences folder.
    NOTE: If you're moved your library from its default location in your Home/Pictures folder you will have to point iPhoto to its new location when you next open iPhoto by holding the the Option key. You'll also have to reset the iPhoto's various preferences.
    2 - delete iPhoto's cache files that are located in the Home/Library/Caches/com.apple.iPhoto folder.
    Fix #2
    Launch iPhoto with the Command+Option keys depressed and follow the instructions to rebuild the library. Select last three options.
    Click to view full size

  • Function keys in enter_query mode

    Dear members,
    (Forms 6i c/s)
    Function keys have different behaviors in enter_query mode: some are allowed (F1), some are forbidden (F6), some are unused (F2).
    It seems that I can't use a KEY-F* trigger to intercept the function key behavior and make it do something else when I'm in enter_query mode.
    Typically, I'd like to make those keys exit from the mode before doing their action.
    Where and how could I do that ?
    Thanks.

    Hi Matthias,
    first, think about:
    KEY-F6 is not the Shortcut F6 (the KEY-F6 is only usable/matchable via OracleTerminal)
    KEY-CREREC is F6 (default-windows)
    second:
    The disabled F6-key in enter-query mode is a new feature of Forms6i. Forms 4.5 and older aren't disallowing this key. This is a very tricky (and not a good) feature of Forms6i.
    I think, that you have no chance of using these keys in enter-query. That behaviour seems to be hard coded deep in the source of Forms6i...

  • HOW TO SHOW lov?

    Hello experts,
    i want to show LOV when i press f9, for this i use key-f9 trigger at form level and below code:
    DECLARE
         N BOOLEAN ;
    BEGIN
         N:=SHOW_LOV('LOV_EMP');
         END;
    but its not working, suggest whats wrong ?
    thanks
    yash

    yash_08031983 wrote:
    Hello experts,
    i want to show LOV when i press f9, for this i use key-f9 trigger at form level and below code:Hi, yash
    By default F9 is dedicated for LOV. No extra code needed.
    Create a LOV, assign the LOV to an item at design time. When at runtime your cursor at that item just press F9 to show the LOV.
    Thats simple.
    You can show the love by mouse click also. For this you have to write code.
    Hope this will help you.
    If someone's response is helpful or correct, please mark it accordingly.

  • Iphone shutting down automatically and asking to connect to itunes and showing i a recovery mode.

    Hello,
    This Is Mahesh Kumar Goud.I am using Apple Iphone5 and i have a problem with the phone that is always it shows connect to itunes and showing in a recovery mode.
    But i am unable it recovery my iphone and it is showing the error as "3194". So kindly help me out to get out from this problem.
    Looking forward to hear from you soon.
    Thanks:
    Mahesh Goud

    Try the troubleshooting for that error message on this page : http://support.apple.com/kb/ts4451

  • Why can I not separate the stupid "Bookmark This Page" Star from "Show your Bookmarks"? I never use that Star

    Why can I not separate the stupid "Bookmark This Page" Star from "Show your Bookmarks"? I never use that star and now it's all I click on when trying to open my Bookmarks. Very annoying

    If you want to remove the ★ star icon,
    # Install Stylish and restart Firefox when prompted.
    #* https://addons.mozilla.org/firefox/addon/stylish/
    # Click the ≡ Menu Button and choose Add-ons.
    # In the Add-ons Manager, click User Styles on the left.
    # Click the Write New Style button at the top. Paste the following in the text box, give the style a name, then click the Save button.
    #* You may need to adjust the margin values to get the Ctrl+D bookmark popup aligned properly on your system.
    <pre><nowiki>
    @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
    /* Title: Remove the bookmark star in Firefox 29+
    Author: http://forums.mozillazine.org/memberlist.php?mode=viewprofile&u=261941 */
    #bookmarks-menu-button > .toolbarbutton-menubutton-button {
    visibility: collapse !important;
    #bookmarks-menu-button > .toolbarbutton-menubutton-dropmarker::before {
    display: none !important;
    #editBookmarkPanel {
    margin-top: 32px !important;
    -moz-margin-end: -34px !important;
    </nowiki></pre>
    If you don't want to install an add-on, you can use the ''userChrome.css'' file instead, but I don't recommend it.
    * http://kb.mozillazine.org/UserChrome.css

  • My G Drive will not show up on my desktop for use. It did yesterday. It is not full and currently the light turns on and seems to be running but will not show up on my desktop. What can I do?

    My G Drive will not show up on my desktop for use. It did yesterday. It is not full and currently the light turns on and seems to be running but will not show up on my desktop. What can I do?

    1. verify on another Mac first. and another port.
    2. very likely dead SATA card
    read about it here:
    Your dead external hard drive is likely fine! Great hope for your 'faulty' external HD

  • Unable to Open RPD in online mode by using the Admin tool in OBIEE 11g.

    Hi All,
    I Installed OBIEE 11g (11.1.1.5) in Linux Box.
    When I am trying to Open the RPD in online mode by using the Admin tool, I am facing the below error.
    Logon failed due to:[nqsError:43113] Message returned from obis
    [nQSError:13037] Cannot connect to BI Security Service,please make sure this is running properly (with SSL ot not) in EM.
    [nQSError:37001] Couldnot connect to the Oracle BI Server Instance.
    All my services are up and the status are Alive,My biserver is in Running Mode and I am able to open the Answers page too.
    I am able to open the same RPD in Offline mode but not in Online mode.
    I Created a System DSN in ODBC Data Source Administrator for opening the RPD by using the OracleBIServer1 driver,still the issue doesnt resolve.
    Any help is highly appreciated.
    Thanks,
    Praveen.
    Edited by: 885630 on Dec 21, 2011 3:33 AM

    Hi All,
    This question is answered.
    The Resolution is
    While Installing the RCU i created two instances so the RPD is not able to take the correct instance.After deleting the other instance now i am able to open the RPD in online mode as it is pointing to only one instance.
    Thanks,
    Praveen.

  • HT204053 how do i download a song on my iphone and it show up on my wifes phone using icloud do i need to have the same apple id on both phones icloud

    how do i download a song on my iphone and it show up on my wifes phone using icloud do i need to have the same apple id on both phones icloud

    Downloading (using iOS or computer) past purchases from the App Store, iBookstore, and iTunes Store - http://support.apple.com/kb/ht2519

Maybe you are looking for

  • Oracle 7.3 Installation Problem on Win2000

    Dear all, Can I install Oracle 7.3 Client on win2000? I can only install Oracle Server beoz the installer recognize win2000 as NT server. Thanks !

  • ITunes 10.2.1 Update has created 2 iTunes libraries

    Have just updated to 10.2.1 and on checking finder there is an iTunes folder with all the music etc and another folder (iTunes new) which also has all the music etc. The folders are not identical as they are of different sizes but their structures ar

  • Newbie to Mac - Quick Time 7.5.5 download issue - be gentle

    I have just got an iMac and was looking to Quick Time - I was directed to download the software which i have now done 3 times. I have looked in here at hundreds of posts but cannot see the same thing. It appears to have installed ok (I think) but whe

  • HT4437 Any way to use airplay on regular tv?

    How can you use an iPhone 5 and display pictures or videos on the regualar tv I have a toshiba 47 inch flat screen tv with a ps3

  • Detecting object in images

    Hi, how can I detect objects in images using java ? I need to detect movements of an object in consecutive images exported from a video. thank you