Search with direct field

Hi all

I've been a regular reader of this forum since getting my DROID a few days after their release and cannot explain how anxious I have (and you all) are about 2.2 released this week (fingers crossed).

My question is about the search field that used to be on my main screen, with the microphone used to allow me to talk about orders (i.e. "navigate to 123 Main Street, Chicago, HE"). He literally DISAPPEARED! I sometimes saw him travel to one of my other screens and I always ask a peer to get it back to the main screen for me, because I can never get back on my own. Can someone explain how I can get this back on my main screen, please?

Thanks in advance.

Here's to 2.2 get very soon!

Isn't just the Google Search Widget?  Just erase a big enough task (1 X 4, I think) on your main screen, press the screen, choose Widget, then when comes the list scroll down to search and select.

Tags: Motorola Phones

Similar Questions

  • Search with drop-down list box

    Hello, I am looking to build a Web site for real estate agent and I need to know how I could do a search box with drop-down list according to the image below?

    is there a widget for it?

    Please, if you know a tutorial for that or something Visual on how to let me know

    Screenshot_4.png

    Here are the options available through widgets in Muse:

    http://musewidgets.com/products/data-table

    http://musewidgets.com/products/addsearch-button

    http://musewidgets.com/products/addsearch-Widget

    For a more exact search with custom field values, you can create web app items in case you are using Business Catalyst for hosting your site.

    Thank you

    Sanjit

  • I recently opened firefox and the lower half of the page is filled with directions to Custom Search Menu Wizard

    I recently opened firefox and the lower half of the page is filled with directions to Custom Search Menu Wizard tried everything and cannot figure out how to get it out. With the help of 3.6.26 version. The status bar is just above Directions, I tried closing all toolbars and nothing gets rid of it. Help, please

    It seems that a recent update of Fast Video Download (with SearchMenu) 4.1.5 broke the version of Firefox 3.6 on their module. You can upgrade to the latest version of Firefox to:

    http://www.Mozilla.org/Firefox

    https://support.Mozilla.org/en-us/questions/915364

    https://support.Mozilla.org/en-us/questions/915355

  • combine the simple search with custom search option panel (date)

    Hello

    I have a simple search with AutoCustomizationCriteria Panel. The search includes the number of columns in a table. A column is of type DATE and I need to have a search interval criteria (date time) a way to 'Date From' and 'Date' to provide a date range for the search.

    Is it possible to include this type 'date' of the criteria on a panel of simple search to perform this search? Alternatively, the only way is to have a query that is run on the original Version that will build the result set based on the values fields "Date of" and ' Date to '?

    The client is reluctant to use the Advanced Search Panel.

    Thank you

    Anatoliy

    Anatoliy salvation,

    I've done this type of requirement and its a well worked.

    Please check below the code, I hope it helps.

    Create two search boxes in the control panel simple search on the page for the same date field.

    For example in the table invoice_date is only a single column, but you create two research SearchInvoiceDateFrom and SearchInvoiceDateTo

    write below the code in the controller to manage any logical date

    package rec.oracle.apps.ap.invoice.webui;

    import com.sun.java.util.collections.Vector;

    import java.io.PrintStream;

    java.sql.Date import;

    Import oracle.apps.fnd.common.VersionInfo;

    Import oracle.apps.fnd.framework.OAApplicationModule;

    Import oracle.apps.fnd.framework.OANLSServices;

    Import oracle.apps.fnd.framework.OAViewObject;

    Import oracle.apps.fnd.framework.server.OADBTransaction;

    Import oracle.apps.fnd.framework.webui.OAControllerImpl;

    Import oracle.apps.fnd.framework.webui.OAPageContext;

    Import oracle.apps.fnd.framework.webui.beans.OAWebBean;

    Import oracle.apps.fnd.framework.webui.beans.layout.OAQueryBean;

    SerializableAttribute public class InvoiceLineSearchCO extends OAControllerImpl

    {

    public static final String RCS_ID = "$Header$";

    public static final boolean RCS_ID_RECORDED = VersionInfo.recordClassVersion ("$Header$", "% packagename");

    ' Public Sub processRequest (pageContext OAPageContext, OAWebBean webBean)

    {

    super.processRequest (pageContext, webBean);

    OAApplicationModule am = pageContext.getRootApplicationModule ();

    }

    ' Public Sub processFormRequest (pageContext OAPageContext, OAWebBean webBean)

    {

    super.processFormRequest (pageContext, webBean);

    OAApplicationModule am = pageContext.getRootApplicationModule ();

    OAViewObject vo = (OAViewObject) am.findViewObject ("InvoiceSearchVO1");  Catch the VO Page

    vo.setWhereClause (null);

    vo.setWhereClauseParams (null);

    vo.clearCache ();

    VO. Reset();

    Day convDate1 = null;

    Day convDate2 = null;

    TXN OADBTransaction = am.getOADBTransaction ();

    OAQueryBean oaquerybean = (OAQueryBean) webBean.findIndexedChildRecursive ("QueryRN");

    String InvoiceDateFrom = pageContext.getParameter ("SearchInvoiceDateFrom");

    String InvoiceDateTo = pageContext.getParameter ("SearchInvoiceDateTo");

    String currentPanel = oaquerybean.getCurrentSearchPanel ();

    If (InvoiceDateFrom! = null) {}

    JavaSqlDate1 date = txn.getOANLSServices () .stringToDate (InvoiceDateFrom);

    convDate1 = javaSqlDate1;

    }

    If (InvoiceDateTo! = null) {}

    JavaSqlDate2 date = txn.getOANLSServices () .stringToDate (InvoiceDateTo);

    convDate2 = javaSqlDate2;

    }

    If ((!)) ("Search".) Equals (currentPanel))) | (convDate1 == null). (convDate2 is nothing)) {

    return;

    }

    System.out.println ("key GB Hi is Catched");

    System.out.println (convDate1);

    System.out.println (convDate2);

    Vector of parameters = new Vector (1);

    StringBuffer whereClause = new StringBuffer (100);

    whereClause.append ("INVOICE_DATE BETWEEN: 1 AND: 2" "");

    parameters.addElement (convDate1);

    parameters.addElement (convDate2);

    vo.setWhereClause (null);

    vo.setWhereClauseParams (null);

    vo.setWhereClause (whereClause.toString ());

    Object params [] = new Object [2];

    parameters.copyInto (params);

    vo.setWhereClauseParams (params);

    vo.executeQuery ();

    vo.clearCache ();

    VO. Reset();

    }

    }

    Thank you

    Dilip

  • How to query the data of Contact with multiple fields

    How can I query the data of Contact with multiple fields?

    For example, I'll get contacts which are changed after a point at the specified time and whose country is US. How could I make the chain of research of the SOAP API "Query"?

    And I also want to know how to make a search term for RESTful API for contacts above.

    Any suggestions?

    Thank you.

    Hi Biao,

    The following document describes how query for multiple fields using the SOAP API: request a Contact from several fields.

    And you can search multiple fields using the REST API with the & operator. For example, to search for a Contact by e-mail address and date of creation:

    Hope this helps and please let us know if you need more information.

    Thank you

    Fred

  • Select search with tabular

    I use Apex 4.1 on oracle.com

    I stayed away from tabular forms, the lack of standard validation.
    Now that they have it, I wanted to watch it again.

    I have a tabular layout with a search engine. I want to use the highlight feature, that is to say, it selects the field that matches your search.
    My field of research is called P37_SEARCH. I changed the form of tables and in a column, I entered & P37_SEARCH. in the box to highlight the words.

    When I enter a search, the field is not highlighted. This works for standard reports.

    I have to do something else?

    See you soon

    Gus

    Gus C wrote:
    Yes, I expected to highlight text fields or the text itself.
    Your response, I guess is not in tabular form.

    Gus

    Yes, it only accentuates the textfiedls (means that all fields), I would say to do some custom using javascript styles

    Thank you

  • Dynamically, use page number in the form on the pages with their field?

    I have a form with pages having engineered.  JS for spawning exception works very well.  However, a text field on model is driving me crazy.  I wish that this field ("CaseNum") to dynamically display the page number, given that the page number also matches the file number.  On templage ("getcase"), I can calculate the value for CaseNum using custom script calc (event.value = this. PageNum).  But it does not work because each page having spawned Gets the same value (that is to say, what is the latest issue of the page generated). I also tried the JS below, using P0.getcase.CaseNum as the field on the model in which I wish the page number/box number to display:

    var this.pageNum = opaque;

    this.getField ('P' + opaque + ".getcase" + ".") CaseNum') .value = opaque;

    But it does not either, because the page automatically generated field gets the prefix of the P + .getcase page number appended to the name of the field.  Is it possible to number of dynamic page used in a form on the pages with their field?  If so, how? Note that while I try to use a dynamic file on pages with their number, it presents the same problem as dynamically displaying pages with their page numbers.  I'm a JS newbie, so any help appreciated.  I searched high and low on the web and in the forums and couldn't find the answer.  THX.

    http://forums.Adobe.com/thread/1160899

    @

    7George Johnson,.

    February 28, 2013 09:42 in reply to natelfo

    Is that what you mean?

    See also:

    http://www.PlanetPDF.com/developer/article.asp?contentid=6466

    d-template-pages-using-JavaScript-functions/ http://www.wordwizardsinc.com/blog/Finding-the-FieldName-prefix-on-Acrobat-acroform-spawne

  • SOA 11 g group EM - instances of search with wildcards?

    Hello ~

    My apologies if this isn't the right place for this post... it is a bit of a gray line between SOA and EM.

    In any case, in the MS that comes with SOA Suite 11 g, less:
    Farm > SOA > soa-infra > [partition name] > [composite name] > Instances (tab)
    the user can search the audit trail entries for example the details that are still in the database.

    My question is, if I search by name (which is a field that can be set by calling setInstanceTitle() in a BPEL/mediator object), is it possible to do this search with a wildcard?

    I tried:
    myquery%
    and
    myquery*
    but neither giving the desired results (all instances whose name begins with "myquery").

    Thanks in advance for your comments,

    -Nathan

    I don't think not possible to EM, but you can query the instance history in the SDM Store using wildcard characters.

  • Need to search with correct spelling typo snacks

    Hello

    If I am searching with a wrong spelling, it must ask (or) check with the correct spelling. Say, if the user performs a search for the keyword "serch", to look for the word "search".

    This will make it possible to link the search words with the Thesaurus built instead of setting the spelling of all the words.

    An example of the foregoing will be more useful.

    Thanks in advance.

    Oracle doesn't have a built-in spellchecker or similar spellings recovery method directly from the thesaurus. If you want a spell checker, then you must either get a dictionary that you can compare to or find a way to use a spellchecker online. If you get a dictionary, then you'll do something like creating a context on the dictionary and using fuzzy index to find possible spellings of correct based on a bad. If you use a spell checker online, he will do something similar. If using a spell checker in line and you wait until it is always available to your application, you should ensure that you have purchased a subscription to this service. In both cases, the final results are substantially the same as if you just do a fuzzy search in a first time and save a lot of trouble and further treatment, which can take some time. I have provided a few examples below for comparison. I first demonstrated using a dictionary. I walked just two rows, but you want to download a whole dictionary of somewhere, probably in text format, then use SQL * Loader to load it into a table. Then I have shown by using an online service, but not one who subscribes to that you can count on a method. Finally, I made a simple query using and blurred that renders the same as other methods, without all the extra code and treatment. So, I hope you can see that everything you need is probably a fuzzy search. In the examples I've provided, I used functions to concatenate all the suggested correct spellings with the | symbol, meaning the Oracle text and surrounded by each group in parentheses. You can use additional criteria to narrow the possibilities.

    SCOTT@orcl_11gR2> -- test environment:
    SCOTT@orcl_11gR2> create table test_tab
      2    (test_col  varchar2 (60))
      3  /
    
    Table created.
    
    SCOTT@orcl_11gR2> insert all
      2  into test_tab (test_col) values ('search for the rabbit')
      3  into test_tab (test_col) values ('some other data')
      4  select * from dual
      5  /
    
    2 rows created.
    
    SCOTT@orcl_11gR2> create index test_idx
      2  on test_tab (test_col)
      3  indextype is ctxsys.context
      4  /
    
    Index created.
    
    SCOTT@orcl_11gR2> -- method using dictionary you obtain:
    SCOTT@orcl_11gR2> create table test_dict
      2    (test_word  varchar2(30))
      3  /
    
    Table created.
    
    SCOTT@orcl_11gR2> insert all
      2  into test_dict values ('rabbit')
      3  into test_dict values ('search')
      4  select * from dual
      5  /
    
    2 rows created.
    
    SCOTT@orcl_11gR2> create index test_dict_idx
      2  on test_dict (test_word)
      3  indextype is ctxsys.context
      4  /
    
    Index created.
    
    SCOTT@orcl_11gR2> create or replace function dict_check
      2    (p_word in varchar2)
      3    return       varchar2
      4  as
      5    v_words       varchar2 (2000);
      6  begin
      7    for r in
      8        (select test_word
      9         from      test_dict
     10         where  contains (test_word, '?' || p_word) > 0
     11         union
     12         select p_word
     13         from      dual)
     14    loop
     15        v_words := v_words || '|' || r.test_word;
     16    end loop;
     17    return '(' || ltrim (v_words, '|') || ')';
     18  end;
     19  /
    
    Function created.
    
    SCOTT@orcl_11gR2> select dict_check ('serch') from dual
      2  /
    
    DICT_CHECK('SERCH')
    --------------------------------------------------------------------------------
    (search|serch)
    
    1 row selected.
    
    SCOTT@orcl_11gR2> select dict_check ('rabit') from dual
      2  /
    
    DICT_CHECK('RABIT')
    --------------------------------------------------------------------------------
    (rabbit|rabit)
    
    1 row selected.
    
    SCOTT@orcl_11gR2> select * from test_tab
      2  where  contains
      3             (test_col,
      4              dict_check ('serch')
      5              || ' and ' ||
      6              dict_check ('rabbit')) > 0
      7  /
    
    TEST_COL
    ------------------------------------------------------------
    search for the rabbit
    
    1 row selected.
    
    SCOTT@orcl_11gR2> -- method using online spell checker:
    SCOTT@orcl_11gR2> create or replace function spell_check
      2    (p_word in varchar2)
      3    return       varchar2
      4  as
      5    l_res     clob;
      6    l_cnt     varchar2(10);
      7    l_sc     varchar2(10);
      8    l_words     varchar2(2000);
      9  begin
     10    l_res := httpuritype
     11              ('http://ws.cdyne.com/SpellChecker/check.asmx/CheckTextBodyV2?'
     12               || utl_url.escape('BodyText=' || p_word)).getclob();
     13    l_cnt := XmlType(l_res).extract
     14              ('/DocumentSummary/MisspelledWordCount/text()',
     15               'xmlns="http://ws.cdyne.com/').getStringVal();
     16    if l_cnt > 0 then
     17        l_sc := XmlType(l_res).extract
     18               ('/DocumentSummary/MisspelledWord['||1||']/SuggestionCount/text()',
     19                'xmlns="http://ws.cdyne.com/').getStringVal();
     20        for i in 1 .. l_sc loop
     21          l_words := l_words || '|' ||
     22                  XmlType(l_res).extract
     23                 ('/DocumentSummary/MisspelledWord['||1||']/Suggestions['||i||']/text()',
     24                  'xmlns="http://ws.cdyne.com/').getStringVal();
     25        end loop;
     26    else
     27        l_words := p_word;
     28    end if;
     29    return '(' || ltrim (l_words, '|') || ')';
     30  end spell_check;
     31  /
    
    Function created.
    
    SCOTT@orcl_11gR2> select spell_check ('serch') from dual
      2  /
    
    SPELL_CHECK('SERCH')
    --------------------------------------------------------------------------------
    (search|such|perch|sch|sash|searches|Zach|searched|searcher|research|Sorcha|sush
    i|searchers|searching|searcher's|sashay|Sacha|sushis|sashed|sashes|sash&apo
    s;s|researcher|sashing|sushi's|sashays)
    
    1 row selected.
    
    SCOTT@orcl_11gR2> select spell_check ('rabit') from dual
      2  /
    
    SPELL_CHECK('RABIT')
    --------------------------------------------------------------------------------
    (rabbit|habit|robot|rabid|rabbet|rabis|rebid|rubout|Rabat|rabbits|reboot|rowboat
    |rabbiter|robots|rubato|Robt|rabbited|rebate|rabbit's|rabidly|rabbets|ribbe
    d|rubbed|rubatos|robbed)
    
    1 row selected.
    
    SCOTT@orcl_11gR2> select * from test_tab
      2  where  contains
      3             (test_col,
      4              spell_check ('serch')
      5              || ' and ' ||
      6              spell_check ('rabbit')) > 0
      7  /
    
    TEST_COL
    ------------------------------------------------------------
    search for the rabbit
    
    1 row selected.
    
    SCOTT@orcl_11gR2> -- fuzzy search:
    SCOTT@orcl_11gR2> select * from test_tab
      2  where  contains
      3             (test_col,
      4              '?serch and ?rabbit') > 0
      5  /
    
    TEST_COL
    ------------------------------------------------------------
    search for the rabbit
    
    1 row selected.
    
    SCOTT@orcl_11gR2>
    
  • How can I create a PDF with editable fields?

    I have a problem with my Microsoft word at the normal address form. Customers who fill out the forms, complete their area prescribed in form, but some of them also change the original text of the form. I though it would be better if direct to a digital solution by which I can have all my PDF form, but the need to 'fill in the fields' remains a problem. Is there a way where I can create a pdf with editable fields form my clients to fill out the requested information? This solution will also allow my clients the advantage of not having to print forms but rather to complete on the computer. Help, please.

    It seems the comment by Bernd, this version 7 (Standard) did not have this

    the fact of functionality, but version 9 (Standard).

    See: http://www.adobe.com/products/acrobat/matrix.html

    However, as I wrote, if you want users to be able to save the file after

    they filled, you will need version 9 (Pro).

    And Acrobat has an assistant who can pick up the fields that were created in Word

    and convert them into Acrobat form fields.

  • Why can't edit my contacts to search with the new ios 10.0.1

    Why can't edit my contacts to search with the new ios 10.0.1

    It seems they have changed the way search works after the update. You can always edit contacts by opening the Contacts app, then open the contact you want to change. We do not know why they made the change, but unfortunately it is out of our reach. I don't know that they had a reason for this. If this is not the case, they will probably patch in an another mini update.

  • I've recently updated my firefox to my laptop. No longer can I do a search with Google without getting a message that the address of the site/is not secure. How to cancel?

    I've recently updated my firefox to my laptop. No longer can I do a search with Google without getting a message that the address of the site/is not secure. How to cancel? The only search that allows me to see whatever it is is Yahoo that I prefer not to use. In addition, I have to click through a series of tabs to make sure that I know that Yahoo does not feel that the site is secure before it connects. I must tell you that I have strongly dislikes this upgrade and want to return to the old Firefox.

    What is you receive the exact error message? Did you check your date and time? Refreshed Firefox? Refresh Firefox – reset the parameters and modules

  • How to disable "Search with" in the url bar in Firefox Developer?

    How to disable "Search with" in the url bar in Firefox Developer?
    Thank you

    Hi hamid, in order to change this enter on: config in the address bar of firefox (confirmed the message information where it appears) and search for the preference named browser.urlbar.unifiedcomplete. Double-click it and change its value to false.

  • How to remove "search with google" on the link address bar?

    In the last update "firefox aurora", I now have a little awkward accommodation that opens with all the usual sites, I'll and he says: Google search.

    Or more accurately, it is said that after that I start to type any word in the address bar. It is quite annoying. I use firefox/aurora because I hate google chrome to do the same shit.
    If I want to search with google, I'll go to google.com as I always do. I don't have an option obvious sell-out google it just to annoy the hell out of me when I need it 98% of the time.

    Now, is there anywhere in the subject: config or any other way to remove this annoying nuisance?

    Or if not, a way to downgrade to the previous version which is not only addition. (I don't really like on 'security risk' Please do not give me that excuse)

    I'd rather not have to go and use internet explorer if I do not, but if I'm stuck with this annoying thing, I prefer to use the very crappy browser something that will annoy me always.

    Nevermind, it fixed.

    Or update that just happened to be doing the work.

  • The search with BING when I type my research topic in the address bar. How can I change?

    The search with BING when I type my research topic in the address bar. I wish it were google again.
    How can I change?

    Hi sarou,.

    Take a look at this article on the keyword service. It will show you how to get back to Google.

    Hope this helps!

Maybe you are looking for

  • Please tell me how to remove screensavers

    My son has installed a large number of animated screen saver, which I do not want to use. Please tell me how to get rid of them. I am a relative novice. Thank you

  • My FF extensions will work normally if I install Windows 8?

    I can't find anything online to tell me if migration from Windows 7 to Windows 8 will cause me major problems running FF (latest beta) with extensions. This would seem to be a major, minor or false problem?

  • Re: Can foreign supply in question on my Satellite A300

    Hi all I have a problem with my satellite A300, which is difficult to explain, and I have not found this problem anywhere elsewhere in the forums. I'm not a computer expert and I will try to explain the problem. When the battery is fully charged and

  • ePrint app and printing by e-mail

    Just installed a Laserjet M451dn, registered with hpeprint.com, and if I print via e-mail to the printer, it works fine. Have also just installed and activated the ePrint App on my iPhone 6, but I am currentl 20 miles hence my printer is. The app doe

  • Cannot download updates

    Using XP SP3 and IE7. In order to download the updates, I have to go to another computer, download the update and copy it on this computer. When I go to the section download/updates Microsoft and try to download anything, I get the message "Internet