Help in LOV

Hello experts,
I have a form with a text field attached to an LOV. I need to be able to set "ALL" values as default and also give the user the option to select individual values from the LOV.
for Eg:
*All
red
blue
yellow
green
*All = (red, blue,yellow,green) and also should be default in my field.
Thanks
Kevin

Hello,
Just UNION will do that trick in LOV's query. For example if you are using query like this...
SELECT columns...
FROM table_name
....Then try like this
SELECT columns...
FROM table_name
UNION
SELECT '**All**'...
FROM DUAL
ORDER BY 1
and also should be default in my field.Then set the Initial Value for the field as **All**
-Ammad

Similar Messages

  • Help with LOVs 2

    Sorry for the "repetition"
    I opened this thread
    Help with LOVs
    but I forgot to ask another question that is related,
    once I call up my LOV, how can I use the value that I select from that LOV and use it to display specific info? like getting the ID to use it in a select statement??
    thanks In Advance!!

    In order of price here are some suggestions:
    Seashore (free)
    Graphic Coverter ($45 approx)
    Acorn ($50 approx)
    Photoshop Elements ($75 approx)
    There are many, many other options. Search on MacUpdate.
    Regards
    TD

  • Help Me Love My New Mac!

    I have just made the switch from PC to Mac with a nice new 15" Macbook pro! I cant help but feel like I am in Brazil speaking Russian. A beautifully crafted (£1500) piece of of kit that after 5 days I am getting no use out of and am still booting my XP laptop daily to function.!
    My main obstacles i could do with some help are:
    My 3 USB/modem installs but wont run the set up. It works fine on 2 XP laptops so I am sure the hardware is all ok. The fact I cant access the internet etc on the move is a major hindrance.
    I also have lots of WMV files that the Mac refuses to open. A friend recommended 'Perian' which I downloaded but no amount of double clicking on the file will install it.
    I have also downloaded various pieces of software I used on on PC (in mac format) but again no amounts of double clicking will get them to install. Items like Perian, Google, Utorrent, VLC etc. Do I need a special Apple installer to run downloaded software. I have also downloaded the separate I-Work components form the Mac App store. When I double click them nothing happens. Could it be a problem with my MAC not installing software.
    I have an i-phone that is just brilliant and was hoping my switch to mac would be the same. Can anyone give advice on how to start my love affair with the Mac?
    Thanks in advance.

    My 3 USB/modem installs but wont run the set up. It works fine on 2 XP laptops so I am sure the hardware is all ok.
    I am sure it is working fine. But if you want to use it on a Mac, you may need one made for a Mac.
    I also have lots of WMV files that the Mac refuses to open. A friend recommended 'Perian' which I downloaded but no amount of double clicking on the file will install it.
    You need Windows Media Viewer. I have Bad news and Good news. The Bad news is that Microsoft discontinued it. The good news is that they will give you Flip4Mac to replace it, free:
    http://windows.microsoft.com/en-US/windows/products/windows-media-player/wmcompo nents
    Perian is a nice addition. If it will not open, you probably did not download the Mac version:
    http://perian.org/
    This produces a .dmg file ( a Macintosh Disk Image) double-click to open and a disk will appear. The directions in its main window say to double-click on the Perian Prefpane (visible in the window) to install and set up.
    If you cannot get .dmg to open, something is wrong with your Mac. You may need to use Disk Utility to Verify your Directory and Repair Permissions.

  • Help with LOV query

    Hi,
    I need some help with a lov.
    The lov needs to be populated with distinct values of an item description
    I have 3 records in my table
    "1" "Roof Plate"
    "2" "Threaded Rod"
    "3" "Roof Plate"
    Therefore my lov should only have "Roof Plate" and "Threaded Rod"
    I can't figure out how to do this in the lov bearing in mind i need a display_value and return_value
    Please help..

    Hi,
    >
    I need some help with a lov.
    The lov needs to be populated with distinct values of an item description
    I have 3 records in my table
    "1" "Roof Plate"
    "2" "Threaded Rod"
    "3" "Roof Plate"
    Therefore my lov should only have "Roof Plate" and "Threaded Rod"
    I can't figure out how to do this in the lov bearing in mind i need a display_value and return_value>
    What is the expected return value, 1 or 3?
    Regards,

  • Help with LOV

    hello experts,
    i am having some problems in a query from my LOV
    select retailer_num, retailer_name
    from lotto_retailers
    where agent_status_id = 2
    and salesrepid= :criteria.rep_id
    UNION
    SELECT '0', '**ALL**'
    FROM lotto_retailers
    where agent_status_id = 2
    and salesrepid= :criteria.rep_id
    ORDER BY 1i have created a text field in forms with a list of values base on the above query
    i want to have an "ALL" option where it will select all retailer_num based on my salesrep_id condition.this doesnt seem to be working.
    anyone can help plz
    thanks

    Hello,
    Kevin CK wrote:
    Hello,
    so when i do the select from dual, will it give me all the retailers linked to the salesrep id specified ?Actually select statement from dual is nothing to do with retailers. It is just for showing the ALL value in list. The query modified by manu will work as you required. Because there is condition you already used for salesrep.
    -Ammad

  • Help for LOV

    hi i had created a LOV after that i enterd data in the table but i am unable to retrive complete data LOV is showing onlu first 23 records i have changed in advance tab retrive 60 records at a time
    but rows in my table are 35 and LOV is showing me only 23 rows plz help me

    hi friends and sirs
    it was a gr8 help from u all i get every time this time i am in a prob of different type
    i want to display name instead of id while selection from lov and but want to put id in data base instead of name and while getting information from database i want to display name instead of id in the text box is it possible if yes then plz help me in this regards
    thank you again for every thing
    take care every one
    bye

  • Urgent: please help with LOV problem

    Hi,
    I created a record group and LOV (LOV1), also a text item set list of value property to LOV1. When I ran form, it showed the list, but when I selected one from the list, neither double click or click OK put anything into the text item. Could someone tell me what went wrong? Thanks a lot.
    Sa

    Did you set the "column mapping properties" so the LOV can know which value(s) to return to which form item(s)?

  • Need Help :: Controlling Lov validation programatically.........

    Hi Frds,
    Plz... give ur valuable suggestions ........
    I have a requirement that i have to set LOV  Disable validation property to yes /No based on the condition....
    How can i achieve this...............Plz.. give ur valuable suggestions.........
    Regards & Thanks,
    Jaya

    Hi Jaya,
      Try below in PFR
    if(pageContext.isLovEvent())
           String lovInputSourceId = pageContext.getParameter(SOURCE_PARAM);
              if(lovInputSourceId != null && lovInputSourceId.contains("Item")){
                    am.invokeMethod("handleitemLovChange");
    Also Refer below link for Controlling validation in PR.
    Re: Hiding Region:Urgent
    Thanks,
    Dilip

  • When i try and open mail on aol it opens and disappears( the email it self) only on mozilla, new problem any help? love firefox..

    when i open my firefox , aol is my home page.
    open mail and see mail box and related.
    click on a mail to view, it opens breifly (1 sec) and disappears????
    this is only on firefox checked explorer and chrome

    I tried to uninstall bing and it's not listed as a program anywhere, I don't know what to do! Plus I use windows 7... help!

  • Residential Online Help Would Love Your Feedback

    Hi!  Verizon Community!
    We just wanted to let you know we have just added an online survey to our Residential Help site.  We believe that Verizon Community members give us the best input!
    Can you please take a few minutes and fill out this survey? 
    The survey can be found at http://www22.verizon.com/residentialhelp/ - simply click the "Support Feedback" button in the upper right corner of the page, just below the award icons.
    We appreciate it and thank you!

    heyjosh wrote:
    Your website is overwhelming complicated and very hard to use.   I was looking for a simple answer - what is the * short cut for VM Access...  Could not find this, could not get appropriate information.  Could not log on to my resident account.
    YOUR SERVICE IS JUST TO CUMBERSOME!!!
    Just to point out how bothersome it is, the link for the feedback survey was resulting in "page not found"
    Verizon - to big to succeed!
    Hello,
    If you have FiOS Digital Voice for your telephone plan, you can dial *86 from your home phone or call 1-888-234-6786 (1-888-2FIOSVM) to access your voicemail.
    For additional information about FiOS Digital Voice such as calling features, user guides and access to your voice account settings, here is a link:
    www.verizon.com/fiosvoice
    If you have suggestions for any Verizon service/product/offering on the internet, telephone or TV, these can be made on the 'Idea Exchange' section of the forum where it'll be noticed more by other Verizon community members as well as Verizon employees who can bring up individual ideas to the appropriate teams.
    Also, forum members can vote on the posted idea for greater emphasis.
    Please see:
    http://forums.verizon.com/t5/Verizon-Idea-Exchange-FAQs/Idea-Exchange-FAQs/td-p/231267 for more details.
    The direct link to the Idea Exchange section is found here:
    http://forums.verizon.com/t5/Verizon-Idea-Exchange/ct-p/ideaexchange
    Hope this helps!

  • HELP I love my music

    I have 356 songs total that are all still on my iPhone, but suddenly only 40 of those songs are on my iTunes account on my laptop. How can I get all the music on my iPhone 4S back on my iTunes?

    Hey angkrell,
    Thanks for the question. Depending on the type of content, and how it was aquired, you may be able to transfer it to your computer. For more information, see this article:
    iTunes: Transferring media from your iPhone, iPad, iPod touch, or iPod
    http://support.apple.com/kb/HT1209
    Additionally, you can download any past iTunes Store purchases from the iTunes Store:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    http://support.apple.com/kb/HT2519
    Thanks,
    Matt M.

  • LOV Help

    Hi,
    I would appreciate if anyone could give me some solution to the below problem.
    There are two tables one is master and the other is detail.
    Master Table - grade_master
    grade_code varchar2(5)
    customer_cd varchar2(5)
    Detail Table - grade_detail
    grade_code varchar2(5)
    element_cd varchar2(2)
    min_value number(7,3)
    max_value number(7,3)
    Now in one of the transaction entry, i need to show the LOV based on grade master table and grade detail table. My client wants to display grade code and customer code in LOV and when the user scrolls through the record in LOV based on the record it should display or popup the details of it i.e element code, minimum value and maximum value. The client gave me the example of windows (Start - Programs - and in programs when we scroll up and down it pertaining records are show on the right side based on the selection we made or he wants to show as tool tip). Please note for one grade there can be more than one record that is the reason I have created detail table for grade.
    I hope my explaination regarding my problem is ok.
    Please suggest me or give me some solution to solve the problem and fulfill my client.
    Message was edited by:
    sk

    Thanks Indu for replying.
    Actually my cleint wants to see the element detail i.e. (Element code,min value,max value), the moment the record is highlighted or the cursor scrolls to that record in LOV (master lov - grade code,customer code). Something similar to master-detail entry form.
    The best example to understand is department and employee table. Let assume we create a block based on dept table in tabular form and another block based on employee table in tabular form and then we make relation between this on dept_cd. So when we run the form, as the we scroll the department record(master form) accrodingly the detail record changes i.e. data from employee for that dept. He wants this sort of help or LOV
    What suggestion you gave would not help me.
    Could somebody help to give me some brilliant solution.

  • My ipod wont restore and screen is frozen help heLP HELP!!!!!!!!please love

    okaii..so letss see.. i gott this ipodd on sunday July 2.. so far my computer didnt recognize it.. then the screen was frozen on do not disconnect.. than it was stuck in chinese(thanks to my stupid friend) but thats fixedd after a million pachillion hourrs of calling and searching .. wen my itunes finally recognized it it said updating songs but i have 477 so it took a whilllleeee .. finally wen it finished both my itunes nd ipod said okaii to disconnect nd i did but NOW THE SCREEN IS STUCK ON USE ITUNES TO RESTORE but wen i plug in the ipod nothing happens..nd i tried to restore it but it says IPOD IS NOT COMBATIBLE WITH PROGRAM nd wen i try to reinstall my ipod that just didnt work which was my problem in the first place..ahahah so yea i lykk realllly neeed helpp .. nd no im not naturally blondee ahahah jkjkjkjkj..so PLEASE HELP ME LOVES ND ILL LOVE U FOREVERRRRR*buh bii noww..nicc<3*

    To say the least, your post is very difficult to understand. It would also be helpful to know whether you are using Windows XP or Mac OS. Let us know...
    MV

  • ITunes 6.4 will not install?  Help!

    Good evening everyone,
    Every time iTunes opens it asks me to install iTunes 6.4 (I believe) or the newest version.  It begins to install and gets maybe about 75% done before an error pops up saying that the network I am on does not contain the resources necessary to install the program.
    I honestly don't know what to do when it comes to solving this.  I'm good with computers but don't know too much about them, and I don't want to permanently damage this one.  I have Windows Vista.  The laptop I'm using is old but still fully functional from around 2005?  It's an hp as well, not that it matters.  Please help, I love my music and I hate that iTunes is acting up.
    Thanks,
    Hannah

    And the updater is called iTunes6.4.
    many thanks.
    Download the Windows Installer CleanUp utility from the following page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page):
    http://majorgeeks.com/download.php?det=4459
    To install the utility, doubleclick the msicuu2.exe file you downloaded.
    Now run the utility ("Start > All Programs > Windows Install Clean Up"). In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove", as per the following screenshot:
    Quit out of CleanUp, restart the PC and try another iTunes install (using an installer from the Apple Website). Does it go through properly this time?

  • My Adobe flash player plug in keeps crashing, i have uninstalled and reinstalled and restarted and rebooted and it is still coming up with the message that it has crashed, please can anyone help...

    Every time i try to go into a game in facebook it comes up that my Adobe Flash player plug in has crashed, i have updated everything i possibly can. this only started last night and i have had no trouble with it in the past. please help i love my games
    == This happened ==
    Just once or twice
    == last night

    ****************************************************
    I WAS HAVING THE SAME ISSUE AND DECIDED TO UNINSTALL FIREFOX 3.6.4 AND REINSTALL FIREFOX 3.5.10. AFTER I DID THIS, I WAS ABLE TO PLAY ALL THE GAMES WITHOUT GETTING THE CRASH PROBLEM!!!!!!!!!!!!!! JUST THOUGHT YOU WOULD ALL LIKE TO KNOW...GOOD LUCK...I'M STAYING W/FIREFOX 3.5.10!!!!!!!!!!!

Maybe you are looking for

  • Weird scroll behavior in Folder with actions attached

    My downloads folder has an action that is performed when files are added. Now when scrolling down the contents within List mode, it will randomly jump back to whatever file I have selected. Is this expected behavior with folders that have actions att

  • HP LaserJet M1536dnf MFP; P1606dn and 200 color M251n SNMP trap

    Is it possible to configure these devices to send data in SMTP trap?

  • Airport express setup, not working, please help me out

    i recently purchased a airport express so that i can extend the range of my current network, use airtunes, and have wireless printer sharing. My base station is a d-link router, and from there i have been having a lot of problems. I have been able to

  • Condition is not working

    Hi ALL.. Please give me your suggestions why this problem occurs. In the condition,when I keep the Charecteristic Assignment as "All Charecteristics in Drilldown independently" then I am getting only result row. But when I used "Individual Chars and

  • Using Parallel Processing for Collection worklist Generation

    We are scheduling the program UDM_GEN_WORKLIST in Background mode with the below mentioned values in the variant Collection Segment - USCOLL1 Program Control: Worklist valid from - Current date Ditribution Method - Even Distribution to Collection Spe