ใช้ Variable มาออกแบบ แล้วใช้คำสั่งนี้ แปะ ลงไป
ชื่อ-นามสกุลพ่อ
Value :=GetSQLStringData('select concat(fathername," ", fatherlname) as father_name from patient where hn="'+DBPipeline['HN']+'" ');
คลิกขวา Compile
ส่วนชื่อ - นามสกุล แม่ ทำเหมือนของพ่อ
Value :=GetSQLStringData('select concat(mathername," ", motherlname) as father_name from patient where hn="'+DBPipeline['HN']+'" ');