it's always on top for me. 10.1b,win7,word2007
DEF VAR WRD-APP AS COM-HANDLE.
CREATE "Word.Application" WRD-APP NO-ERROR.
wrd-app:VISIBLE = FALSE.
wrd-app:Options:VirusProtection(False) NO-ERROR.
wrd-app:Documents:OPEN(WRD-DOCFILE)...
Any idea why the SEARCH function with a URL won't work from an appserver (_proapsv.exe)? It works okay from Webspeed or procedure editor. Windows firewall is off, corporate firewall only blocks by ports. The Admin service is common between the webspeed/appservers. Is there a better way to...
is hXYZObj set to the port name from the wsdl? you need to post more code, and the wsdl.
<code>
DEFINE VARIABLE hWebService AS HANDLE NO-UNDO.
DEFINE VARIABLE hXYZObj AS HANDLE NO-UNDO.
DEFINE VARIABLE result AS INT NO-UNDO.
DEFINE TEMP-TABLE b-test LIKE test.
CREATE SERVER hWebService...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.