Good day to all.
I have a question. How do I go about selecting an item of a Spinner from a variable?
Currently I do this:
Generates an error when trying to run it
I have a question. How do I go about selecting an item of a Spinner from a variable?
Currently I do this:
B4X:
Dim Valor1 as string
Valor1=Cursor1.Getstring("Col1")
ListaValor.SelectedItem(Valor1)
Generates an error when trying to run it