Hi
Why would I use the BeginEdit and EndEdit on a row? The row still updates
without them.
Is it to just make it easier to roll back via CancelEdit?
Thanks
Vayse

Re: Row - BeginEdit and EndEdit -> Why? by Cor

Cor
Thu May 04 12:34:59 CDT 2006

Vayse,

The EndEdit pushes the rows in the other datasources if you have no
rowchange.

Cor

"Vayse" <vayse@nospam.nospam> schreef in bericht
news:%239sRo%234bGHA.4932@TK2MSFTNGP03.phx.gbl...
> Hi
> Why would I use the BeginEdit and EndEdit on a row? The row still updates
> without them.
> Is it to just make it easier to roll back via CancelEdit?
> Thanks
> Vayse
>



Re: Row - BeginEdit and EndEdit -> Why? by MarkAshton

MarkAshton
Thu May 04 15:27:01 CDT 2006

You would use BeginEdit/EndEdit if you where changing multiple values that if
changed individually cause constraint violations or underdesired intermediate
changes in the DataViews.

"Cor Ligthert [MVP]" wrote:

> Vayse,
>
> The EndEdit pushes the rows in the other datasources if you have no
> rowchange.
>
> Cor
>
> "Vayse" <vayse@nospam.nospam> schreef in bericht
> news:%239sRo%234bGHA.4932@TK2MSFTNGP03.phx.gbl...
> > Hi
> > Why would I use the BeginEdit and EndEdit on a row? The row still updates
> > without them.
> > Is it to just make it easier to roll back via CancelEdit?
> > Thanks
> > Vayse
> >
>
>
>

Re: Row - BeginEdit and EndEdit -> Why? by v-kevy

v-kevy
Thu May 04 21:24:25 CDT 2006

Hi Vayse,

BeginEdit/EndEdit is used during data binding. When you're trying to edit a
field and then pushed the changes to the data source of the binding, these
methods are used. They have nothing to do with the update to the database.

Kevin Yu
Microsoft Online Community Support

============================================================================
==========================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
============================================================================
==========================

(This posting is provided "AS IS", with no warranties, and confers no
rights.)


Re: Row - BeginEdit and EndEdit -> Why? by Vayse

Vayse
Fri May 05 04:20:03 CDT 2006

"Kevin Yu [MSFT]" <v-kevy@online.microsoft.com> wrote in message
news:XIsoNs%23bGHA.220@TK2MSFTNGXA01.phx.gbl...
> Hi Vayse,
>
> BeginEdit/EndEdit is used during data binding. When you're trying to edit
> a
> field and then pushed the changes to the data source of the binding, these
> methods are used. They have nothing to do with the update to the database.
>
> Kevin Yu
> Microsoft Online Community Support
>
Thanks, I understand now.



Re: Row - BeginEdit and EndEdit -> Why? by v-kevy

v-kevy
Sun May 07 22:12:50 CDT 2006

You're welcome.

Kevin Yu
Microsoft Online Community Support

============================================================================
==========================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
============================================================================
==========================

(This posting is provided "AS IS", with no warranties, and confers no
rights.)