RishiKumar2210
Active Member
In this following project. I have label named 'Account Name' And a Panel that contains Two label(one label is "Arrow Symbol" ).When I click arrow label then it opens a panel containing b4xtable. When I cellclick a row of b4x table, then the selected accountname is displayed in one of the label inside the panel which is mentioned above(inside the panel) and selected accountnamepk is assigned in a variable. But Now i want to change the procedure. I like to add accountnames as set items in autocomplete edit text(where user can search using keywords). But I also have to assign the selected accountname's Pk Value in a variable when user clicks the item that listed in auto complete edit text. Any Possible way to do this?