I have a list box which I ad to by using the addlistitem method. Basically I add each record of a small file. No problem.
The users are able to alter the order of the names on the list box. Should they do that I want to alter the order in the file. Therefore the next time the list box is filled it appears in the order the user has chosen. I know I can track this in the interactive change procedure. However this procedure is called each time the box is clicked.
As the box is clicked very frequently I only want to alter the file order should the order of the listbox change. How would I do that???
Thanks
The users are able to alter the order of the names on the list box. Should they do that I want to alter the order in the file. Therefore the next time the list box is filled it appears in the order the user has chosen. I know I can track this in the interactive change procedure. However this procedure is called each time the box is clicked.
As the box is clicked very frequently I only want to alter the file order should the order of the listbox change. How would I do that???
Thanks