Question : select data on my form

hi all, how do i filter a select for display those records only in my form?

how it is the correct way im using  bindingsource and bindingnavigator with a table adapter

thank you a lot

1:
2:
3:
4:
5:
6:
7:
cn.Open()
        Dim datos As String = "select * from notas where proyecto=" + proyecto + ""
        Dim cmd As New OleDbCommand(datos, cn)
        stat1 = (cmd.ExecuteScalar())
        NotasBindingSource.DataSource = stat
        Me.BindingNavigator1.BindingSource = Me.NotasBindingSource
        cn.Close()

Answer : select data on my form

Mmmm, that is a bit more fiddly, yes. An animated gif would handle that reasonably well but that's all a bit 1995 for my liking! ;-)

You could also animate a graded yellow box behind a png to achieve that effect but that does seem like an unnecessary overhead for such a simple effect.

What is your reason for seeking a Flash Alternative (just out of interest)?
Random Solutions  
 
programming4us programming4us