fknusername
Programmer
I have a function that loops through a lot rows in a table. This take an awful lot of time so I'd like to at least change the cursor to 'wait' at the start of the function and change it back to 'default' at the end.
My function is called in the OnMouseDown event.
My function is called in the OnMouseDown event.