ลองดูที่ อ.ขวด แนะนำไว้ครับ ตามรูปเลย
1. ประกาศตัวแปร เช่น ชื่อ copy (เหมือน อ.ขวด)
2. ใช้ copy:=inputquery('title','text');
3. แก้ไขตรง GlobalOnCreate
ChangeReportSQL('select o.icode,sum(o.sum_price) as total,sum(o.qty) as total2,d.strength '+
' from opitemrece o,drugitems d '+
' where rxdate between "2014-05-01" and "2014-05-30" '+
' and o.icode = d.icode '+
' group by o.icode '+
' order by total desc '+
limit "'+copy+'" ');