How to enable sorting in Search Popup dialog of inputComboboxListOfValues

Hi,
Does anyone know how to enable sorting in Search and Select popup dialog of af:inputComboboxListOfValues?
This is my problem:
1. I have a af:inputComboboxListOfValues, when I click on 'More...' (or Search...) link at the bottom of the combobox, the Search and Select popup dialog will appear.
2. This popup dialog will only contain one column, say that column is "Region". This column will contain all the Region Names that is sorted by Region ID (which is not visible).
3. When user mouse-over on the Header title ('Region') of this popup dialog, two arrows will appear. Up arrow which is equivalent to 'Sort Ascending' and Down arrow which is equivalent to 'Sort Descending'
4. But when user click on either of these arrows, nothing is happening. The sorting is not working at all.
Could someone please help me how to enable this sorting?
Any help is greatly appreciated.
Thanks,
Rei

Unfortunately full text search is not supported in Azure SQL DB.  
Cotega - Azure SQL DB Monitoring, Notification and Scheduling service

Similar Messages

  • How to Enable Full text search in UCM with Oracle 10g

    Hi,
    Can you please guide me on how to enable full text search in UCM after I have installed it. My database is Oracle 10g. It would be great if you could guide me through the steps since I am very new to this product.
    Regards
    Ashish

    Hi
    Are you sure that your indexer is finishing without any errors? Check activeindex.hda under \search directory to see what is the variable set for activeindex variable? If Oracle Text is the indexer search enabled then the variable activeindex should either OTS1 or OTS2. If anything else then you have indexer problems that is not indexing documents.
    Check the CS log file to see if indexer errors are shown there. If yes, then put it over here so that we can analyse it.
    Hope it helps
    Thanks
    Srinath

  • How To Enable Spotlight to search data App?

    Is it possible to enable Spotlight to search data on external app? Example I was install Awesome Note, I want Spotlight to be able search data on Awesome Note. Is it possible? How?

    Hi
    Are you sure that your indexer is finishing without any errors? Check activeindex.hda under \search directory to see what is the variable set for activeindex variable? If Oracle Text is the indexer search enabled then the variable activeindex should either OTS1 or OTS2. If anything else then you have indexer problems that is not indexing documents.
    Check the CS log file to see if indexer errors are shown there. If yes, then put it over here so that we can analyse it.
    Hope it helps
    Thanks
    Srinath

  • How to display a screen as Popup Dialog box in Module Pool

    Hi All,
    I have a requirement to display a popup dialoge box into module pool.
    i need to display a screen as a popup on the current screen on a button click.I have developed a screen and in atribute tab i have defined the screen type as modal dialog box but  it is displaying previous screen screen is hide i want to display on the same screen as a popup.
    Thanks
    Narendra

    Hi Narendra,
    Try to trigger the popup once it is done with the previous action might be anything.
    i have shown one sample code where after i click on save button when the data is saved successfully
    after that it has to trigger me a popup asking for conformation for the next action.
    A small piece of code
    INSERT INTO ZORMD1 VALUES WA_ZORMD1.
        IF SY-SUBRC = 0.
          G_LOCAL1 = 0.
          MESSAGE S000.  " Data saved successfully and immediately call the popup
    CALL FUNCTION 'POPUP_TO_CONFIRM_STEP'
            EXPORTING
      DEFAULTOPTION  = 'Y'
    TEXTLINE1 = 'SUCCESSFULLY SAVED'
              TITEL = 'POPUP FOR conformation'
             START_COLUMN         = 25
             START_ROW            = 10
            CANCEL_DISPLAY       = 'X'
           IMPORTING
    ANSWER  = G_PRINT
    IF G_PRINT = 'J'.
    PERFORM PRINT_OUT.
    ENDIF.
    Do the modification according to your requirement.
    Cheers!!
    VEnk@

  • How to disable sort in inputlistofvalues popup

    I'm building custom bpm task list using jdeveloper 11.1.1.7 and in this page i've added input list of values
    this input list of values comes from view object but I've changed its value to my xsd element to save returned value in this elemnt
    Problem happens
         when I open the input list of values popup and try to sort data in the appeared table in the popup
         error says "class cast exception appear"
    I want to avoid this error by disable search in the popup or catch the sort event by java script and cancel it.
    can I make this or no

    this is the error that appears to me
    oracle.jbo.server.ViewObjectImpl cannot be cast to oracle.adf.model.bean.DCDataVO

  • How to enable Full text search feature in Azure SQL DB - Web Edition

    I have created an instance of Azure SQL DB web edition (basic), using the BizSpark a/c, for one of my global search feature, I need to enable/install full-text search , I don't find this option in Azure SQL DB web edition that I installed , would
    appreciate any help on this.

    Unfortunately full text search is not supported in Azure SQL DB.  
    Cotega - Azure SQL DB Monitoring, Notification and Scheduling service

  • How to enable search... ?!

    Hi,
    I have no choice to create a SEARCH sub-site under a sharepoint site. I have two questions.
    1. How to add a progress bar so user know the SP is searching the files
    2. How to enable a subsite search by utilizing the built-in Magnifier icon
    Thanks

    1. That's not a typical request. Search results should be back very quickly. Also it's not easy as to do that you'd need to first render the remainder of the page in the browser and use AJAX to load the results as they become available. That would be a significant
    re-write of SharePoint behaviour and bluntly isn't going to be practical.
    2. What do you mean by this? If you mean that you want your searches using the built in search box to take you to your subsite you can define this at various levels. One of the ways to do it is at the site collection level as described here:
    http://www.dummies.com/how-to/content/configure-your-sharepoint-2010s-site-search-settin.html

  • Enable Properties button of Print Dialog - URGENT

    How to Enable Properties button of Print Dialog, as itis disaled by deault. URGENT

    the pic as follow:
    http://home.attbi.com/~aokabc/ABC/help/Print.htm
    Do you see the general tab--Properties... Button at the right of printer name!My question is how to make it ebable!!
    Thanks

  • How to control the options in Search popup of an LOV?

    I have a query panel which is based on a view criteria of a view object. One of the query item is a ComboListOfValues. I do not have control over the 'Search' window which opens when we click on the LOV inside the Query Panel. Basically, I want to control the width of the results table and I do not want the title('Search') for the dialog. Also, I want to hide the Advanced button. Is there any way to do it?

    Hi,
    Below is my code for the popup. What I am saying is, inside the popup I have a search parameter which in ComboListOfValues. On click on that LOV it will invoke a search popup on which we do not have control. How to control the properties in that search popup. I am not talking about initial popup(id=popup1) on which we have control and I have set all the properties. I am talking about a LOV search parameter inside the query panel(id = qryId2).
    <af:popup id="popup1" contentDelivery="lazyUncached"
    popupFetchListener="#{popUpBean.candSearchListener}">
    <af:dialog id="dialog1" type="cancel"
    title="Search Candidates"
    stretchChildren="first" contentWidth="920"
    contentHeight="480">
    <af:panelGroupLayout layout="vertical" id="pgl30">
    <af:panelHeader text="" id="ph2">
    <af:query id="qryId2" headerText=""
    disclosed="true"
    value="#{bindings.SearchCandVOCriteriaQuery.queryDescriptor}"
    model="#{bindings.SearchCandVOCriteriaQuery.queryModel}"
    queryListener="#{bindings.SearchCandVOCriteriaQuery.processQuery}"
    queryOperationListener="#{bindings.SearchCandVOCriteriaQuery.processQueryOperation}"
    resultComponentId="::resId2"
    modeChangeVisible="false"
    saveQueryMode="hidden"
    modeButtonPosition="footer"
    binding="#{popUpBean.searchCandQuery}"/>
    </af:panelHeader>
    <af:table value="#{bindings.SearchCandVO1.collectionModel}"
    var="row"
    rows="#{bindings.SearchCandVO1.rangeSize}"
    emptyText="#{bindings.SearchCandVO1.viewable ? 'No data to display.' : 'Access Denied.'}"
    fetchSize="#{bindings.SearchCandVO1.rangeSize}"
    rowBandingInterval="0"
    selectionListener="#{treeSelectionBean.candDetailsSelect}"
    rowSelection="single" id="resId2"
    inlineStyle="width:inherit;">
    <af:column sortProperty="CandidateId" sortable="true"
    headerText="Candidate Id" id="resId2c1" width="80">
    <af:commandLink text="#{row.CandidateId}" id="cl4"
    actionListener="#{treeSelectionBean.candSearchListener}">
    <af:setActionListener from="#{row.ClientId}"
    to="#{pageFlowScope.clientId}"/>
    <af:setActionListener from="#{row.PeopleId}"
    to="#{pageFlowScope.candPeopleId}"/>
    </af:commandLink>
    </af:column>
    <af:column sortProperty="Fullname" sortable="true"
    headerText="Candidate Name" id="resId2c2" width="160">
    <af:outputText value="#{row.Fullname}" id="ot42"/>
    </af:column>
    <af:column sortProperty="ClientName" sortable="true"
    headerText="Client Name" id="resId2c3" width="165">
    <af:outputText value="#{row.ClientName}" id="ot41"/>
    </af:column>
    <af:column sortProperty="InterviewName" sortable="true"
    headerText="Interview Name" id="resId2c4" width="215">
    <af:outputText value="#{row.InterviewName}"
    id="ot40"/>
    </af:column>
    <af:column sortProperty="InterviewDate" sortable="true"
    headerText="Interview Date" id="resId2c5" width="100">
    <af:outputText value="#{row.InterviewDate}"
    id="ot38">
    <af:convertDateTime pattern="#{bindings.SearchCandVO1.hints.InterviewDate.format}"/>
    </af:outputText>
    </af:column>
    <af:column sortProperty="CandStatusName"
    sortable="true"
    headerText="Candidate Status" id="resId2c6" width="160">
    <af:outputText value="#{row.CandStatusName}"
    id="ot39"/>
    </af:column>
    </af:table>
    </af:panelGroupLayout>
    </af:dialog>
    </af:popup>
    Thanks!

  • How to enable wild search(*) on a query variable

    how to enable wild search(*) on a query variable?

    Prakash,
    When you build the variable, what did you use as the "Processing By"? Were there any other special options you had to use to get it to work....This is something our client base would love to use....
    Thank you in advance...
    Jim

  • How change the sort order of searched items so last search item shows first. I DO NOT mean the order of search engines, but existing searches by down arrow key

    I want to be able to change the sort order of items I have already searched for in the search box. I want to be able to hit the down arrow key and see my previous searches in the order of last search showing first. At the moment I have no idea how it is sorting and it's very annoying to have to re-type a query I typed 5 minutes earlier but because I typed in another 10 since it is lost somewhere in the list. Can this be done, I have googled but did not find the topic anywhere. Just to clarify, I DO NOT MEAN the order of search engines (which is all that comes up in google), I mean the actual text typed in which has been saved in the drop down list.
    Thanks

    The "form fill" feature uses a "frecency" algorithm, frequency + recency, similar to the address bar autocomplete list.
    I found an extension that seems relevant, but the reviews are old so I'm not sure it's still working: [https://addons.mozilla.org/en-us/firefox/addon/searchbar-autocomplete-order/ Searchbar Autocomplete Order].
    But... is the autocomplete not working? I would expect that typing a couple characters of the earlier query would filter the list so you can easily select it? Or is the problem that the list doesn't remember enough searches for that?

  • How to enable portal rank high up in Google search results?

    Hi friends,
    Does anyone have an idea how to enable public portal to rank up higher in google search results?
    Thanks & regards,
    Manish

    If you want to do it honestly, put good content up there, and let google get to you - and they will.
    If you want to cheat, there are lots of places on the 'net that will tell you how to 'persuade' the search engines to rank your site higher.  The search engines constantly work to ensure that their rankings are valid, so they will try and prevent such 'link farming' from occurring.
    You can also pay google for advertising, which will place your ad on pertinent search result lists...I would suggest that this might be a better route for you to take.
    Message was edited by: Ken Miller

  • How to enable popup's in Safari in MACBOOK air?

    How to enable popup's in Safari in MACBOOK air?

    ... or in the latest Safari versions, Safari, Preferences, Security, "Block pop-up windows".

  • How to enable printer range selection in printer Dialog?

    I try to do the printer setup, when I do
    Code:
    job.setPageable (book);
    if (job.printDialog ()) {
    try {
    job.print ();
    catch (PrinterException ex) {
    ex.printStackTrace ();
    note: job is PrinterJob.
    The printer setup that shown, it disable the selection mode in printer range. Anyone know how to enable it or do print by text selection (highlight).
    Thank you in advance.

    If you set up a JFileChooser dialog you can set the setMultiSelectionEnabled to true then the JFileChooser returns an array of files.
    eg.
    File files[];
    JFilechooser chooser new JFileChooser();
    chooser.setMultiSelectionEnabled(true);
    if (result == JFileChooser.APPROVE_OPTION) {
    files = chooser.getSelectedFiles();

  • Quick search in location bar has been disabled, how to enable it?

    when i type something in the location bar(e.g. type abc, it will show some option of www.abc.com/something or www.something.com/abc, make abc as a keyword of search), the search will be seaching through the history & bookmark(without keyword seeting for the bookmark) and one day this fuction just disappeared, how to enable it again?

    Still i can't update ,getting same error.please check and let me know.
    My apple ID: [email protected]
    rameshgunamathi wrote:
    When i update any software in itunes  getting error."Your apple has been disabled" how can i enable my ID.
    Now i couldn't update.please help me to resolve the problem as soon as possible.

Maybe you are looking for

  • Which "organizer/catalog" to use.

    Greetings all, I am a recent convert to the Mac platform and I'm struggling with the best way to do set up a workflow. When I set up the Mac I imported my photo images to iPhoto. Photoshop Elements and Photoshop Lightroom 2 are the other applications

  • Use of CRMD_UI_ROLE_PREPARE.

    Hi SAP Gurus, I am bit confused about CRMD_UI_ROLE_PREPARE report and the T-code Su24, these r some how related with Business Role and PFGC role configuration, that I know, but how? What is the significance of these two and why we need to maintain th

  • Service Tax Registration Number field not found in FK01 under CIN TAB

    Hi Experts, I am not able to find the Service Tax Registration Number field in Vendor Master (FK01/ FK02 / FK03) under CIN Details Tab - under Sales Tax Tab. We are using ECC5. Also we have checked in another ECC 5 system where we are getting the Ser

  • Edit summary page

    The summary page no longer displays the first entry. The picture is overlapping the next entry and the text has disappeared. All entries appear on the archives page and behave properly. How do I get the first entry to appear on the summary page? Can'

  • Question on query expression

    I read through the ondemand webservices guide but didn't fiind the answer I was looking for. I have a requirement to query Opportunities by setting a multiple search criteria on a single field. For ex, OpportunityConcatField Not equal to VALUE1, VALU