HeLeNaMiLaNo
Programmer
Im trying to add a new record to an empty datagrid and i am getting the following error message -
"Rowset not available"
My code is:
grdActions.AllowAddNew = True
grdActions.Row = 0
grdActions.Columns(0).Text = "bla bla"
grdActions.Columns(1).Text = "bla bla"
Any help will be much appreciated - thanks in advance.
"Rowset not available"
My code is:
grdActions.AllowAddNew = True
grdActions.Row = 0
grdActions.Columns(0).Text = "bla bla"
grdActions.Columns(1).Text = "bla bla"
Any help will be much appreciated - thanks in advance.