Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Report to raw print
Message
De
13/12/2007 14:12:32
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01275608
Message ID:
01275611
Vues:
13
>I am trying to send my report to a raw printer
>
>is ther a better idea than my code below ?
>
>
>**************************************************
> report form PEDIDO TO FILE "PEDIDO1.TXT" ASCII
>
> DECLARE INTEGER CopyFile IN KERNEL32.DLL ;
> STRING @SourceFileName, ;
> STRING @DestFileName, ;
> INTEGER bFailIfExists
>IF CopyFile('PEDIDO1.TXT', 'LPT1',0) # 0
> * It was copied
>ELSE
> * it wasn't
>ENDIF
>*************************************************

If you use proportional fonts in that report it will be total mess when it prints. Also why not just use normal reports and tell your client to buy a proper printer?
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform