Search into ListBox - Forum

Forum Navigation
You need to log in to create posts and topics.

Search into ListBox

hi to all

i have 3 list boxes in app

I'm searching for one of the items. For example, Yasin or 2 or 38

After searching, I need to display the information of all 3 box lists in each row

General example: I am looking for item 24 ! After searching in the blue box, the result will be specified :

a. 1            b. Yasin         c. 24

Uploaded files:
  • You need to login to have access to uploads.

Try This : )

Put A, B, C text files in same Folder as Pub

Greetings

Uploaded files:
  • You need to login to have access to uploads.
YASIN has reacted to this post.
YASIN

IT WON'T LET ME LOAD TEXT FILES :((((

Copy this in a text file named A.txt

1
2
3
4
5
6
7
8
9
10

 

Copy this in a text file named B.txt

Yasin
John
Peter
Ben
Jerry
Sam
Mike
Adam
Don
Gareth

 

Copy this in a text file named C.txt

24
6
46
22
17
60
2
11
73
88

Put text files in same Folder as Pub

There is still some adjustments that you have to make for example: It will display the input in A, B or C even if it don't find anything in the boxes. Rather add script to tell that if it doesn't find anything in the search bar [TextEntry1], to do nothing.

Hope you understand : )