So I have an SQL query where the result isn’t stored to a table.
The result is just displayed on the client side through the grid.
How can I put the result of the query to a textbox?
I tried using.
form.setItemValue("textbox_name",form.load("some url"));
But it didn’t work. Please help me.
Sorry for my bad english.