How can i select a specified row  havening the first field  a specified value?

I use a

public sub TBLview_Data(Row as integer, Column as integer)
        RESdata.MoveTo(Row)
        TBLview.Data.text = RESdata[RESdata.fields][column].name]
End


How can I set a entry as selected?!?

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to