Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Invalid seek offset on DOS printing
Message
De
03/03/2004 07:24:18
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turquie
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Titre:
Invalid seek offset on DOS printing
Divers
Thread ID:
00882647
Message ID:
00882647
Vues:
46
I use this way for dos printing. It works good with Win XP. but:



this line gives invalid seek offset on win98 machines. If I use "prn" instead of "lpt1" I don't get that.
         xopen=FCREATE("lpt1")
I use that for printing. It works good in win xp and some win98 machines. but some win98 machines not run good.
DECLARE INTEGER CopyFile IN kernel32;
	STRING lpSrcFile, STRING lpDstFile, INTEGER bFail
CopyFile("xxx.txt","lpt1", 0)
what's the problem?
Répondre
Fil
Voir

Click here to load this message in the networking platform