
Help I'm having a problem with dbgrid32.ocx in unbound mode
I have a VB 6 application which is using the dbgrid from VB5 SP3 in unbound
mode. When there are multiple rows and I'm updating the last row and hit
the up arrow key the UnboundWriteData event fires and sometimes passes a
WriteLocation of "0" instead of the last row. This is causing me to update
the first row of the underlying array instead of the last row of the array.
I'm not sure, but this seems to be a recent event. Is this a known problem
with a solution? Any help would be greatly appreciated.
P.S. I now know there are other grids that would be a much better choice,
but it would be a significant effort to upgrade this application and it
ain't in the budget.
Thanks