A
astro
Is there a command/syntax that will force a given datagrid to submit it's
changes to it's dataset?
I know the currencymanager is responsable for this.......just can't get it
to work. I've tried;
CType(ctrl, DataGrid).BindingContext.Item(0).EndCurrentEdit()
To no effect.
In MSAccess there is a property called "isdirty" that is flagged true when
an update is pending against the backend. You can force the update by
"isdirty = false". I am looking for something as simple as this ........???
Thanks.
changes to it's dataset?
I know the currencymanager is responsable for this.......just can't get it
to work. I've tried;
CType(ctrl, DataGrid).BindingContext.Item(0).EndCurrentEdit()
To no effect.
In MSAccess there is a property called "isdirty" that is flagged true when
an update is pending against the backend. You can force the update by
"isdirty = false". I am looking for something as simple as this ........???
Thanks.