Home All Groups Group Topic Archive Search About

Component One TrueDB Fetch row style

Author
22 Aug 2006 7:54 AM
feudalac!
I knew how to do it in VB6 but I can't figure it out in VB.NET

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



--
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
--------------------------------------------------------

Author
22 Aug 2006 8:10 AM
feudalac!
feudalac! wrote:
Show quote
> I knew how to do it in VB6 but I can't figure it out in VB.NET
>
> 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...

problem solved




--
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
--------------------------------------------------------

AddThis Social Bookmark Button