Search results

  1. K

    Studio 2005 & DataDirect & ASP.net FormView

    Never mind... we figured it out. The sql statement must consist of parameters that are represented by a "?" (i.e. UPDATE PUB.ApplicationUser SET fld1name = ?, fld2name = ? WHERE (keyfldname = keyfldname)). One then adds parameters to the Update query parameter list corresponding to the field...
  2. K

    Studio 2005 & DataDirect & ASP.net FormView

    I am trying create an ASP.net page using a formview connected to a Progress backend database through the DataDirect ODBC Driver. All of this is 10.1B. Everything works great with the SELECT statement but I am unable to form an UPDATE statement that DataDirect likes. I have bound my fields to...
  3. K

    Acessing MapPoint Web Service

    I received a response from Progress regarding this item and they indicated that accessing MapPoint Web Service requires modification of the HTTP header. Progress indicates this is not allowed within the 4GL at this time. I submitted an enhancement request to Progress.
  4. K

    Acessing MapPoint Web Service

    This is what I think I hear you saying (with my actual username and password replaced): hWS:CONNECT("-WSDL 'http://userid:password@staging.mappoint.net/standard-30/mappoint.wsdl' -Service 'RouteService' "). But that does not seem to work.
  5. K

    Acessing MapPoint Web Service

    I am attempting to access MapPoint's web service and am receiving the following error message: ---------------------------- Error receiving Web Service Response: Authorization required. Status code 401 (Unauthorized) received. (11773) ---------------------------- I am an authorized user of...
  6. K

    Progress and SAPI 5.1

    I am trying to use Microsoft Speech with a Progress program. I can tell that I am activating the voice recognition engine by monitoring the window processes but, can not seem to capture the event when the engine returns with some text. Here is the text I am using to start the engine: CREATE...
Back
Top