gapi Active Member Licensed User Longtime User Sep 14, 2012 #1 Hi all, how can call a listview or spinner maked out of designer? I do two controls with dim and initialize in a sub .... How can reach it from another sub in same activity? Thanks
Hi all, how can call a listview or spinner maked out of designer? I do two controls with dim and initialize in a sub .... How can reach it from another sub in same activity? Thanks
K kickaha Well-Known Member Licensed User Longtime User Sep 14, 2012 #2 If you move the Dim to the global variables section, you can then access it from anywhere in the activity. Upvote 0
If you move the Dim to the global variables section, you can then access it from anywhere in the activity.
gapi Active Member Licensed User Longtime User Sep 15, 2012 #3 kickaha said: If you move the Dim to the global variables section, you can then access it from anywhere in the activity. Click to expand... thanks @kickaha :sign0098: Upvote 0
kickaha said: If you move the Dim to the global variables section, you can then access it from anywhere in the activity. Click to expand... thanks @kickaha :sign0098:
P Penko Active Member Licensed User Longtime User Sep 15, 2012 #4 Note that you cannot put variables from View type in Process_Globals. I just wanted to mention that. Sent from my Next7P12 using Tapatalk 2 Upvote 0
Note that you cannot put variables from View type in Process_Globals. I just wanted to mention that. Sent from my Next7P12 using Tapatalk 2