|
Hi
Chris,
Are
you Meditech Magic or Client Server?
We
are C/S and all our remote clients are set up as 3-tier clients with an
application server assigned in the client dictionary of the UNV. This eliminates
about 99.99% of these server not responding errors during a session. It also
speeds up the response time. It isn't a scripting solution, but rather a system
one.
I
think the scripting solution might be to put a Timeout=n error before each of
some of your key pauses. Send that error to a routine that would check the
dialog box for a string of text then tell it to push a key it it finds
it.
On Error GoTo NotResponding
.
.
Timeout = 10
Pause for something
.
.
End
NotResponding:
Stable
2
If
View(Row:=1, col:=1, length:=21) = "Server Not Responding" Then
perform an action or key a button...
Else
perform a different action
End
If
Could also be an If At"" or PauseLoops if you like to
handle it that way too.
Michelle
617-665-3432
617-546-7770 pgr. Clinical Application Analyst CHA Information Technology [EMAIL PROTECTED]
|
Title: Message
- [Talk] Meditech not responding and Boston Workst... chris.white
- RE: [Talk] Meditech not responding and Bost... Swisher, Vincent J.
- Re: [Talk] Meditech not responding and ... chris.white
- RE: [Talk] Meditech not responding ... Shawn M. Yeaton
- Re: [Talk] Meditech not respond... chris.white
- RE: [Talk] Meditech not responding and Bost... JOHNSTON,DARON P
- Barker-Lacerda , Michelle
