Thanks Just came and Active user!
I need delete some record with "Period" on a day ( example Current Date = Jul 05, 2014 15:51 PM)
But Period Attributes have type as datetime, then when uses your way with method: "RecordSet.Filter.Period.Set(CurrentDate())" and method "RecordSet.Read()"; then I get the results "RecordSet.Count()" return =0.
Because special records write on about time form Jul 05, 2014 08:30 AM to Jul 05, 2014 13:30 PM; then
method "Filter.Period.Set(CurrentDate())" not available. I can not set parameters to exact time every hour, every minute every second. and the fact that I can not always know exactly the time what the user recorded in the system and record write.
How another way allow me delete some record with "Period" between dateform and dateto.
Thank a lot! 