hi,
i want to display data from database in a form field but i cant.
i create a connector and test it , it work well
now what should i do in my form ?
Hi.
At the end of your connector you have a n x n list. You need to store it in a variable.
Then, in your form, you can place a Grid widget and set the initial data with your variable.
You will obtain a table with the result of your query.