แสดงกระทู้

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - woravet

หน้า: 1 ... 6 7 [8] 9
351
อ.MN ครับ วิธีทำ ReSync VN ทำอย่างไรครับ
แบบกำหนดทั้งปี พ.ศ. ได้มั๊ยครับ

352
ไม่ทำตัวตรวจสอบ cid ว่าถูกต้องหรือไม่ ก่อนนำเข้าหล่ะครับ
เห็นอ่านเข้าทุกอย่าง โดยไม่คำนึงถึงรูปแบบ กลัวข้อมูลจะเพี้ยนครับ

353
ยินดีต้อนรับ / Re: สวัสดีปีใหม่
« เมื่อ: ธันวาคม 28, 2007, 17:20:42 PM »
ขอให้โชคดี มีสุข มีเงินทองใช้ ปราศจากเรื่องเครียดๆหนักๆ ทุกท่านครับผม

354
ผมว่าคุณใช้เงื่อนไขของวันนัด+วันมาตรวจ
ทำให้เกิดปัญหา ถ้านัดแล้วไม่มาตรวจหล่ะครับ
ผมว่าน่าจะเป็น
select vn.vn,oa.hn,oa.nextdate,concat(pt.pname,pt.fname,"   ",pt.lname) as pt_name,pt.addrpart,right(concat('0',pt.moopart),2) as moopart,ta.full_name,concat(vn.age_y," - ",vn.age_m," - ",vn.age_d) as pt_age,concat(os.bpd," / ",os.bps) as bpds

from oapp oa
left outer join vn_stat vn on vn.hn=oa.hn
left outer join patient pt  on pt.hn=oa.hn
left outer join thaiaddress ta on ta.addressid=concat(pt.chwpart,pt.amppart,pt.tmbpart)
left outer join opdscreen os on os.vn=vn.vn

where (oa.nextdate between '2007-10-24' or '2007-10-24' and vn.vstdate between '2007-10-24' )and '2007-10-24' and oa.clinic="002"

order by ta.addressid,moopart,pt.addrpart asc

ลองเปลี่ยนตรงช่วงสีแดงดูครับ น่าจะพอใช้ได้

355
ผู้ป่วยนอก น่าจะเป็น
select p.hn,p.pname,p.fname,p.lname,p.sex,p.birthday
,p.addrpart,p.moopart,p.tmbpart,p.amppart,p.chwpart,max(o.vstdate) as vstdate
from patient p
left join ovst o on p.hn=o.hn
left join ovstdiag o1 on o.vn=o1.vn
where o1.icd10 between 'b20' and 'b24'
and p.hn not in (select hn from death)
group by p.hn
having count(o.hn)>2
****
ผู้ป่วยใน น่าจะ
select p.hn,p.pname,p.fname,p.lname,p.sex,p.birthday
,p.addrpart,p.moopart,p.tmbpart,p.amppart,p.chwpart,max(o.regdate) as regdate
from patient p
left join ipt o on p.hn=o.hn
left join iptdiag o1 on o.an=o1.an
where o1.icd10 between 'b20' and 'b24'
and p.hn not in (select hn from death)
group by p.hn
having count(o.hn)>2

พอจะใช้ได้มั๊ยครับ

356
ผมใช้โปรแกรม  HOSxP อยู่ ทำการย่อเพื่อใช้โปรแกรมอื่นแล้วกลับมาใช้
แต่ใช้ Num Pad ไม่ได้ ต้องเปิดแล้วเปิดใหม่
มีวิธีแก้ไขมั๊ยครับ

357
การเขียน SQL Script / Re: sql วันละคำ กับ perjer
« เมื่อ: ธันวาคม 13, 2007, 12:31:47 PM »
น่าจะมีบอกไว้เกี่ยวกับบางคำสั่ง เพราะใช้ต่าง version กัน
เช่น timestampdiff ใช้ใน MySQL 5 ขึ้นไป
เพราะของผมยังใช้ 4 อยู่เลยใช้ไม่ได้
*****
ผมไม่แน่ใจว่า from_days กับ to_days เป็น store procedures รึปล่าว
เห็นมีอยู่หลายตัวเหมือนกันใน HOSxP

358
อ.ดึงข้อมูลจากฟิล์ด moid ใช่มั๊ยครับ
ฟิด์ลที่น่าจะได้
village=copy(moid,7,2)
tambon=copy(moid,5,2)
ampur=copy(moid,3,2)
changwat=copy(moid,1,2)
แบบนี้มั๊ยครับ (ผมลงย่อๆมาให้ดู)


359
แฟ้ม HOME ข้อมูล Changwat,Ampur,Tambon น่าจะผิดนะครับ
ใส่สลับตัวแปร

360
รหัสมาตรฐาน (DID) หาจากที่ไหนครับ
หรือสามารถกำหนดเองได้เลย
หรือมีวิธีการกำหนดอย่างไรบ้าง

361
ผมใช้ mysql 4.1 อยู่ ใช้คำสั่งอะไรครับ

362
ผมใช้คำสั่งดึงข้อมูล แล้วเกิด error

Got error 134 from storage engine

หมายความว่าอย่างไรครับ


363
การเขียน SQL Script / Re: คำสั่ง Count
« เมื่อ: กันยายน 06, 2007, 16:34:31 PM »
หรือจะลองแบบนี้มั๊ง
select ov.vstdate,count(op.hn) as hn
,sum(if(op.bpd>0,1,0)) as bpd
,sum(if(op.bps>0,1,0)) as pbs
,sum(if(op.bw>0,1,0)) as bw
,sum(if(op.pulse>0,1,0)) as pulse
,sum(if(op.temperature>0,1,0)) as temperature
from opdscreen op , ovst ov
where op.vstdate between "2007-08-01" and "2007-08-31" and op.vn = ov.vn
and ov.main_dep = "010"
group by ov.vstdate

364
อ.MN ครับ ขอถามชื่อไฟล์ Source code หน่อยครับ
1.ลงทะเบียนผู้ป่วยใหม่
2.บันทึกส่งตรวจ
3.บันทึผลวินิจฉัย
*****
อ. มีไฟล์เสียง 21 กับ 101 บ้างมั๊ยครับ

365
ลองสั่ง update patient set drugallergy=null where drugallergy='""'

366
ขอให้หายไวๆ นะครับ จะได้สู้ต่อไปอีกครับผม

367
มีแบบแยกเป็น Module มั๊ยครับ

368
การใช้งานของ OVST_DIAG_ID ทำงานอย่างไรครับ
ใช้ที่ max(ovst_diag_id)+1 ของ ovstdiag เลยรึปล่าวครับ
โดยตรวจสอบกับ seiral
*****
เห็น อ.ใช้ delete ovstdiag where vn=? แล้ว insert จาก getserialnumber()
ผมลองตรวจก้อไม่เห็นมี ovst_diag_id ข้ามครับ

369
ลองตรวจตรง DRGs Income Group ดูซิครับ
ฟิลด์ DRG_Group ใน income

370
ขอบคุณมากครับ
ที่จริงไม่น่าขึ้นอยู่กับ fixed_price เพราะราคาอยู่ที่หมอสั่ง หรือไม่ก้อห้องยา(ที่คิดเงิน)
เพราะห้อง X-Ray ก้อยังไม่ค่อยได้ใช้เท่าไร
แต่อย่างไรก้อได้ตามความต้องการของ รพ.ระดับหนึ่ง

371
ถ้าเราจะทำให้ขึ้นอัตโนมัติได้มั๊ยครับ แบบการสั่ง Lab

372
ผมตรวจสอบ icode ของ xray_items ก้อมีใน nondrugitems
ก้อยังไม่ขึ้น ใช้ 3.50.6.17 อยู่ครับ
ต้องตรวจสอบตรงไหนอีกครับ

373
อ.ครับ มี Er-Diagram ของห้องบัตรบ้างมั๊ยครับ
ขอแยกเป็น Module ได้มั๊ยครับ(บัตรใหม่,ลงทะเบียน,ลงโรค)

374
อ.ครับ จะ Click หรือไม่ ก้อทำงานครับ ในกรณีเป็นผู้ป่วยคลีนิคพิเศษ

375
จาก Module บันทึกผลการตรวจรักษา
1.ไม่ต้องการลง Screen Data ต้องทำอย่างไรครับ กรณีผู้ป่วยคลีนิคพิเศษ
2.ไม่ให้ขึ้น Auto Dx ของผู้ป่วยคลีนิคพิเศษได้มั๊ยครับ
*****
อ. ยังไม่ได้แก้เกี่ยวกับสภาพผลการตรวจรักษาครับ
ในกรณีที่แพทย์ยังไม่ได้ลงโรคมา
เราจะแก้เป็นอย่างอื่นไม่ได้ ต้องบันทึกไปครั้งหนึ่งก่อน แล้วกลับมาแก้
กรณี Refer ข้อมูลเก่าจะไม่ขึ้นมา

376
ลองเป็น
select o.spclty,sp.name as spname,
sum(if(o.pttype between '61' and '96',1,0)) as countUC,
sum(if(o.pttype between '61' and '96',vn.income,0)) as sumUC,
sum(if(o.pttype between '34' and '35',1,0)) as countSSM,
sum(if(o.pttype between '34' and '35',vn.income,0)) as sumSSM,
sum(if(o.pttype='22',1,0)) as countA2,
sum(if(o.pttype='22',vn.income,0)) as sumA2,
from ovst o
left outer join spclty sp on sp.spclty=o.spclty
left outer join vn_stat vn on vn.vn=o.vn
where o.vstdate between "2007-01-01" and "2007-01-31" and o.an IS NULL
group by sp.spclty
order by sp.spclty,o.vstdate

ลองประยุกต์ตามสิทธิอื่นๆดูครับ

377
ใน vn_stat เป็น SDx รึปล่าวครับ
จากคำสั่งแรก มันหาเฉพาะที่เป็น priciple dx นะครับ
ลองเป็น
select *
from vn_stat
where pdx='n63' or dx0='n63' or dx1='n63' or dx2='n63' or dx3='n63' or dx4='n63' or dx5='n63'
สิครับ

378
Error แบบนี้แก้ไขอย่างไรครับ
คือ เรยกผู้ป่วยจาก Modlue หร้องตรวจโรคขึ้นมา จะขึ้น error นี้ เป็นแค่บางรายครับ

379
จากรูปที่ 1 ถ้าไม่มีการลง Dx.มาก่อน จะเปลี่ยนสถาพหลังการตรวจเป็นอย่างอื่นๆไม่ได้(01-12 หรือ 54)
จะได้เฉพาะ 99

จากรูปที่ 2 เมื่อมีการแก้ไข จะไม่มีข้อมูลเก่าที่เคยลงขึ้นมา

380
1.การใส่ข้อมูลที่เป็น null ใน table ที่เรียกจาก sql โดย keyboard ทำอย่างไรครับ
พอดีลบข้อมูลแล้วเป็นช่องว่าง ยังไม่ได้ใช้คำสั่ง update
2.ค่าของ vsttime ที่ดึงข้อมูลด้วย vfp ออกมาไม่ถูกต้อง ที่ใช้ date_format(vsttime,'%T') แทน มีวิธีอื่นอีกมั๊ยครับ
3.Modile ของ บันทึกผลการตรวจรักษา มี bug ครับ คือถ้าแพทย์ไม่ลงโรคมา แล้วจะลงสถาพผลการรักษา
เป็น Admit หรือ Refer ต้องทำการบันทึกก่อน แล้วค่อยเปิดมาแก้ไข แล้วถ้าเป็น Refer จะไม่มีข้อมูลเก่าขึ้นมา

381
ขอรบกวนอาจารย์ หรือท่านผู้รู้
เกี่ยวกับวิธีใช้ DeCryptText หน่อยครับ

382
Development / Re: เรียนสอบถามผู้รู้อีกครั้งครับ
« เมื่อ: มีนาคม 30, 2007, 23:08:06 PM »
ถ้าเป็นแบบนี้หล่ะครับ
select a.hn,b.pname,b.fname,b.lname,c.vstdate,d.fbs,d.bps,d.bpd
from clinicmember a
left join patient b on a.hn=b.hn
left join ovst c on a.hn=c.hn
left join opdscreen d on c.vn=d.vn
where a.clinic=(select sys_value from sys_var where sys_name='dm_clinic_code') //บางที่ให้รหัสไม่เหมือนกัน
and c.vstdate='2007-3-29'
order by (b.chwpart+b.amppart+b.tmbpart)

383
ถ้าคุณใช้ VFP ได้
ลองส่งแฟ้ม DBF มาให้สัก 10 records สิครับ
จะทำ code ให้ครับ
หรือที่ woravet@yahoo.com ก้อได้ครับ

384
อยากทราบรหัสผ่านของ User แต่ละราย
เพราะมี User ระดับ Admin หลายคน
ไม่ทราบใครไปเปลี่ยนแปลงอะไรบ้าง บางครั้งของๆผมก้อถูกเปลี่ยน
ทำให้เข้าโปรแกรมไม่ได้
*****
ผมเห็นมี func DeCrypttext,EnCrypttext อยู่ แต่ใช้ไม่เป็น
มีตัวอย่างบ้างมั๊ยครับ

385
ขอบคุณครับ
****
อ.MN ครับ ขอวิธีคำนวณ LASTVISIT,LASTVISIT_HOUR หน่อยได้มั๊ยครับ
ลองดูแล้วยังงงอยู่ครับ


386
ขอความหมายตัวแปรใน DataResyncVNU.PAS
FODrugAccountIncome := gethosvariable('non_drug_account_income');
หาค่าได้อย่างครับ

387
คือผมจะให้คำสั่งนี้กับ User ที่จะใช้ เพราะยังไม่ได้ออกแบบ Report ให้
อยากให้ Export แบบง่ายๆ ไปก่อน เพื่อการใช้งานเบื้องต้น
*****
โดยปกติผม Export เป็น DBF เพราะยังใช้ VFP เป็นอยู่บ้าง

388
จากคำสั่ง Sql
select a.hn,concat(b.pname,b.fname,' ',b.lname) as name,b.addrpart,b.moopart,h.age_y,h.age_m,h.age_d,b.sex,b.marrystatus,g.icd10 as dx,e.name as pttype,
date_format(a.vsttime,'%T') as time,c.nextdate,concat(round(d.bps,0),'/',round(d.bpd,0)) as bp,d.cc,d.pe,d.fbs,d.bw,d.height,d.bmi,f.name as result
from ovst a
left join patient b on a.hn=b.hn
left join oapp c on a.vn=c.vn
left join opdscreen d on a.vn=d.vn
left join pttype e on a.pttype=e.pttype
left join ovstost f on a.ovstost=f.ovstost
left join ovstdiag g on a.vn=g.vn and g.diagtype=1
left join vn_stat h on a.vn=h.vn
where a.vstdate='2007-3-12'
and b.chwpart=62 and b.amppart=10 and b.tmbpart=02
group by a.hn
order by a.vsttime
ถ้า Run Sql สามารถอ่านได้ แต่ถ้า Excel Exopt ใน Column ของ CC กับ PE จะออกเป็น (MEMO)
ต้องทำอย่างไรบ้างครับ

389
ผมใช้คำสั่ง sql
select vn,hn,vstdate from ovst where vn not in (select vn from vn_stat)
ซึ่งผลลัพธ์มีจำนวนมาก เมื่อเทียบกับ
select vn,hn,vstdate from vn_stat where vn not in (select vn from ovst)
ดังนั้นผมอยากได้ Script หรือวิธีที่จะโอนข้อมูลจาก ovst,ovstdiag--->vn_stat


390
มีวิธีโอนข้อมูลจาก ovst,ovstdiag ไป vn_stat
และ vn_stat ไป  ovst,ovstdiag บ้างมั๊ยครับ
เนื่องจากผมใช้คำสั่ง sql ลบข้อมูลบ้างตัวออกไป
แล้วตรวจสอบเห็นข้อมูลไม่เท่ากันครับ
*****
ขอของ an_stat ไป ipt,iptdiag
และ ipt,iptdiag ไป an_stat ด้วยนะครับ

391
Diagnosis has been locked
Diagnosis data not save

คือผมจะลงโรคเพิ่ม หรือแก้ไขรหัสโรคให้ถูกต้อง
จากระบบผู้ป่วยนอก->บันทึกผลการตรวจรักษา

392
ระบบผู้ป่วยนอก
->ลงทะเบียนเวชระเบียน
-->ตัวเลือกการพิมพ์
--->เปิดหน้าจอส่งตรวจหลังการบันทึก จะติ๊กหรือไม่ ก้อจะเปิดหน้าต่างส่งตรวจตลอดครับ

393
ลองคำสั่งนี้ดูมั๊ยครับ ตรงกับความต้องการหรือไม่?
select a.xn,concat(b.pname,b.fname,' ',b.lname) as name,d.xray_items_code,e.xray_items_name
from xrayxn a left join patient b on a.hn=b.hn
left join xray_head c on a.xn=c.pt_xn
left join xray_report d on c.vn=d.vn
left join xray_items e on d.xray_items_code=e.xray_items_code
where a.xn=4901973

394
อาจารย์ครับ ผมจะตรวจสอบว่า VN นี้มีการสั่งยาหรือไม่
ใช้ table อะไรบ้างครับ

395
select a.hn,concat(b.pname,b.fname,' ',b.lname) as name,a.staff,c.groupname from ovst a,patient b,opduser c
where a.hn=b.hn and a.staff=c.loginname
and a.vstdate='2006-12-15'
order by c.loginname,a.hn
แบบนี้รึปล่าว เปลี่ยนวันที่เอาเองนะ

396
ระบบผู้ป่วยนอก->บันทึกผลการรักษา
สภาพหลังการตรวจ จะขึ้น 99 ให้อัติโนมัติ
ในกรณียังไม่ลงโรคจากห้องตรวจ
ถ้าผมแก้เป็นอย่างอื่น เช่น Admit หรือ Refer(54)
จะต้องเข้าถึง 2 ครั้ง
ถ้าแก้ไข Refer ข้อมูล Refer เดิมก็ไม่ขึ้นมาด้วย

397
รูปแบบการส่งรายงาน 504/505 เป็นแบบไหนกันบ้างครับ
ที่ สสจ.กำแพงเพชร ยังรับแบบ DBF ไฟล์
*****
ส่วนประกอบของไฟล์
Hosp c(12)  ซึ่งเป็นรหัสหน่วยงานแบบเก่า ใน table hospcode ไม่มี
Date c(4)     =yymm
Case1....Case? n(5)
*****
ผมลองส่งตัวอย่างมาให้ดู

398
Development / รายงาน 505 ผิดพลาดรึปล่าวครับ
« เมื่อ: พฤศจิกายน 25, 2006, 02:55:27 AM »
ผมลองทดลองรายงาน 505 แล้วน่าจะมีข้อผิดพลาดครับ
*****
ทดลองข้อที่ 2
select a.an,a.dchdate,b.icd10 from ipt a,iptdiag b
where a.an=b.an and b.icd10 between 'A03' and 'A0999'
and a.dchdate between '2006-11-1' and '2006-11-30'
ได้ค่าหนึ่ง แล้วจากรายงานได้อีกค่าครับ
มีหลายข้ออยู่เหมือนกันครับ

399
ตัวอย่างที่ผมลองทำครับ ดึงเฉพาะข้อมูล
unit RP504;

var
  MainForm: TForm;
  OKButton, SaveButton, PrintButton, ExitButton: TButton;
  ds1, ds2: TDateEdit;
  lds1, lds2, lcode, lid, lname,lpath: TLabel;
  tcode, tid, tname,tpath: TEdit;
  FAborting: boolean;
  yymm:string;
  rp:TTzDBF;
  rphosp:TStringField;
  rpdate:TStringField;
  rpcase1:TStringField;
  rpcase2:TStringField;
  rpcase3:TStringField;
  rpcase4:TStringField;
  rpcase5:TStringField;
  rpcase6:TStringField;
  rpcase7:TStringField;
  rpcase8:TStringField;
  rpcase9:TStringField;
  rpcase10:TStringField;
  rpcase11:TStringField;
  rpcase12:TStringField;
  rpcase13:TStringField;
  rpcase14:TStringField;
  rpcase15:TStringField;
  rpcase16:TStringField;
  rpcase17:TStringField;
  rpcase18:TStringField;
  rpcase19:TStringField;
  rpcase20:TStringField;
  rpcase21:TStringField;

implementation

procedure OKClick(Sender: TObject);
var
  sdate,edate:tdatetime;
  tc:Tclientdataset;
begin
  yymm:=formatdatetime('yymm',strtodate(ds2.text));
  sdate:=ds1.text;
  edate:=ds2.text;
  tc:=TClientDataset.create(nil);
  tc.data:=HOSxP_GetDataset('select a.*,ifnull(d.amount,0) as amount from rpt_504_name a left join '+
  ' (select b.id,count(b.id) as amount from rpt_504_code b,ovstdiag c '+
  ' where c.icd10 between b.code1 and b.code2 and c.icd10 is not null '+
  ' and c.vstdate between "'+formatdatetime('yyyy-mm-dd',sdate)+'" and "'+formatdatetime('yyyy-mm-dd',edate)+'"'+
  ' group by b.id) d on d.id=a.id'+
  ' order by a.id');
  while not tc.eof do
  begin
  showmessage(tc.fieldbyname('id').asstring+'=>'+tc.fieldbyname('amount').asstring);
  tc.next;
  end;
end;

procedure ExitClick(Sender: TObject);
begin
  mainform.close
end;

procedure Main;
begin
  MainForm := TForm.Create(nil);
  MainForm.top := 200;
  MainForm.left := 200;
  MainForm.Width := 400;
  MainForm.Height := 400;

  lcode := tlabel.create(mainform);
  lcode.parent := mainform;
  lcode.top := 10;
  lcode.left := 10;
  lcode.caption := 'Code';

  tcode := tedit.create(mainform);
  tcode.parent := mainform;
  tcode.top := 10;
  tcode.left := 70;
  tcode.width := 85;
  tcode.text := '110962100000';

  lid := tlabel.create(mainform);
  lid.parent := mainform;
  lid.top := 35;
  lid.left := 10;
  lid.caption := 'Off_ID';

  tid := tedit.create(mainform);
  tid.parent := mainform;
  tid.top := 35;
  tid.left := 70;
  tid.width := 40;
  tid.text := VarToStr(GetSQLData('select hospitalcode from opdconfig'));

  lname := tlabel.create(mainform);
  lname.parent := mainform;
  lname.top := 60;
  lname.left := 10;
  lname.caption := 'Name';

  tname := tedit.create(mainform);
  tname.parent := mainform;
  tname.top := 60;
  tname.left := 70;
  tname.width := 200;
  tname.text := VarToStr(GetSQLData('select hospitalname from opdconfig'));

  lds1 := tlabel.create(mainform);
  lds1.parent := mainform;
  lds1.top := 85;
  lds1.left := 10;
  lds1.caption := 'Begin Date';

  ds1 := TDateEdit.Create(MainForm);
  ds1.parent := mainForm;
  ds1.left := 70;
  ds1.top := 85;
  ds1.Width := 85;
  ds1.text := now-formatdatetime('dd',now)+1;

  lds2 := tlabel.create(mainform);
  lds2.parent := mainform;
  lds2.top := 85;
  lds2.left := 200;
  lds2.caption := 'End Date';

  ds2 := TDateEdit.Create(MainForm);
  ds2.parent := mainForm;
  ds2.left := 270;
  ds2.top := 85;
  ds2.Width := 85;
  ds2.text := now;

  lpath := tlabel.create(mainform);
  lpath.parent := mainform;
  lpath.top := 110;
  lpath.left := 10;
  lpath.caption := 'Send To';

  tpath := tedit.create(mainform);
  tpath.parent := mainform;
  tpath.top := 110;
  tpath.left := 70;
  tpath.width := 200;
  tpath.text := 'C:\TEMP';

  OKButton := TButton.Create(MainForm);
  OKButton.parent := mainForm;
  OKButton.left := 30;
  OKButton.top := 180;
  OKButton.Width := 60;
  OKButton.caption := 'OK';
  OKButton.OnClick := OKClick;

  ExitButton := TButton.Create(MainForm);
  ExitButton.parent := mainForm;
  ExitButton.left := 140;
  ExitButton.top := 180;
  ExitButton.Width := 60;
  ExitButton.caption := 'Exit';
  ExitButton.OnClick := ExitClick;

  MainForm.Caption := 'ÃÒ§ҹ 504';
  MainForm.Showmodal;
  MainForm.free;
end;

end.

400
พอดีจะทำ Export ของ 504 เป็น DBF ครับ
โดยโครงสร้าง DBF เป็น
HOSP C(12)
DATE C(4)
CASE1...CASE21 N(5)
*****
ลองทำส่วนดึงข้อมูลพอทำได้
แต่ทำส่วน Export ไม่เป็นครับ
*****
ตอนนี้ Exoprt โดยใช้ VFP ครับ

หน้า: 1 ... 6 7 [8] 9