FB 1.5

VS 2005

 

I'm confused about the results I get from a DataRowView.IsEdit

 

Here is the scenario:

- Strongly typed datatable -> bindingsource -> textbox controls for editing 

- The client edits a textbox connected to TableA.

- The client moves to another tab where they will do some operations on
TableB, but dependent on TableA

- I want to notify them that they need to save their changes to TableA
first.

 

I am trying to use DataRowView.IsEdit, but it seems to be true all the time
until I call EndEdit.

 

TableADataAdapter.Fill(TableA) >> drv.IsEdit = true

TableA.AcceptChanges >> drv.IsEdit = True but I haven't edited anything?

TableABindingSource.EndEdit >> drv.IsEdit = False

Client edits in a textbox or some other control connected to the
TableABindingSource >> What event can I capture to see that a value has
changed?

 

Rick

 

 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to