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

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-22
  • 2021-08-22
  • 2022-02-07
  • 2022-12-23
  • 2022-12-23
  • 2021-07-07
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-31
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案