Hi,
I have created a spinner drop down list with
DBUtils.ExecuteSpinner(SQL1,"select DISTINCT SUBSTR(colname,1,3) from crew",Null,0,spinpage2)
But I am lost on how to display the selected "text" on to a edittext box from the spinner after clicking on them.
Sub spinpage2_itemclick (position As Int, value As Object)
edittextbox.text = spinpage2.text ??
Anyone Thanks.
I have created a spinner drop down list with
DBUtils.ExecuteSpinner(SQL1,"select DISTINCT SUBSTR(colname,1,3) from crew",Null,0,spinpage2)
But I am lost on how to display the selected "text" on to a edittext box from the spinner after clicking on them.
Sub spinpage2_itemclick (position As Int, value As Object)
edittextbox.text = spinpage2.text ??
Anyone Thanks.