Hey,
I have another question concerning listboxes, I have data being added to a DB and then that being displayed on a listbox, now I’d like to make sure that my users can’t add the same file twice to the same list box. I assume SCAN is going to be needed but I’ve not used it before. If you can point me in the right direction I would be much appreciated.
Also the listboxes are associated to a task so each task has its own files pickup by a key from the tasks, so you couldn’t scan the DB it would have to be the list or make sure it only scanned files with the key of the task in.
I have another question concerning listboxes, I have data being added to a DB and then that being displayed on a listbox, now I’d like to make sure that my users can’t add the same file twice to the same list box. I assume SCAN is going to be needed but I’ve not used it before. If you can point me in the right direction I would be much appreciated.
Also the listboxes are associated to a task so each task has its own files pickup by a key from the tasks, so you couldn’t scan the DB it would have to be the list or make sure it only scanned files with the key of the task in.