User-478938104 posted
Hi i have a Mobile SelectionList with concatenated db fields as text and a number field as value.
I'm having a problem getting at the selected value value from the list
CounterBox.Text = SelectCountList.Selection.Text ' this displays Wh + Bin Loc ok
lblCntSet.Text = SelectCountList.Selection.Value ' but so does this and it should show 1000
I cant seem to get this to work, debugging says its the text in the value but when used later its empty.
Any ideas?