PEDRO DONGALA 0 Posted March 28 Report Share Posted March 28 Ao adicionar os itens no datagrid mas notei que está repetir o mesmo nome do produto preciso de ajuda vossa.... grato pela atenção For i = 0 To DataGridView1.Rows.Count - 1 salvarvenda(CInt(DataGridView1.Rows(i).Cells(0).Value), CStr(DataGridView1.Rows(i).Cells(1).Value), CStr(DataGridView1.Rows(i).Cells(2).Value), CDec(DataGridView1.Rows(i).Cells(3).Value), CInt(DataGridView1.Rows(i).Cells(4).Value)) next Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now