the documentation for Rows.Selection i cannot found in wiki.. ide does not
show any documentation..

i found that piede of code in the recet upload of the wGridfilter and no
doc its raised in ide:

For n = 0 To $Grid.columns.Count - 1
            valor = IIf($Grid[$Grid.Rows.Selection[c], n].text = "",
$Grid[$Grid.Rows.Selection[c], n].richText, $Grid[$Grid.Rows.Selection[c],
n].text)
            clave = $Grid.rslt.Fields[n].Name
            actual.Add(valor, clave)
        Next

any information about that symbol please!


Lenz McKAY Gerardo (PICCORO)
http://qgqlochekone.blogspot.com
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to