vfp输出打印的问题
name1 = ‘test’ + ‘.txt’handle = fcreate(name1)
cPrint = getprinter()
set printer to (cPrint)
cmd2 = “copy ”+name1+“ prn”
run &cmd2
以上这段代码可以通过局域网内的打印服务器正常打印资料,如果把打印机直接连到本机上就无法打印,请问是否是本机打印驱动程序的问题?本机操作系统是win7的,打印服务器操作系统是win2013server版的,谢谢各位还在用vfp的大牛不吝指教,谢谢