I'm trying to pass a list value from my app Main to B4XMainpage
On my Main I have this
CallSub2(B4XPages.mainpage, "select_clients", list2)
And on B4XMainpage I have this code
public Sub select_clients (title As List)
'Autocomplete Box
select_business_name.Setitems (title)
End Sub
But...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.