Hello,
I am getting an error 1104 - Error reading file at one client site.
It appears the workstation has lost the connection to the server.
If they exit the program and restart everything is back to normal.
The error happens on a SEEK command.
How can I trap for this error ?
Thanks,
Kent
How about wrapping it in a Try Catch ?
JH
-----Original Message-----
From: profox-bounces@leafe.com [mailto:profox-bounces@leafe.com] On Behalf
Of Kent Belan
Sent: Thursday, July 31, 2008 7:31 AM
To: 'ProFox Email List'
Subject: VFP9 - Error 1104
Hello,
I am getting an error 1104 - Error reading file at one client site.
It appears the workstation has lost the connection to the server.
If they exit the program and restart everything is back to normal.
The error happens on a SEEK command.
How can I trap for this error ?
Thanks,
Kent
[excessive quoting removed by server]
Kent Belan wrote:
> Hello,
> I am getting an error 1104 - Error reading file at one client site.
> It appears the workstation has lost the connection to the server.
> If they exit the program and restart everything is back to normal.
>
> The error happens on a SEEK command.
> How can I trap for this error ?
You can't - not reliably anyway. The only permanent cure is a reliable
network (not what you want to hear I'm sure!)
--
Cheers
============
Brian Abbott
============
Author: MB Software Solutions General Account
Posted: 2008-08-01 11:04:19 Link
Brian Abbott wrote:
> Kent Belan wrote:
>> Hello,
>> I am getting an error 1104 - Error reading file at one client site.
>> It appears the workstation has lost the connection to the server.
>> If they exit the program and restart everything is back to normal.
>>
>> The error happens on a SEEK command.
>> How can I trap for this error ?
>
> You can't - not reliably anyway. The only permanent cure is a reliable
> network (not what you want to hear I'm sure!)
>
Ditto Brian's comments...you want the hardware/network tech to check the
NIC card and rest of LAN connection on that PC, otherwise you could be
looking at more and/or bigger headaches later.