(原創) 如何中斷印表機列印? (Database) (Visual FoxPro)
do while !eof()
report form rpt21 to printer noconsole
if lastkey() = 27 &&[escape]
exit
endif
enddo
do while !eof()
report form rpt21 to printer noconsole
if lastkey() = 27 &&[escape]
exit
endif
enddo