Search in LOV

hi,
i use a classic tabform one a table(filled only with technical keys/values) and using LOV´s to rename the technical keys/values....
the problem is the search panel of the tabform only find technical keys/values....
there are solutions to find the renamed (LOV) values with the search bar?
thx for help
br

ok more details....
i use a tabluar form on a table. this table only filled with technical keys ( only foreign keys, n:m table)
table column 1 : table column 2
1 : 2
2 : 15
3 : 10
21 : 137
but everyone, who have to update the table, will not know the sence behind the numbers.
so i used LOV´s on that foreign keys to resolve the numbers...
next...on this table is a search panel (from tabluar form wizard)
the problem ...the search panel didnt find anything, if you searching for the resolved LOV´s values
cause of that....
select
FK1,
FK2
from table1
where
instr(upper("FK1"),upper(nvl(:P28_REPORT_SEARCH,"FK1"))) > 0 or
instr(upper("FK2"),upper(nvl(:P28_REPORT_SEARCH,"FK2"))) > 0
LOV on FK1 -> (select table1.resolved_name1, table1.pk from table1)
LOV on FK2 -> (select table2.resolved_name2, table2.pk from table2)
i solve the problem that way....
select
FK1,
FK2
from table3
where
instr(upper("FK1"),upper(nvl(:P28_REPORT_SEARCH,"FK1"))) > 0 or
instr(upper("FK2"),upper(nvl(:P28_REPORT_SEARCH,"FK2"))) > 0 or
instr(upper((select resolved_name1 from table1 where id = "FK1")),upper(nvl(:P28_REPORT_SEARCH,(select resolved_name1 from table1 where id = "FK1")))) > 0 or
instr(upper((select resolved_name2 from table2 where id = "FK2")),upper(nvl(:P28_REPORT_SEARCH,(select resolved_name2 from table2 where id = "FK2")))) > 0
now i could use the search panel on the foreign keys + resolved names...
there are any other solutions?
(sry for my bad english)
br sksus

Similar Messages

  • Textfields in advanced search from LOV non-editable

    I have a LOV where the textfields in advanced search are always non-editable. When I look into the LOV JSP page, maxlength of the textfields is 0.
    One of the textfields uses following attribute:
    in EntityObject: attribute "Kuerzel", type "String" (database datatype VARCHAR2(10))
    in ViewObject: attribute "DspKuerzel"
    in the JHeadstart ADF BC Property Editor from EntityObject and ViewObject the Setting "maximum length" of the attribute is not set (no entry). Jheadstart help says that when maximum length is set to 0 then the corresponding textfield is non-editable. But here it is not set. Is there a solution to this problem?

    If you send a testcase to [email protected] and rename extension .zip to .zipped we can investigate why the maximum length is not generated correctly in your situation.
    Steven Davelaar,
    JHeadstart Team.

  • How to do search with LOV+oracle adf

    Hi,
    I m using jdeveloper 11g with oracle adf .As i know that input text with LOV has default search facility. Plz tell me how to make search by using LOV .so that when i click on input text with LOV data should come in form.

    hi
    check this
    http://andrejusb.blogspot.in/2008/02/list-of-values-component-in-search-and.html
    Regards

  • Search with LOV

    i want to execute a search from a LOV. this search should be done by key or by name. the restriction that i found is that my LOV perform a search only by the first column.(in this way only by key or only by name).
    there is any solution to this pb.
    thanks in advance.

    You can assign at runtime another record group to the LOV using SET_LOV_PROPERTY.
    You can choose which record group to use depending on the the type of search required.
    Regards
    Rose

  • Reduce advanced search criteria LOV

    I have created OAF page with resultsBasedSearch = advanced panel Query Region. In advanced search criteria, I see four values in LOV - "is, is not, after, before". I want to limit options to "is" and "after". Is it possible to do this? If so, can you tell me in detail how?

    Hi.
    please try put your locale en tag view.
    <f:view locale="it">
    in Jdev 11.1.1.4 works!!

  • Multicolumn Search in LOV

    Dear Friends
    I want to search by multicolumn(the columns are in
    LOV) in the forms. Please give the reply

    hi chris
    thanks for your answering
    i think you do not understand correctly my problem
    your solutions will not resolve my problem.
    please attention to me
    i have an InputListOfValues Component on my page
    in this lov i have more than one field
    now,i want to type other field Values in inputListOfValue before Opening listOfValue popup
    and when popup is open i see result of executeQuery with my value
    i set AutoSubmit Property to true
    if i want to use lov main field for searching in this way there is not any problem
    but if i use other fields will not working truly
    i do not know that you can understand my problem

  • Search on Transient attribute LOV not working properly.

    Hi All,
    I made LOV on a transient attribute of VO. While drag & drop it onto the page I selected the option: List of values-->ADF LOV Input.
    In LOV search form there are 2 fields : org code & org name. Whenever we provide either/both of the search parameters. It works fine but as & when we click on SEARCH button without providing any search parameters(i.e. org code & org name both are blank) it makes subsequent search of LOV with either/both of the search parameters not working.
    Please suggest any solution for the same.
    Thanks & Regards,
    Manu
    Edited by: rechin on May 16, 2012 3:16 AM

    I selected the VO attribute(while VO is opened) on which I want to create LOV. Added list of values for it with following details:
    Configuration tab :
    List Data Source - same VO as VA
    List Attribute - org code
    UI hints :
    Default list type : Input text with list of values
    Display attributes : org code, org name
    List search : All querable attributes
    let me know if you need more details.
    Edited by: rechin on May 16, 2012 3:27 AM

  • Issue in standard LOV after extending the VO

    Hello All,
    My requirement is to restrict the LOV "Payment Document" of standard page "PsrPG.xml".
    Path of the page :-
    oracle.apps.ap.payments.psr.webui
    I have extended the VO and implemented my logic to fulfill the requirement. Its working fine if I click the glass icon and try to search in LOV window .
    If I enter the same value in the base page field and tab out then also it is working fine means I am able to select the value.
    Issue :-
    If I use the look Ahead feature of oracle then the matching records are appearing in the Look Ahead LOV window but when I select any of that record it is opening the LOV window "Pop up Window" and says no record found.
    Any help on this is greatly Appreciated.
    Regards
    Karan deep.

    Hello All,
    My requirement is to restrict the LOV "Payment Document" of standard page "PsrPG.xml".
    Path of the page :-
    oracle.apps.ap.payments.psr.webui
    I have extended the VO and implemented my logic to fulfill the requirement. Its working fine if I click the glass icon and try to search in LOV window .
    If I enter the same value in the base page field and tab out then also it is working fine means I am able to select the value.
    Issue :-
    If I use the look Ahead feature of oracle then the matching records are appearing in the Look Ahead LOV window but when I select any of that record it is opening the LOV window "Pop up Window" and says no record found.
    Any help on this is greatly Appreciated.
    Regards
    Karan deep.

  • Oracle Text in LOV

    I'm afraid we're still using 10.1.3.5...
    Is it possible for an LOV to perform a fuzzy search against an Oracle Text index (i.e. use the contains operator)?
    We have previously done something similar by overriding the advancedSearch method to insert new clauses into the VO's where clause. Would we be able to do something similar in an LOV?
    thanks,
    M

    Yes, that should be possible but it will come down to custom coding, check out this blog post:
    http://adfplus.blogspot.nl/2012/05/google-like-search-and-lovs-using.html#mor
    Steven Davelaar,
    Jheadstart Team.

  • Is there a problem using popup LOVs in a portal form with a bind variable?

    I have a portal form with 2 LOVs. The second LOV is a dependent LOV whose bind variable can be NULL. I have read Note 263923.1, "How To Create Dependent Lovs In Forms", and my form works as long as I use combo boxes to display the LOVs. I need to use popups so the user can search the LOVs as they are quite lengthy. Plus I want to be able to pick a value from my second LOV without selecting a value from the first LOV -- hence, my bind variable can be null and that is where my problem lies. As long as I select a value from the first LOV, the second LOV popup will work. If I click on the icon to display the second LOV without pre-selected a value from the first LOV, I get the following error:
    POPUP LOV ERROR:
    LOV: "9A17692880B6B8509F514F5B9CA9EC808DD403218B3CF19A33C04CD1FAB0ADE17ADC33E6B67998A933357CE5264D204E"
    Parse Message: Parse as pre-set global: "TORE".
    Find Message: LOV is of type DYNAMIC (LOV based on SQL query).
    Query: "SELECT ...."
    wwv_bind.prepare_bind: ORA-01403: no data found
    My form is based on a table with a custom layout. The sql for the second LOV is similar to: SELECT ENAME, EMPNO FROM SCOTT.EMP WHERE (DEPTNO = :DEPT AND :DEPT IS NOT NULL) OR :DEPT IS NULL.
    Thanks in advance for any help,
    Carol

    Don't use EPS any more! It does not support transparency nor color management.
    If you save vector files from Illustrator, use AI with PDF compatiblity.
    If you save image files from Photoshop, use PSD.
    If you save image files combined with vector forms and/or text from Photoshop, use PDP which is a Photoshop PDF.
    For vectors from Illustrator use CMYK files.
    For images use RGB, conversion to CMYK should never done before PDF export, better, if the printer allows it, is to export a PDF with live transparency as it is PDF/X-4
    If the printer requires a PDF with CMYK only export a PDF/X-1a.

  • Query LOV and how to display the LOV back in the Text item.

    Hi All,
    I have got a big time problem in getting back my LOV value after Querying it.
    Am using a Tabular Canvas having 10 rows and two columns, one having "Type"(as LOV) and corresponding "Type identifier".
    My LOV is an non data block item, having the correct return type. When ever i search for a value in the LOV, its should give out all the "Type Identifier" list and the "Type".
    But what i am facing is, am not able to get back the selected LOV after querying it and am getting the entire "Type Identifier' with out any filter.
    In short my requirement is,
    - I need to search an LOV,
    - Display the LOV value in the "TYPE" field.
    - Display the corresponding "Type Identifiers'
    Pls note: Since am new to Oracle Forms, if in your replies, if you specify to use any code in trigger, pls specify which trigger to use.
    Thanks a lot in Advance... its bit urgent
    Arun

    Hi Dave
    The requirement is suppose i have an Lov called OrgName is atatched to a column in which user will select the Ou Name from the list and internally the respective org_id will store into the database where the OU Name is available in the same data block but it is not database item . (Only org_id is database item)
    Now if you query the same block i would expect the Ou Name should display .
    Right now in my case it is not displaying anything into that column.
    Hope u understood this time..Please let me know is there any trick?

  • LOV View Criteria Error : JBO-36001: Mismatching parentheses

    JDeveloper Version 11.1.1.0.2
    I am getting following error when trying to execute a search from LOV Search Region
    I have one field
    Book_Description with value "Rob" , and clicking on Search Returns one Row in LOV, and actual value is "Rob's Book" , clicking ok closes the LOV popup and brings me back to the LOV field,
    Now, If I try to Launch LOV again. it gives me following error, and it seems like it does not like "Rob's Book" value , while parsing View Criteria Expression
    my View Criteria is [created thru JDeveloper]
    ( ( ( UPPER(BOOK_DESC) LIKE UPPER('%' || :bookDesc|| '%')  )  OR  ( :bookDesc IS NULL ) ) )  which means, BOOK_DESC Contains :bookDesc (where bookDesc is bind variable and BOOK_DESC is DB column name)
    If I search any other value which does not contain special character ' (inverted comma e.g Rob's Book) it works fine. Is this a bug ?
    JBO-36001: Mismatching parentheses
    Aug 21, 2009 3:55:12 PM oracle.adfinternal.view.faces.config.rich.RegistrationConfigurator handleError
    SEVERE: Server Exception during PPR, #3
    javax.servlet.ServletException: JBO-36001: Mismatching parentheses
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:277)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:181)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:85)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:279)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._invokeDoFilter(TrinidadFilterImpl.java:239)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:196)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:139)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at oracle.security.jps.wls.JpsWlsFilter$1.run(JpsWlsFilter.java:85)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:257)
         at oracle.security.jps.wls.JpsWlsSubjectResolver.runJaasMode(JpsWlsSubjectResolver.java:250)
         at oracle.security.jps.wls.JpsWlsFilter.doFilter(JpsWlsFilter.java:100)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:65)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:149)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3496)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2180)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: oracle.jbo.expr.JISyntaxError: JBO-36001: Mismatching parentheses
         at oracle.jbo.expr.JIExpr.getTerm(JIExpr.java:313)
         at oracle.jbo.expr.JIExprSQL.getTerm(JIExprSQL.java:185)
         at oracle.jbo.expr.JIExpr.getIdentTerm(JIExpr.java:503)
         at oracle.jbo.expr.JIExpr.getMultiplyExpr(JIExpr.java:536)
         at oracle.jbo.expr.JIExpr.getAddExpr(JIExpr.java:589)
         at oracle.jbo.expr.JIExpr.getCompareExpr(JIExpr.java:648)
         at oracle.jbo.expr.JIExpr.getAndExpr(JIExpr.java:839)
         at oracle.jbo.expr.JIExpr.getOrExpr(JIExpr.java:800)
         at oracle.jbo.expr.JIExpr.getBooleanExpr(JIExpr.java:789)
         at oracle.jbo.expr.JIExpr.getAssignExpr(JIExpr.java:878)
         at oracle.jbo.expr.JIExpr.getVarDeclExpr(JIExpr.java:932)
         at oracle.jbo.expr.JIExpr.getStmtExpr(JIExpr.java:986)
         at oracle.jbo.expr.JIExprSQL.getStmtExpr(JIExprSQL.java:572)
         at oracle.jbo.expr.JIExpr.getTerm(JIExpr.java:307)
         at oracle.jbo.expr.JIExprSQL.getTerm(JIExprSQL.java:185)
         at oracle.jbo.expr.JIExpr.getIdentTerm(JIExpr.java:503)
         at oracle.jbo.expr.JIExpr.getMultiplyExpr(JIExpr.java:536)
         at oracle.jbo.expr.JIExpr.getAddExpr(JIExpr.java:589)
         at oracle.jbo.expr.JIExpr.getCompareExpr(JIExpr.java:648)
         at oracle.jbo.expr.JIExpr.getAndExpr(JIExpr.java:839)
         at oracle.jbo.expr.JIExpr.getOrExpr(JIExpr.java:800)
         at oracle.jbo.expr.JIExpr.getBooleanExpr(JIExpr.java:789)
         at oracle.jbo.expr.JIExpr.getAssignExpr(JIExpr.java:878)
         at oracle.jbo.expr.JIExpr.getVarDeclExpr(JIExpr.java:932)
         at oracle.jbo.expr.JIExpr.getStmtExpr(JIExpr.java:986)
         at oracle.jbo.expr.JIExprSQL.getStmtExpr(JIExprSQL.java:572)
         at oracle.jbo.expr.JIExpr.getParseExpr(JIExpr.java:997)
         at oracle.jbo.expr.JIExpr.getExpr(JIExpr.java:1007)
         at oracle.jbo.ExprEval.getParsedExpr(ExprEval.java:581)
         at oracle.jbo.RowMatch.rowQualifies(RowMatch.java:179)
         at oracle.jbo.server.ViewObjectImpl.rowQualifies(ViewObjectImpl.java:2361)
         at oracle.jbo.server.QueryCollection.rowQualifies(QueryCollection.java:3058)
         at oracle.jbo.server.QueryCollection.populateRow(QueryCollection.java:2952)
         at oracle.jbo.server.QueryCollection.fetch(QueryCollection.java:2764)
         at oracle.jbo.server.QueryCollection.get(QueryCollection.java:1931)
         at oracle.jbo.server.ViewRowSetImpl.getRow(ViewRowSetImpl.java:4508)
         at oracle.jbo.server.ViewRowSetIteratorImpl.doFetch(ViewRowSetIteratorImpl.java:2899)
         at oracle.jbo.server.ViewRowSetIteratorImpl.ensureRefreshed(ViewRowSetIteratorImpl.java:2755)
         at oracle.jbo.server.ViewRowSetIteratorImpl.refresh(ViewRowSetIteratorImpl.java:2996)
         at oracle.jbo.server.ViewRowSetImpl.notifyRefresh(ViewRowSetImpl.java:2453)
         at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:1047)
         at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:873)
         at oracle.jbo.server.ViewRowSetIteratorImpl.ensureRefreshed(ViewRowSetIteratorImpl.java:2738)
         at oracle.jbo.server.ViewRowSetIteratorImpl.ensureRefreshed(ViewRowSetIteratorImpl.java:2715)
         at oracle.jbo.server.ViewRowSetIteratorImpl.getAllRowsInRangeInternal(ViewRowSetIteratorImpl.java:2101)
         at oracle.jbo.server.ViewRowSetIteratorImpl.getAllRowsInRange(ViewRowSetIteratorImpl.java:2148)
         at oracle.jbo.server.ViewRowSetImpl.getAllRowsInRange(ViewRowSetImpl.java:2730)
         at oracle.jbo.server.ViewObjectImpl.getAllRowsInRange(ViewObjectImpl.java:9131)
         at oracle.jbo.server.ViewRowSetImpl.findByViewCriteriaWithBindVars(ViewRowSetImpl.java:5191)
         at oracle.jbo.server.ViewRowSetImpl.findByViewCriteria(ViewRowSetImpl.java:4950)
         at oracle.jbo.common.AbstractListBinding.filterList(AbstractListBinding.java:580)
         at oracle.jbo.common.AbstractListBinding.filterList(AbstractListBinding.java:470)
         at oracle.jbo.common.AbstractListBinding.filterList(AbstractListBinding.java:436)
         at oracle.jbo.uicli.binding.JUCtrlListBinding.getFilteredRowSetIterator(JUCtrlListBinding.java:3147)
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlLOVBinding.mav$getFilteredRowSetIterator(FacesCtrlLOVBinding.java:78)
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlLOVBinding$ListOfValuesModelImpl.autoCompleteValue(FacesCtrlLOVBinding.java:837)
         at oracle.adfinternal.view.faces.renderkit.rich.SimpleInputListOfValuesRendererBase.decodeInternal(SimpleInputListOfValuesRendererBase.java:128)
         at oracle.adfinternal.view.faces.renderkit.rich.LabeledInputRenderer.decodeInternal(LabeledInputRenderer.java:55)
         at oracle.adf.view.rich.render.RichRenderer.decode(RichRenderer.java:236)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.__rendererDecode(UIXComponentBase.java:1089)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.decode(UIXComponentBase.java:714)
         at oracle.adf.view.rich.component.UIXInputPopup.processDecodes(UIXInputPopup.java:134)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl$ApplyRequestValuesCallback.invokeContextCallback(LifecycleImpl.java:1113)
         at javax.faces.component.UIComponent.invokeOnComponent(UIComponent.java:711)
         at javax.faces.component.UIComponent.invokeOnComponent(UIComponent.java:720)
         at oracle.adf.view.rich.component.fragment.UIXRegion.invokeOnComponent(UIXRegion.java:551)
         at javax.faces.component.UIComponent.invokeOnComponent(UIComponent.java:720)
         at javax.faces.component.UIComponent.invokeOnComponent(UIComponent.java:720)
         at javax.faces.component.UIComponent.invokeOnComponent(UIComponent.java:720)
         at javax.faces.component.UIComponentBase.invokeOnComponent(UIComponentBase.java:675)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:303)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:175)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
         ... 33 more
    Edited by: user626222 on Aug 21, 2009 1:11 PM

    Hi,
    This is expected because when we give apostrophe in the value then the query looks as below with unmatched apastrophe's resulting in missing paranthesis error:
    ( ( ( UPPER(BOOK_DESC) LIKE UPPER('%' || 'A'S' || '%') ) OR ( 'A'S' IS NULL ) ) )
    You can observe this error on running the same query in SQL worksheet just by substituting variable with value, this is not an ADF issue
    Try giving two apostrophe's where your value has one apostrophe.
    Hope this helps
    Sireesha

  • Issue in retrieving lovs

    I have enabled delegated search for Lovs in the universe
    And when I trying to search in the Lovs I am getting the following error  in the report viewer
    Error:'undefined' is null or not an object.
    But when I am trying to do that in the edit mode everything works good.

    Hi,
    on which elements did you enable the delegated search ?
    does the LoV work when you disable the search ?
    Ingo

  • Petition: Chinese Song and Artist Search Function in the Next ZM Firmw

    Hi Everyone,
    Right now I can search for english song or artist in my ZM, but I have no way of doing the same thing for my chinese songs. It would be great if Creative can implement this feature in future firmware (Non-unicode search ability), maybe using Microsoft IME for input.
    Mutax2003

    I investigated a little bit further the music app and found, that the issue is caused by the "Music Videos" in the Music Collection.
    The MusicVideos are not shown in the list of the search results, but the sound from the MusicVideo is played, when the MusicVideo matches the search criteria.
    I realized that the "out of order selection" for the song to be played, typically happended, when there is a large search selection, e.g. when you search for "love". In my search result for "love" in title, the first song in search results is "After Love (Blank&Jones)". When I select it, it plays correctly.
    The second title in search results is shown as "Cant get enough of our love (Barry White)". When I select it, MusicApp plays "Bleeding Love (Leona Lewis)", which is a MusicVideo.
    When I now select the third title in search results, the second (Barry White) is played. And we have this phenomenon that "some song before the selection" is played.
    So it is a bug how Apple MusicApp performs searching when MusicVideos are part of the collection: In search results the matching MusicVideos are simply ignored and not shown. But when selecting a song from the search results, by clicking at position x in list, this position x is somehow calculated on a (not visible) list including the MusicVideos. With the result that a previous song in list is played.
    Hope that we see a fix in the near future??!
    T

  • LOV in UIX setting searchAreaMode="advanced"

    Hello,
    It appears by default if the searchAreaMode is set to advance a button "Simple Search" button is rendered.
    What property do i set to not render that button since I only want the user to have one search mode...

    Hi Serry,
    I am assuming that you know how to "advanced" search in lov window in UIX.
    If you know, could you please let me know how to use "advanced" search (searching by multiple fields).
    I would appreciate if you could forward me any tutorial or help URL if there is any.
    Thanks in advance
    Syed

Maybe you are looking for

  • Office Web Apps is not working

       Hi,      We have tried to deploy Office Web Apps Server but, after a number of tests, we haven't been able to view PowerPoint presentations. We tested "everything" but it didn't work.      Finally, to simplify and focus the problem, we just deploy

  • Problem of alv CHECK_CHANGED_DATA method

    hi,experts   i have created an alv with a checkbox field. i called the GRID_01->CHECK_CHANGED_DATA method to get what the records user selected. the first time user select 2 records, it works fine and popup an 'E' type message to let user select only

  • Connection problem odbc socket

    I made a odbc socket connection through a dsn to a foxpro database (tables), cf made the connection. Dreamweaver sees all of the tables, but cannot read the fields or data. Received this error message: [1]java.sql.SQLException: [Macromedia][SequeLink

  • Ora-00600 on debug

    hello, we´re using oracle forms 6i, when debugging i get an ora-006000 error like this: ORA-00600: internal error code, arguments: [], [], [], [], [], [], [], [] do you have any idea to resolve this issue?? thanks

  • BH 905i buttons won't work

    I just got my BH 905i's today, and none of the buttons are working on the right or left side. It has been fully charged. When i flip the ANC switch the indicator light turns blue, but the ANC remains off. I cannot turn on bluetooth or anything, every