Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 7 of 7 total
Thread OnRemoteReconnect
Fri, Aug 18 2006 9:32 AMPermanent Link

"Stanimir Petkov"
Hi,
Is it possible to handle the situation when the remote connection fails, and
the table is in edit or insert mode.
OnRemoteReconnect / Continue:=false / StopAsking:=true works fine in browse
mode.
Thanks




Sat, Aug 19 2006 3:09 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Stanimir,

<< Is it possible to handle the situation when the remote connection fails,
and the table is in edit or insert mode.  OnRemoteReconnect /
Continue:=false / StopAsking:=true works fine in browse mode. >>

Is the problem that you are you getting stuck in Edit mode without being
able to cancel ?

--
Tim Young
Elevate Software
www.elevatesoft.com

Mon, Aug 21 2006 5:52 AMPermanent Link

"Stanimir Petkov"
Tim,
Thats right, the application hangs.
Stanimir

Mon, Aug 21 2006 3:04 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Stanimir,

<< Thats right, the application hangs. >>

But you're not seeing an unlock error or anything like that ?

--
Tim Young
Elevate Software
www.elevatesoft.com

Mon, Aug 21 2006 8:08 PMPermanent Link

"Stanimir Petkov"
Tim,
I'm entering Edit mode,
then I'm stopping server,
then when I try to post follows
POST ERROR event (I have there Action:=daFailWink
Error 11280,
REMOTE RECONNECT event,
and then BEFORE POST,
so I can't cancel changes and close and open remote session again.
Stanimir

Tue, Aug 22 2006 1:13 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Stanimir,

<< I'm entering Edit mode,  then I'm stopping server, then when I try to
post follows POST ERROR event (I have there Action:=daFailWink
> Error 11280, REMOTE RECONNECT event, and then BEFORE POST, so I can't
> cancel changes and close and open remote session again. >>

I just tried the same steps in the DBSYS utility, and I can cancel out of
the Edit mode successfully and close down the application.  I simply had to
tell the OnRemoteReconnect event to stop asking for a reconnecct.

--
Tim Young
Elevate Software
www.elevatesoft.com

Thu, Aug 24 2006 6:41 AMPermanent Link

Stanimir Petkov
Tim thanks, I will check my code more carefully.
Stanimir

Image