[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Adding Child Rows

  • Thread starter Thread starter Laura Stern
  • Start date Start date
Status
Not open for further replies.
L

Laura Stern

Guest
I saw your answer (which isn't appearing here for me - "Ok we found a way around it by updating the DataSet handle directly and then just refreshing the binding source and grid"). Good that is what I would have said. You should not use .NET calls to update your temp-tables! That is best done directly in the ABL. Those methods, like AddNew, are really meant to be used by the control. For example, if the control allows you to open up a new row in a grid, it wants to tell the BindingSource, and thus the underlying data source to add a new row. But if you want to initiate the adding of rows, then do it in the ABL and inform the controls about it.

Continue reading...
 
Status
Not open for further replies.
Back
Top