ผมลองนำเข้าไม่ได้นะคับ
เพราะว่าอะไรหรือ
ผมทำตัวนี้เพิ่มมาเพื่อส่งให้ name5 ครับ
function doctormainhospital(hh:string):string;
var
hh1:string ;
begin
result:= '';
hh1:= vartostr(getsqldata('select left(hosptype,3) as cc FROM hospcode WHERE hospcode="'+hh+'" '));
// showmessage(hh1);
begin
if
hh1 = '¤ÅÔ' then result:=
'¤ÅÔ¹Ô¡' else if
hh1 = 'ÁËÒ' then result:='͸ԡÒú´ÕÁËÒÇÔ·ÂÒÅÑÂ'
else if
hh1 = 'þ.' then result:='¼ÙéÍӹǡÒÃâþÂÒºÒÅ'
else if
hh1 = 'þª' then result:= '¼ÙéÍӹǡÒÃâþÂÒºÒÅ'
else if
hh1 = 'âÃ' then result:= '¼ÙéÍӹǡÒÃâþÂÒºÒÅ'
else if
hh1 = 'ÇÔ·' then result:='¼ÙéÍӹǡÒÃÇÔ·ÂÒÅÑÂ'
else if
hh1 = 'ÈÙ¹' then result:='ËÑÇ˹éÒÈÙ¹Âì') ;
end;
// result:= hh1;
end;