Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PRINTING PROBLEM IN W2K, WXP

Status
Not open for further replies.

NICKYSUWANDI

Programmer
Jan 8, 2004
80
ID
I use "_pdparms" command to print, but there's problem when i print in W2K or WXP, there's any body can help me?
 
" there's problem when i print in W2K or WXP"

Why don't you give us a little more detail on your problem?

1. What version of Foxpro are you running?
2. What is the problem you are encountering?

With more detail we might be better able to help you.

Good Luck,


JRB-Bldr
VisionQuest Consulting
Business Analyst & CIO Consulting Services
CIOServices@yahoo.com
 
Before print i begin initial with this code:
MSET=GETENV("PRINTER")
MDRV10=MSET+"10"
MDRV12=MSET+"12"
MDRV16=MSET+"16"
SET RESO ON
SET PDSETUP TO MDRV12
SET PRINTER ON
?? _pdparms [8]
?? _pdparms [9]

End with this code ():
SET PRINTER OFF
SET RESO OFF
SET PRINTER TO

User syntax _pdparms is very good for dot matrix printer it will compress font to with small one (but we can readed), but my trouble is w2k and wxp
 
Before print i begin initial with this code:
MSET=GETENV("PRINTER")
MDRV10=MSET+"10"
MDRV12=MSET+"12"
MDRV16=MSET+"16"
SET RESO ON
SET PDSETUP TO MDRV12
SET PRINTER ON
?? _pdparms [8]
?? _pdparms [9]

End with this code ():
SET PRINTER OFF
SET RESO OFF
SET PRINTER TO

User syntax _pdparms is very good for dot matrix printer it will compress font to with small one (but we can readed), but my trouble is w2k and wxp.
I am using FoxProw 2.6 For windows
 
i had try it but same.
Error message:
FoxProw Caused a general protection fault in module FoxW2600.esl at 0001:2220
 
I had try to Printer Generic before, but it same too.
Anyway thank's a lot.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top