(PB development)
When writing an extremely simple program, there is an inexplicable problem. After inserting a new record, the retrieval will be retrieved. Very wonderful, after careful inspection, it is the reason for FILTER.
Because I write an entry of the report data and print. I am using the form of freedom. If printing, only one record is printed, but because there is a new record operation, if it is directly INSERT, there is an excess record, so it has been filtered before the record: DW_1 .Setfilter ('.....'); dw_1.filter (), this added and printing problem solved, but retrieved when the retrieval is retrieved. It turned out to be Filter ..... didn't restore