Regarding show LOV

Hi everyone,
My Requirement after clicking the addtest button i want show the AZBJ_MER_RIGHTS_LOV for that
i write code in when-button-pressed
     set_item_property('MED_FUR_REQ.test_no', lov_name,'AZBJ_MER_RIGHTS_LOV');
after running it does show anything ,kindly help me.
Thanks,
N.sundar.

Sundar - Posted: Oct 31, 2011 5:02 AM after running it does show anything>
So this is not entirely true, it is showing an error; as you stated here.
Sundar - Posted: Oct 31, 2011 5:48 AMthe system give error msg PL/SQL built-in show LOV failed >
What is the error?
As you are fairly new to the Forums, you might want to take a few minutes to review the following:
<ul>
<li>Oracle Forums FAQ
<li>Before posting on this forum please read
<li>10 Commandments for the OTN Forums Member
<li>How to ask questions the smart way
</ul>
Following these simple guidelines will ensure you have a positive experience in any forum; not just this one! ;-)
If you want help, you must give more details about the problem you're having or any question you have. You should always list (at a minimum) your software versions (Forms, RDBMS and Java [if web deployed]) and any Error Messages you might be receiving.
Craig...

Similar Messages

  • 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.

  • Past Due-Show Love for PC Gamers

    BB should have more promos that include the PC gamers
    http://forums.bestbuy.com/t5/Best-Buy-IdeaX/Past-Due-Show-Love-for-PC-Gamers/idi-p/528964

    guess there's not that many PC gamers that buy from BB

  • 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

  • Show LOV only when field is blank

    Hi all,
    My environs:
    Oracle 10g on Windows
    Forms [32 Bit] Version 9.0.4.1.0 (Production)
    Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Oracle Toolkit Version 9.0.4.1.0 (Production)
    PL/SQL Version 9.0.1.5.1 (Production)
    My problem:
    I have a field in a block, that is text_item and is tied to a LOV item. I want the LOV to show up automatically, each time I tab into it, only when the item is BLANK (say when I am trying to insert into the block). When on query, it should only display the queried value into the field, and user can choose to activate the LOV, by pressing F9, if she wants to. It now displays automatically each time text item is in focus (works fine when user is inserting, but annoying when she has queried the form, and trying to tab thru. Each time she focuses on the field, LOV is popping up!)
    The current property setting on the text field item: Type: Text Item
    List of Values : MY_LOV_NAME
    Validate from List : Yes
    Properties on MY_LOV_NAME
    Automatic Display: Yes
    Any suggestions? Or Item level trigger i can use, and if so, when build_in can I use?
    New to forms and will greatly appreciate advice from pros!!
    Thanks
    Libran_girl

    It is very simply,
    IN When-new-item-Instance
    DECLARE
    V_LOV BOOLEAN;
    BEGIN
    IF :ITEM_NAME IS NULL
    THEN
    V_LOV = SHOW_LOV(LOV_NAME);
    END IF;
    END;
    give it a try, you will get your result, if it doesn't work then try :block_name.item_name
    Abbas

  • Regarding showing of all the expense account with amounts

    Hi,
    I want to create a report  which will show all the expenses account name and the amount in a already existing XL Report of sales margiin. Below this report i want all the accounts. How to put group in a row. How to do this?
    regards priya

    Hi Priya,
    You need to addin a row expansion below the report with selections to include all expense accounts.
    This is quite simple to achieve.
    Regards,
    Hamsa

  • Regarding show vtp status

    Hi All,
    I'm learning networking.
    I've a doubt from the output of show vtp status. What does it mean by "Maximum VLANs supported locally" ?
    And the output is showing that the present verions is "VTP Version 2" and again at VTP V2 mode it is showing as disabled, why?
    And I'm i not running the vtp version2 ? If yes, which version is this?
    Can someone tell me what is "VTP Traps generaiton" ?
    Regards,
    Chandu

    Hi Chandu,
    let me start with some brief answers, we can dig deeper then if you like.
    What does it mean by "Maximum VLANs supported locally" ?
    The number depend on the platform.
    Example: Catalyst 2960 Data Sheet: Max. 255 VLANs
    Much more important: Low-end platforms are limited in the number of spanning-tree instances they support.
    Example: Catalyst 2960: Max. 128 instances
    And the output is showing that the present verions is "VTP Version 2" and again at VTP V2 mode it is showing as disabled, why?
    It means the switch/IOS is v2-capable (but running v1).
    This output- line in your IOS is somewhat misleading, other IOS provide a much better output:
    VTP Version                     : running VTP1 (VTP2 capable)
    Can someone tell me what is "VTP Traps generaiton" ?
    You can enable SNMP traps for VTP events (SNMP traps are sent to a management station):
    Sw1(config)#do show vtp status | i Traps
    VTP Traps Generation            : Disabled
    Sw1(config)#snmp-server enable traps vtp
    Sw1(config)#do show vtp status | i Traps
    VTP Traps Generation            : Enabled
    And also at the end what does it mean "MD5 digest" i believe it is reffering to VTP password, but i didn't set any password for this switch yet.. but on the right side of that it is showing some hexadecimal values what are they?
    Have a look at this discussion:
    https://supportforums.cisco.com/message/4105410#4105410
    Configuration last modified by 0.0.0.0 at 3-26-93 14:35:34  --> What does this exactly mean?Local updater ID is 0.0.0.0 (no valid interface found) --> what is local updater ID, i thought it wil be an IP address, but again it is showing like no interface found?
    The switch hasn't received "better" VTP information from another switch so far and uses its own information (local vlan.dat).
    0.0.0.0: It seems like it doesn't have an IP address configured and up/up.
    HTH
    Rolf

  • Cicsco asa clarification regarding show local host

    Hi Team,
    we are observing the no. of conn thru asa 5580 is getting increased and one a fine day it will stop sending/receiving traffics.
    firewall# show conn count
    1900000 in use, 2000008 most used
    As per the datasheet of this asa, the max conns permissible is 2 million (20 lacs). and the output shows that currently 1900000 connections are there and 2million+8 connections are most used.
    when i run " show local-host | include host|count/limit ", below are the outputs showing for max connections..
    local host: <172.x.x.x>,
        TCP flow count/limit = 35857/unlimited
        TCP embryonic count to host = 25
        UDP flow count/limit = 0/unlimited
    local host: <DC01>,
        TCP flow count/limit = 306/unlimited
        TCP embryonic count to host = 8
        UDP flow count/limit = 736807/unlimited
    local host: <DC02>,
        TCP flow count/limit = 246/unlimited
        TCP embryonic count to host = 2
        UDP flow count/limit = 582010/unlimited
    local host: <172.y.y.y>,
        TCP flow count/limit = 1/unlimited
        TCP embryonic count to host = 0
        UDP flow count/limit = 308412/unlimited
    These are the top 4 connections, i wonder should we consider only the tcp flow count or udp as well ??

    Hi,
    I have had to deal with a similiar problem only 2-3 times. And it was always a "contaminated" computer/server.
    In the latest case a single server in an environment with ASA5540 was pushing so many connections that it reached the maximum connections for that ASA model (400 000)
    First I would start checking what connections are beeing formed from the host that you listed above. I guess you should usually see some sort of well known port used for any service thats needed. Might also help if there was someone there that knows exactly what connections your servers etc. are supposed to handle.
    How many hosts are there in your network?
    What has been the normal trend with the connection count before you ran into this problem?
    How did you notice this problem? Connections werent being formed through the ASA?
    What have you done so far regarding this problem?
    - Jouni

  • Regarding Showing an output screen in FP

    Hi
    There is a Sales order from --> We need to add a sub menu under menu...(in Action menu we need to add a SOIR report). When they select this Automatically SOIR program needs to be submitted. Till this we can achieve the solution....but user requested to once he clciks on SOIR report menu the page need to be routed to "Request scrren" ( I mean
    it has to show al lthe requests which are submitted bt using his ID) so that he can clcik on View output and check the output.
    Please let me know if this is possible.
    Regards,
    Bala

    Hello,
    Could you confirm this question is in relation with the standalone Oracle Forms tool ?
    Francois

  • Question Regarding "Show View Options"

    Good morning!
    I have a question and I am hoping someone here on the Apple Support Communities will be able to assist me.
    I am using a MacBook Air and have downloaded the latest iOS (Mavericks).  I have my iTunes application open and in the menu area, under "View" there is a selection called "Show View Options" but when I click on that selection, nothing happens.  Does anyone know why I cannot get the "View Options" to appear?
    Thanks,
    Michael Weaver, Jr.
    WU Online (AKA: Wrestling Update Online | www.WrestlingUpdateOnline.com)
    Follow me on Twitter at @WUonline!
    "Friend" me on Facebook at www.Facebook.com/JMichaelWeaverJR!

    No simple or known solution. Just hit CMD+2 and the window will retain the list view. It's one of my bugaboos and I've filed a bug report, but it hasn't been added.

  • 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......

  • Show lov records in ascending order

    we want lov to display the records in ascending order in forms. How can i do this ?
    please help!

    Hi,
    you can visit the following links. It will helps you to create a LOV using Form Personalization.
    http://apps2fusion.com/apps-training/147-forms-personalizations
    http://blog.optiosys.com/?p=202
    http://erpschools.com/articles/change-displayed-data-in-lov-using-forms-personalization#13486622087461&59812::resize_frame
    HTH
    Sanjay
    Edited by: Sanjay Desai on Sep 26, 2012 5:58 PM

  • 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?

  • Regarding showing of some text with one parameter.

    Hi
    I want to know that is there any funtion module by the help of which I can display some text information about one parameter. This will be displayed as the icon just after the selection field. On clicking on it the text information will be displayed.

    Here is an example of handling it manually in your program.  You still need to create the data element and the documentation of the data elment, in this example, it is ZTEST. 
    report zrich_0001.
    type-pools: icon.
    selection-screen begin of line.
    parameters: p_test type ztest.
    selection-screen pushbutton (4) help user-command help.
    selection-screen end of line.
    at selection-screen output.
      write icon_information to help.
    at selection-screen.
      case sy-ucomm.
        when 'HELP'.
          data: links type table of  tline.
          call function 'HELP_OBJECT_SHOW'
               exporting
                    dokclass = 'DE'
                    dokname  = 'ZTEST'
               tables
                    links    = links.
      endcase.
    Regards,
    Rich Heilman

  • Capital one showed love

    Capital One is always a SP.

    Crazyinthesunlight wrote:
    I just tried it and it increased my platinum from 300 to 800.  But i tried it with my quicksilver and it told me it would let me know in a day or two.  thats probably not a good sign huh?  is it better to try it when you have a really low balance on the card?  are you more likely to get an increase that way?My wifes was increased from 500 to 1500 when it had over 400 on it. Is yours maxxed out completely or just a large balance? You will be able to see the reason in a couple of days. They will place an electronic document in your account. You should get an email notification when its there.

Maybe you are looking for

  • Shuffle is not recognized by windows xp or itunes.

    I have a ipod mini that is working wonderfully but when I tried to connect my son's shuffle - nothing happened. I have reinstalled ipod software & itunes, charged and reset the shuffle - everything I could think of. I am unable to restore it because

  • JCO connection failure

    Hi Friends, I am getting the below error in integration engine "communication failure during JCO call". Pls help me how to resolve this issue. Regards, Suresh.

  • CR XI Issue with Stacked Bar Chart

    I'm hoping this question is easy. I'm having trouble creating a stacked bar chart. I want to do a Bar Chart which will show one "Bar" for each Priority (Priority 1, 2, 3, 4 or 5) and then for each Priority divide out, by color, the Status (Submitted,

  • Operation wise Report of production order

    Dear Experts, I am having total 4 operations in production order .I want operation wise report ( For example ,I am having production order of 10 quantity , I want a report through which I can check how much quantity is lying in operation 10 ,20 30 &

  • Database reorg or coalition

    Hi, I have a verybig table with 500,000 rows and it's growing everyday with 70-80 rows.When i query this table it's taking lot of cpu time becoz it has to scan all 500,000 rows.Ofcourse i dont needthose many rows in that table i can delete rows whic