I use this code in one of my applications, but would also like to see something like VFP ZAP function
'-- Delete all records in the BOFor I = 0 To PaymentScheduleBO1.Count - 1 Me.PaymentScheduleBO1.DeleteCurrentRow(True)Next
'-- Delete all records in the BO
Awesome!
Believe it or not, I do have a Zap method in my base BO, but of course the more we have out of the box in the framework, the better.