T
touf
Hi,
I've the "object reference not set to an instance of an abject" error in the
folowing code (initialise a datatable's rows to 0)
this is hapening for the 2nd field (taxe) of the 2nd row (the first is ok!!)
DSFrm.Tables("test").DefaultView.RowFilter = True
For k = 0 To DSFrm.Tables("test").DefaultView.Count - 1
DSFrm.Tables("test").DefaultView(k).Item("price") = 0
DSFrm.Tables("test").DefaultView(k).Item("taxe") = 0
Next
Any help please???
I've the "object reference not set to an instance of an abject" error in the
folowing code (initialise a datatable's rows to 0)
this is hapening for the 2nd field (taxe) of the 2nd row (the first is ok!!)
DSFrm.Tables("test").DefaultView.RowFilter = True
For k = 0 To DSFrm.Tables("test").DefaultView.Count - 1
DSFrm.Tables("test").DefaultView(k).Item("price") = 0
DSFrm.Tables("test").DefaultView(k).Item("taxe") = 0
Next
Any help please???