Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sys(6)
Message
 
 
À
23/05/2002 14:20:54
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Re: Sys(6)
Divers
Thread ID:
00660658
Message ID:
00660665
Vues:
8
>I no longer get a display with I run ?sys(6). Everything seems to give me a display except for sys(6). Can anyone tell me why?
>
The Sys(6) function is the same as Set("printer",1). It returns empty string because SET PRINTER TO doesn't set to anything. Try
SET PRINTER TO myfile.txt
? Set("printer",1)
Set("printer",3) will return current VFP printer and it can be changed with SET PRINTER TO NAME command.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform