I have another what I would consider simple question that I can't seem to figure out about the Scrolling List Field. I don't see anything in the documentation that covers this either.
I have a list displayed in a scrolling list field that is also grouped with the MobGui scroller control for an iPad app. The name of the Scrolling List Field is List1 and the MobGui scroller is called Scroll1.
I select a line in the list and it becomes hilited. I want to the have that hilited line of text copied to a text field called txtChapter1.
In Basic the code would be simply:
Code: Select all
txtChapter1.Text= List1.Text
Code: Select all
put field "List1" into field "txtChapter1"
Does anyone know what the code is for taking the hilited text from the Scrolling List to the the text field txtChapter1?
Any help would be appreciated.
Jim