Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Simple printing question
Message
 
 
To
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:
01056958
Views:
31
I'm coming late to the game but I think you want NOWAIT on that modi file command so it doesn't invoke a wait state and fiddle with menu availability.

I'm wondering, though, why you don't just

RUN /N NOTEPAD &lcOutputFile

The menus will likely work just fine in Notepad. <g>

Dan

>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