Chan (01/04/2009)
May I know what is the "workaround"?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.Filter
MyBO.Filter = String.Empty
MyBO.Add()
MyBO.Filter = strTempFilter