Form - 遍历行

go_block('block_name');
first_record;
LOOP
  message(:block_name.item);
  if :system.last_record  = 'TRUE' then
      exit;
  end if;
  next_record;
END LOOP;

posted @ 2013-11-20 12:10  全威儒  阅读(777)  评论(0)    收藏  举报