Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Eject and set print
Message
 
 
À
25/11/2001 23:22:44
Joel Hokanson
Services Integration Group
Bellaire, Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00585617
Message ID:
00585620
Vues:
26
>I want to print just a few lines of info then go on.
>
>If I use:
>
> Set print on
> ? "Hello world"
> eject
> set print off
>
>It does NOT print until I quit Foxpro.
>

Issue SET PRINTER TO to close current spool unit and send print job to a printer.
Set print on
? "Hello world"
set print off
SET PRINTER TO
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform