Hello All,
I can pass a value from a cursor to a text box (textbox.text = qcur.getstring("name") and a radio button (if qcur.getstring("sex")= "male" then rbMale.checked = true). However, I am having difficulty passing a qcur.getstring("dateofbirth") to a spinner. Please help. Thanks.
Martin
I can pass a value from a cursor to a text box (textbox.text = qcur.getstring("name") and a radio button (if qcur.getstring("sex")= "male" then rbMale.checked = true). However, I am having difficulty passing a qcur.getstring("dateofbirth") to a spinner. Please help. Thanks.
Martin