Hi Guys,
I've written a basic search program.
I'm using the FindAllFiles Procedure, and it is working very well.
I'd like some indication that a search is active, and so I've created a button that changes colour during a search. However it is not working.
If I don't execute the FindAllFiles, the button changes. If I do execute a search, the button doesn't change. Something about the search stops the button colour change.
Does anyone know of an event in the FindAllFiles that I could yse instead?
Thanks