Recent content by kskib046

  1. K

    make Word be on to top

    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)...
  2. K

    SEARCH function

    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...
  3. K

    Progress Web Service: Passing Parameters

    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...
  4. K

    Progress Web Service: Passing Parameters

    How is hXYZObj defined?
Back
Top