标签:
go_block(‘BLOCKNAME‘); --跳到目的数据块first_record; --从第一条记录开始循环LOOPif :BLOCK116.check_all = ‘Y‘ then:BLOCKNAME.check_box := ‘Y‘; --将指定行的复选框设置为选中else:BLOCKNAME.check_box := ‘N‘;end if;EXIT WHEN :system.last_record = ‘TRUE‘;next_record;END LOOP;first_record;
标签:
原文地址:http://www.cnblogs.com/jforce/p/5602218.html