Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Invalid Seek Offset
Message
De
13/02/1999 15:13:46
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Invalid Seek Offset
Divers
Thread ID:
00187424
Message ID:
00187424
Vues:
56
I´m developing on windows 98, trying this :

*Salida directa al puerto de Impresión...!
TheFile = FOPEN("LPT1",11)

IF TheFile < 0 && Check for error
messagebox("Imposible Imprimir en LPT1",0+16+0,"Error")
ELSE && If no error, send to LPT1
=FPUTS(TheFile,thisform.edt.value)
=FCLOSE(TheFile) && Close port
ENDIF

It do well when running on Windows NT, but with windows 98 I have next
program message error :
"Invalid seek offset"

I do not know how to solve this, please let me know if you can help me!,or where I can find the answer.

Thanks...

Hernán Mojica Ruiz
hernan@sureste.com
Hernán Mojica Ruiz
==================
hernan@sureste.com
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform