Questions and discussion about developing processes and programming in PHP, JavaScript, web services & REST API.
Forum rules: Please search to see if a question has already asked before creating a new topic. Please don't post the same question in multiple forums.
User avatar
By amosbatto
#790405
You can use control.executeQuery() to get a complete list of all the options for a suggest box, but you will have to filter them to eliminate the options you don't want.

If you a Dynaform with:
- a suggest box with the ID "selectUser", which has the SQL query:
SELECT USR_UID, USR_USERNAME FROM USERS
- a grid with the ID "usersList", which has two fields:
- - textbox with the ID "userId"
- - textbox with the ID "username
- a button with the ID "fillGrid"

Add the following JavaScript to the DynaForm. When the "fillGrid" button is clicked, it adds all the options in the suggest box which match the current value in the suggest box.
Code: Select all
function populateGridFromSuggest() {
  var filter = $("#selectUser").getValue();
  var aOptions = getFieldById("selectUser").executeQuery();

  //clear the grid:
  var nRow = $("#usersList").getNumberRows()
  for (; nRow > 0; nRow--) {
    $("#usersList").deleteRow(nRow);
  }
  
  //repopulate the grid with the filtered options from the suggest box:
  for (var i in aOptions) {
    if (aOptions[i].text.search(filter) != -1) {
      $("#usersList").addRow([{value: aOptions[i].value}, {value: aOptions[i].text}]);
    }  
  }
}

$("#fillGrid").on("click",populateGridFromSuggest);
Here is a example DynaForm:
(3.04 KiB) Downloaded 310 times
User avatar
By ashkufaraz
#790430
Thank you for replay
with this can get all option a suggest
Code: Select all
var aOptions = getFieldById("selectUser").executeQuery();
ok but
for suggest in grid how can do it?
This not worked
Code: Select all
var aOptions = getGridField("Grid",1,"selectUser").executeQuery();

Many options exist for converting EML to CSV files[…]

Click Here: https://gorxpills.com/product/super[…]

Click Here: https://gorxpills.com/product/vidal[…]

Tadalista 60 mg for Sale Now

Read More: https://gorxpills.com/product/tadali[…]