
September 12th, 2003, 07:37 AM
|
|
Junior Member
|
|
Join Date: Sep 2003
Posts: 8
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Rowstate Question
i have a data form, that had text boxes on it. these text boxes are bound to a dataset (field or column however u want to say it)
it seems that when i navigate rows in the dataset. the rowstate immediately becomes set to modified, even if i didnt modify the row!! why is this. i am doing nothing else but clicking next. here is the code for my next button
formname.bindingcontext(datasetname,datamember).po sition +=1
any ideas why this would set the rowstate to modified?
note: if i do modify something, it doesnt show up as modified. just unchanged. the only time records appear as modified is after i move to a new row.
please help!!
|