Questions tagged as 'autocompletar'

1
answer

How to auto select an item from an 'AutocompleteTextView' or simulate a click? ANDROID STUDIO

As an achievement that self-selects an item of ACTV without clicking, just setting the text that I need. that is automatically. If the received text is the same or if it shows an option that selects the first or the only one that it finds....
asked by 28.02.2018 / 17:11
0
answers

Is it normal for the combobox to appear that way? c #

I have a question, because the combobox, when it is pressed that way, I just implemented the automplete, but apparently when the combo is full, it tells me the whole combo occupying the screen, is there any way that it unfolds? just down. and do...
asked by 17.02.2018 / 03:24
1
answer

Autocomplete field with jQuery, Ajax and PHP

Greetings, I have a DAO.php where I declare the functions that make the requests to the BD, this function in particular: function select_all_unis(){ $tecla_pulsada = $_POST['service']; $sql = "SELECT * FROM dumies WHERE studies...
asked by 17.01.2018 / 10:40
1
answer

Why do not you return the data of the json?

I'm working with the autocomplete ui by categories, the data is sent normally and the query runs smoothly but in the search engine does not return the data of the json ... what I'm doing wrong and how can I fix it? <%@ include file="....
asked by 03.01.2018 / 17:05
1
answer

how to enter data in a textbox and keep showing the data?

I have a table where I entered student grades. In each row or record of the table I have 3 texbox for which I entered the ratings. I need to show them there when I enter them and also be able to update them there ... I now send the grades and th...
asked by 09.11.2017 / 02:33
1
answer

Use autocomplete of jquery UI in nodejs

I am developing a web application in Node.js using the express framework and as an Oracle 10g database. I am using the Oracle module for Node.js and a PHP example guide, I tried to emulate the example to Node but I still can not get the resul...
asked by 27.10.2017 / 22:00
1
answer

Problem with Autocomplete Jquery ui and Clone ()

I have a problem trying to apply jQuery AutoComplete to multiple rows in a table when clone jQuery is used. The "autocomplete" works in the first row but does not work when additional rows are added to the table. I hope you...
asked by 08.09.2017 / 17:17
1
answer

Autocomplete jQuery-ui does not show data in Html.TextBox

I want to use jQuery ui Autocomplete in a MVC C # application that uses a WCF service. In my controller I make the call to the service and the service consults the database and everything goes well, the controller receives the letter that the...
asked by 29.05.2017 / 18:46
1
answer

autocomplete textbox / combobox and gridview

I give up, I have not found an answer, I am a beginner in C # and I have a class where every weekend the teacher leaves us a challenge-type task, and this time it was a search engine, but using the data generated via a code. single column of the...
asked by 20.05.2017 / 04:22
1
answer

autocomplete jquery post data

I need to send data from a form via post using the jquery autocomplete link so far I have the following method $("#autocompletar").autocomplete( "<?php print base_url();?>Controller/Autocompletar/", {...
asked by 24.04.2017 / 20:57