G
Guest
Hi
i work in VB practicly from the start but I have problem now .... i have dataset in witch i have to tables witch are connected (parent - child) and whan i want to select some rows in child table thosent works. Problem is biger becouse data witch are have to be shown have to be also 'selected' from parent table, mins that have to be only data witch are in that time connected to selected row in parent table. Here is my ? ....
Dim filterExp As String = "Stanje < MinKolicina
Dim drarray() As DataRo
drarray = DsArtikli1.Artikli.Select(filterExp
Me.DataGrid1.DataSource = drarra
after this my datagrid shows some rubish ..
And one more please ... how to make some (witch you chose) rows other color from other rows
Thanks for A
i work in VB practicly from the start but I have problem now .... i have dataset in witch i have to tables witch are connected (parent - child) and whan i want to select some rows in child table thosent works. Problem is biger becouse data witch are have to be shown have to be also 'selected' from parent table, mins that have to be only data witch are in that time connected to selected row in parent table. Here is my ? ....
Dim filterExp As String = "Stanje < MinKolicina
Dim drarray() As DataRo
drarray = DsArtikli1.Artikli.Select(filterExp
Me.DataGrid1.DataSource = drarra
after this my datagrid shows some rubish ..
And one more please ... how to make some (witch you chose) rows other color from other rows
Thanks for A