StrataFrame Forum

DeleteCurrentRow BO Method Call

http://forum.strataframe.net/Topic179.aspx

By Scott - 11/29/2005

I am making a call to DeleteCurrentRow() (with out the true parameter),  in the documentation it says that this will remove the record from the server and from the local table.  I am not seeing this behavior,  it seems that I have to make a call to Save() for the delete to take effect.  Just wanted to mention it if it is an issue.

Scott

By Trent L. Taylor - 11/29/2005

Pass a false to the method.  This will force the record to be removed from the SQL Server database without calling the Save method.  By default, the record is only marked as deleted and requires a Save before the deletion is committed to the database.  I will look at the documentation and make sure that it is properly explained.  Thanks.
By Edhy Rijo - 11/9/2007

Trent L. Taylor (11/29/2005)
Pass a false to the method.  This will force the record to be removed from the SQL Server database without calling the Save method.  By default, the record is only marked as deleted and requires a Save before the deletion is committed to the database.  I will look at the documentation and make sure that it is properly explained.  Thanks.

Hi Trent,

FYI, the documentation is not updated yet in this regard.