Hi,

Is there a simple way of accessing the grid cursor to retrieve the changed 
data.  

Example: I populate a grid from a DataSource.  The  grid is Editable.  I make 
changes to the data in grid - a boolean column.   Is there a simple way to 
retrieve the all records where the boolean column is True?

I thought I could use something like:
 Grid.DataSet.execute("Select * from dataset where lSelected = 1") but it 
appears to get the old data.


-- 
John Fabiani


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]

Reply via email to