I'm on v1.61 pre-release.
-Larry
Hi Chan,
I guess it is to reset the filter prior adding then set the filter again, here is a pseudo code:
DIM strTempFilter as String = MyBO.FilterMyBO.Filter = String.EmptyMyBO.Add()MyBO.Filter = strTempFilter
DIM strTempFilter as String = MyBO.Filter
MyBO.Filter = String.Empty
MyBO.Add()
MyBO.Filter = strTempFilter