[Gambas-user] TableView: Mark row

Gianluigi gradobag at gradobag.it
Tue Aug 1 11:06:07 CEST 2023


Il 01/08/23 09:58, Hans Lehmann ha scritto:
> Hello,
>
> I already checked the ranges before, because I also noticed that if 
> the value is greater than Gridview1.Rows.Max, the statement is 
> silently ignored.
> Therefore, this statement for navigating through a TableView also 
> works without errors:
>
> Public Sub btnNext_Click()
>
>     If tblView.Row > -1 Then
>        tblView.Rows.Select(tblView.Row *+ 1*) ' <<<--
>        tblView.SetFocus()
>     Endif
>
> End
>
> Thanks for the explanations
> says
> Hans

Right,

we struggled to get the DataView according to our wishes, we don't want 
to void everything.

Best regards

Gianluigi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20230801/61fcfe58/attachment-0001.htm>


More information about the User mailing list