2007年9月23日

(原創) 如何中斷印表機列印? (Database) (Visual FoxPro)

摘要: do while !eof() report form rpt21 to printer noconsole if lastkey() = 27 &&[escape] exit endifenddo 阅读全文

posted @ 2007-09-23 14:26 真 OO无双 阅读(718) 评论(0) 推荐(0) 编辑

(原創) 如何得知印表機是否就緒? (Database) (Visual FoxPro)

摘要: 函數printstatus() do while !printstatus() wait '印表機尚未就緒!!' window nowait if lastkey() = 27 exit endifenddo *網路印表機對這個函數無效 阅读全文

posted @ 2007-09-23 14:22 真 OO无双 阅读(750) 评论(0) 推荐(0) 编辑

(原創) 如何應用afields()來create cursor? (Database) (Visual FoxPro)

摘要: afields(dbstruc,'stall01')create cursor newstall01 from array dbstruc *將stall01的資料結構傳給陣列dbstruc*create cursor 跟據陣列建立cursor 阅读全文

posted @ 2007-09-23 14:15 真 OO无双 阅读(800) 评论(0) 推荐(0) 编辑

导航