
VB 4.0: Problem with DBGrid
Quote:
> Hi,
> does anybody know the following problem:
> The control dbgrid has a property named toprow. But if I make use of it ,
> Visual Basic sends the message: Methode or dataelement not found.
> Is there somewhere a patch for this (or such) problems?
> Thanks for each answer.
> --
> Mike Haehlen
The VB helpfile is incorrect. TopRow is a property of the standard
MS Grid. DBGrid uses FirstRow for this property. It gets or sets
the bookmark of the first visible row of the grid.