-
Topic
-
I am unable to read or write to the TabListBoxControl.Selected property when using visual forms in my applet.
Even when I try to output the selected list item using a message box
(ie. MsgBox “Get selected list item: ” & newList.Selected)
the applet seems to skip this statement and then finishes executing without any problems.
If I create a listbox control using code-dialogs instead, it works just fine.
Could you please verify that this property works with Visual Forms? Could you please provide a sample on how to properly read/write to the items in a listbox just in case I am missing something?
Please note, I have been able to access the properties for other controls in my visual form such as checkboxes.
- You must be logged in to reply to this topic.