จากหัวข้อนี้ครับ
http://hosxp.net/index.php?option=com_smf&Itemid=28&topic=19126.msg158170#newข้อความหลายจุดเหมือนกันนะครับที่ แจ้งเตือนภาษาอังกฤษ
เจ้าหน้าที่ ลูกจ้าง บอกมานานแล้วว่า ภาษาไทย ได้หรือเปล่า
Finance has been confirm to AR,Can not abort! ---- > แปลไทย
select * from hosxp_error_message
ระบบหลัก ภาษาอังกฤษ ส่วนภาษาไทย ก็เปิดเป็นฐานให้ admin รพ เข้าไปใส่เองเปลียนได้ก็ดีครับ
if getsqldata('select bill_amount from rcpt_print where rcpno="' + fbill + '"')
= 0 then
begin
showmessage_th('Bill already abort !');
exit;
end;
if vartostr(getsqldata('select account_confirm from rcpt_print where rcpno="'
+ fbill + '"')) = 'Y' then
begin
showmessage_th('Finance has been confirm to AR, Can not abort !');
exit;
end;