Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to customize Eject page when print with @ say
Message
De
07/09/2004 04:09:22
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turquie
 
 
À
07/09/2004 02:39:40
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00939069
Message ID:
00939873
Vues:
11
Hi Hendry,

I got that solution from another and I'm using it with satisfaction. if dos and windows codepages not different in your country you don't needed line 3.
xfile="myfile.txt"
xport="lpt1"

  STRTOFILE(CPCONVERT(CPCURRENT(1) ,CPCURRENT(2),FILETOSTR(m.xfile)),m.xfile)

DECLARE INTEGER CopyFile IN kernel32;
	STRING lpSrcFile, STRING lpDstFile, INTEGER bFail
CopyFile(m.xfile,m.xport, 0)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform