Once a dataview is filtered, to do something using its first row, would u say:
for instance,
label1.text = dataview.item(1)("MyCOlumn")
OR
label1.text = mydataview.item(0)("MyColumn")
Which would bring up the first row in the filtered dataview.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.