Peping,
Rafael Copquin use cursor for temporary grid.
Then do scanning record to filter the valid record put into the real table.
I try to do the same thing but without Cursor just using table buffering.
My algorithm:
1. CURSORSETPROP('Buffering',5,'Detail')
2. do edit, append, or delete in the...