Re: Web Services (Retouch)



On Jun 23, 9:59 pm, "Pete Dashwood"
<dashw...@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
That's across an Enterprise LAN? Or via the Internet?

I think you're using MF so I don't know your environment intimately, but OLE
doesn't have a GUI system as such. If you are seeing a dialog box you need
to know where it is coming from. If the OLE support Class provided by MF
raises it, then you should be able to trap it with COM/OLE Exception
processing; if it is being raised on the Client when it detects that the
connection is broken it should also be trappable. Either way, find where it
comes from and trap it with Exception Class processing, then issue your own
Dialog.

Pete.

Tried it via Internet. I did some record reading from my side
(client)... and updating or writing a record on the other end (web/
data server) and the processing time per record is 1:09sec. That is
from the indicated bandwidth that I mentioned.

Looking at the "original posted" code below, with a modified
"updateAcctRecord" method;


*> This class adapated by James J. Gavan for Net Express V 3.1.
*> If using later versions of Net Express then REPOSITORY
syntax
*> can replace the 'Class-Control' entries below


*>---------------------------------------------------------------
Class-id. Soaptest.
*> Soaptest inherits from Base.

*> Where no inheritance is specified it defaults to Base

Class-Control.
*> olebase is class "olebase"
oleexceptionmanager is class "oleexpt"
Soaptest is class "soaptest"
Mssoap is class "$OLE$MSSOAP.SoapClient30".

:
:
:

invoke objSOAPClient "updateAcctRecord"
using by reference wIn-acctCode *>input/output interface
block
by reference wIn-acctName
by reference wIn-otherData
by reference wIn-sessionID
returning wOut-returnSw


somehow when the Internet connectivity is dead, when processing in the
middle of my "updateAcctRecord" loop... a window is appearing. Yes, Im
using N/E v3.10. From the code above, I guess the window is coming
from "oleexpt" class, or "$OLE$MSSOAP.SoapClient30". Tried overriding
this dialog window... but I can't seemed to removed it yet.

.



Relevant Pages

  • Automating Internet Explorer
    ... The script below is where it's at at the moment. ... BEGIN OnQuit event ... from the VB bug the kludgy way mentioned in the OLE doc ... Currently the script exits when the X is clicked in the IE window, ...
    (comp.lang.perl.misc)
  • Re: OLE and External Edit
    ... +36 = window handle of display holding file ... +52 = Session number ... format = 2 ... Why should the OLE server need to know this information? ...
    (comp.sys.acorn.programmer)
  • Re: Open a child process window within a (child) frame
    ... I could imagine that the meta-application is a MFC MDI app, ... which, when it opens an external exe, say a.exe, shows the ... main window of a.exe not as a popup window, but as a child of some ... it is not required to use OLE embedding, ...
    (microsoft.public.vc.mfc)
  • Re: Error Message: The OLe Server Isnt registered.
    ... Chances are that the one PC is missing a Reference. ... ACCESS to use that OLE object. ... You'll need to register that library / driver ... > design of how I handle the storage of these files. ...
    (microsoft.public.access.tablesdbdesign)
  • Re: Creating embeddable MDI app
    ... in addition to reading Inside OLE and the Active docs specs, ... > I have a simple SDI window with its menu and toolbar, ... > I was looking for some sample projects but as far as I could find out, OLE ...
    (microsoft.public.win32.programmer.ole)