Click to See Complete Forum and Search --> : DBGrid


Benjamin Beberness
March 1st, 1999, 09:52 AM
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.

nagi
May 20th, 1999, 08:46 AM
Try changing the icon property to "vbCustom" and including the HourGlass as the icon.

I hope this will solve your problem.

By the way, can you please tell me how to populate the unbound dbgrid from a table.... the sample application which comes along with
the vb software is not of much help.

Thanking you in advance.
shashi.