VB6 SP1


I have a DBGrid control on my form, and when I set the mousepointer of the form to be vbHourGlass I still get a vbArrow over the DBGrid control.


The DBGrid control is disabled and I am processing the result set and updating information in the result set.


The entire process is started from a menu item and handled in the menu handler function.