Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Simple printing question
Message
From
06/10/2005 16:19:09
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01056848
Message ID:
01056938
Views:
28
Nope, no go. Here is my code:
	DEFINE WINDOW wDisplay FROM 0,0 TO _SCREEN.Height, _SCREEN.Width IN SCREEN ;
		FONT "Courier" ;
		TITLE "Upload Summary - ESC to Close, File | Print menu to print" ;
		NOMINIMIZE GROW FLOAT CLOSE
	MODIFY FILE (lcOutputFile) WINDOW wDisplay NOEDIT
	RELEASE WINDOWS wDisplay
I didn't have the "IN SCREEN" before, so I added it. Still didn't help. Also took off the NODEIT. No change.

Result: MODIFY FILE window displays Courier text, printer prints some sort of proportional font like Helvetica. (I am not sure what the font is).

Since you are wanting Arial, maybe that is what your printer is using. Can you try using a completely different font and see if the printer uses it? I am completely at my wit's end here. Sometimes VFP frustrates the hell out of me, especially when all I want is that last 5% and it seems like it should be easy....

Thanks for all the help so far...

JoeK
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform