I am using DBUtils.ExecuteSpinner to fill the combo but I am getting an error
sub
BUtils.ExecuteSpinner
Spinner1.Clear
java.lang.RuntimeException:
Object should first be initialized(Spinner)
I did the initialization
spinloto.initialize but I get the error that I lost a parameter
Any clues?
sub
Spinner1.Clear
java.lang.RuntimeException:
Object should first be initialized(Spinner)
I did the initialization
spinloto.initialize but I get the error that I lost a parameter
PHP:
DBUtils.ExecuteSpinner(Main.SQL, "SELECT f_siglas || '-' || f_loteria FROM t_loterias ",Null, 0, spinloto)
Any clues?