compile function DONT_USE_DELETE_SCHEDULE() begin condition pre: post: end condition declare function msg, fieldcount, next_key declare subroutine rlist $insert rlist_equates $insert msg_equates $insert logical open 'SCHEDULE' to ScheduleTable else Void = msg( '', 'Unable to open SCHEDULE table...' ) return 0 end Stmt = 'SELECT SCHEDULE WITH ENTRY_DATE < "1/1/00"' rlist( Stmt, target_activelist$, '', '', '' ) DEBUG if @reccount then Eof = false$ NumKeys = @reccount Cnt = 0 loop readnext SId else Eof = true$ until Eof delete ScheduleTable, SId else msg( '', 'Unable to delete SCHEDULE ':SId ) return 0 end Cnt += 1 Percent = oconv( iconv(Cnt/NumKeys, 'MD2'), 'MD0' ):'%' Void = send_info( Percent:' Complete DELETING schedules...' ) repeat end return 0