if GetSQLIntegerData('select count(hn) as cc from ptcardno '+
' where hn="'+DBPipeline['name3']+'" ')>1 then
Value := GetSQLStringData('select cardno from ptcardno '+
' where cardtype="02" and hn="'+DBPipeline['name3']+'" ')
else if GetSQLIntegerData('select count(hn) as cc from ptcardno '+
' where hn="'+DBPipeline['name3']+'" ')=1 then
Value := GetSQLStringData('select cardno from ptcardno '+
' where cardtype="01" and hn="'+DBPipeline['name3']+'" ')
else
Value := '-';
เงื่อนไขแรก ให้แสดงเลขที่ต่างด้าว
เงื่อนไขที่สอง ให้แสดงเลขที่บัตรประชาชน
ปล.จากโค้ดด้านบน เงื่อนไขแรก ถ้าต้องการให้พิมพ์ข้อมูล "เลขที่ต่างด้าว" ด้วยต้องทำอย่างไรครับ