wvantongeren Posted August 26, 2016 Report Share Posted August 26, 2016 Hello all, How to hide a name in a listbox when the name is selected. (probably with java) I have a listbox named "Test_Naam_Staff". In the listbox are (now) 4 names: (Willem, Thea, Vincent and Monique) When I have selected a name and submitted, then I wish that the name not enymory can be selected. Like hide ore something. See also: http://personeelsregistratie.weebly.com/Listbox_Names.html Who can help. Thanks Quote Link to comment Share on other sites More sharing options...
LWSChad Posted August 26, 2016 Report Share Posted August 26, 2016 Are you saying that you load the page, submit something, then the NEXT time you come to the page, you want the names to not show up? What are you changing about this person? Create a view, and use whatever you're changing as a criteria ----------- Double posts Quote Link to comment Share on other sites More sharing options...
wvantongeren Posted August 26, 2016 Author Report Share Posted August 26, 2016 Yes, the names who are selected in the lisbox, must by hidden. Why? Normaly the in the listbox there are +/- 50 persons in the listbox. I think, its verry handy when the listbox becomes smaller when people are selected and a person can not be selected twice. That's the purpose behind this all. Ore do you have another solution? Ps: thanks for responding. Quote Link to comment Share on other sites More sharing options...
LWSChad Posted August 26, 2016 Report Share Posted August 26, 2016 Does what I say about using whatever you're changing as criteria to filter by make sense? i.e. Maybe what is happening to a Person when you talk about selecting them is that the record in the Persons table has Field6 updated to "GoSeahawks". So then create a VIEW that has Field6 is NOT EQUAL to GoSeahawks. So, once you select a person, and update their record, they won't show up in the list box Quote Link to comment Share on other sites More sharing options...
wvantongeren Posted August 26, 2016 Author Report Share Posted August 26, 2016 I'm trying, sound logical. Thanks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.