K kostas_skarl New Member Licensed User Sep 16, 2017 #1 Hello All, How should i get the text typed in a textfield that is inside an accordion pane? Thank you!
Hello All, How should i get the text typed in a textfield that is inside an accordion pane? Thank you!
Erel B4X founder Staff member Licensed User Longtime User Sep 17, 2017 #2 The simplest way is to set the name of the TextField to a unique name (in the designer), right click on it and choose Dim YourView As TextField. It doesn't really matter that the field is in a container. Upvote 0
The simplest way is to set the name of the TextField to a unique name (in the designer), right click on it and choose Dim YourView As TextField. It doesn't really matter that the field is in a container.