Append

PRice

Member²
What would you suggest to get Append behavior working with TOracleNavigator and TOracleDataSet? Some of the controls we're working with, such as the DBCtrlGrid, would give a better presentation if the new row displays after existing rows vs. ahead of existing rows.

Thanks,
 
The TOracleDataSet.Append function should work as expected, adding a row after the last one. The TOracleNavigator does not really have an Append function, only an Insert function. I can send you the OracleNavigator.pas source though, so that you can replace the Insert call with an Append call. This seems to do the trick.
 
Okay, I'm at price@cwc.gov. After replacing Insert with Append, would you suggest keeping our AfterInsert processing, or moving it to BeforePost?

Thanks,
 
Back
Top