Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Invalid Seek Offset
Message
From
13/02/1999 15:13:46
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Invalid Seek Offset
Miscellaneous
Thread ID:
00187424
Message ID:
00187424
Views:
58
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
Next
Reply
Map
View

Click here to load this message in the networking platform