|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Component One TrueDB Fetch row styleIn vb6 I did this Private sub TGDB_FetchRowStyle(...) dim RStemp as recordset RStemp = RSMaster.clone RStemp.bookmark = RSmaster.bookmark if rstemp!somefiled = "something" then TGDB.rowstyle=something SET RStemp=nothing End Sub And i don't know what to do in VN.NET I use DataTable to fill the grid TGDB.SetDataBinding (DataTableName, Nothing, True) I can't find a example... Thanks -- You're not paid to think. A mindless worker is a happy worker. Shut up and do your job! - Tata Feudalac! -------------------------------------------------------- http://www.fotozine.org/index.php?stranica=clan&uid=1352 http://www.thinkgeek.com/brain/gimme.cgi?wid=81d35dc8f http://groups.google.com/group/fejkneraddangub -------------------------------------------------------- feudalac! wrote:
Show quote > I knew how to do it in VB6 but I can't figure it out in VB.NET problem solved> > In vb6 I did this > > Private sub TGDB_FetchRowStyle(...) > > dim RStemp as recordset > RStemp = RSMaster.clone > RStemp.bookmark = RSmaster.bookmark > if rstemp!somefiled = "something" then TGDB.rowstyle=something > SET RStemp=nothing > > End Sub > > > > And i don't know what to do in VN.NET > > > I use DataTable to fill the grid TGDB.SetDataBinding (DataTableName, > Nothing, True) > > > > I can't find a example... > > > > Thanks > > > never mind... -- You're not paid to think. A mindless worker is a happy worker. Shut up and do your job! - Tata Feudalac! -------------------------------------------------------- http://www.fotozine.org/index.php?stranica=clan&uid=1352 http://www.thinkgeek.com/brain/gimme.cgi?wid=81d35dc8f http://groups.google.com/group/fejkneraddangub -------------------------------------------------------- |
|||||||||||||||||||||||