Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
After looking at the code and running a test, the code in the DeleteByPrimaryKey is actually correct. The Navigate accounts for a negative row index. There is something else going on in your environment that could be causing the problem. Just so you know, you don't even need any records in the BO in order to delete a record from the server. If you are wanting to delete a record from the server that is already in your BO, the use the DeleteCurrentRow method...you will have fewer issues with other bindings and delegates that may be in the formula.
|