I have a parent and child maintenance form. I have maintenance toolbar to add and remove child record. When delete child record, I use DeleteCurrentRow(true) to do logical delete. Then only click save on parent BO's toolbar to commit the changes.
I have problem that the deletion is not executed. I didnt see any delete sql statement passed to sql server. My child data can be saved/browse and edit without any problem.
Any ideas?
Thank you