Index
2008-07-31 08:31Kent Belan : VFP9 - Error 1104
2008-07-31 08:36John Harvey : RE: VFP9 - Error 1104
2008-07-31 08:40Brian Abbott : Re: VFP9 - Error 1104
2008-08-01 11:04MB Software Solutions General Account : Re: VFP9 - Error 1104
Back to top
VFP9 - Error 1104

Author: Kent Belan

Posted: 2008-07-31 08:31:28   Link

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

©2008 Kent Belan
Back to top
RE: VFP9 - Error 1104

Author: John Harvey

Posted: 2008-07-31 08:36:02   Link

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]

©2008 John Harvey
Back to top
Re: VFP9 - Error 1104

Author: Brian Abbott

Posted: 2008-07-31 08:40:33   Link

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

============

©2008 Brian Abbott
Back to top
Re: VFP9 - Error 1104

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.

©2008 MB Software Solutions General Account