Hello,
Have been learning programming in B4A since last week and the progress and support is amazing, thank-you all for the help and support.
I have a query through jRDC that has returned a record with 6 columns and 2 rows. How do I insert row 2 entries on my labels on my activity?
Say I have:
lblName.text=
lblAge.text=
lblPhoneNo.text=
lblAccountNo.text=
lblAccType.text=
lblBalance.text=
All examples have come across illustrates populating data from a query to a listview.
Thanks in advance for your assistance.
Have been learning programming in B4A since last week and the progress and support is amazing, thank-you all for the help and support.
I have a query through jRDC that has returned a record with 6 columns and 2 rows. How do I insert row 2 entries on my labels on my activity?
Say I have:
lblName.text=
lblAge.text=
lblPhoneNo.text=
lblAccountNo.text=
lblAccType.text=
lblBalance.text=
All examples have come across illustrates populating data from a query to a listview.
Thanks in advance for your assistance.