SYS_VN_PRE_SCRIPT ยานวด
if getsqldata('select count(distinct(v.vn)) as cc from ovst v '+
' inner join opitemrece o on o.vn=v.vn '+
' where v.vstdate >= SYSDATE() - INTERVAL 30 DAY '+
' and o.icode="icode-ยานวด" and v.hn="'+fhn+'" ')>0 then
begin
showmessage('ระบบตรวจสอบพบว่ามีการสั่งใช้ ยานวด/balm ไปแล้วในช่วง 1 เดือนที่ผ่านมา');
end;
ส่วนเรื่องการสั่งใช้ก็ตั้งจำกัดจำนวนเอาก็ได้ครับ