Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Simple printing question
Message
 
 
À
06/10/2005 16:19:09
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01056848
Message ID:
01056958
Vues:
32
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform