Search results

  1. D

    Progress Dynamic Query

    It is always tricky working with unknown values. Adding one character value to another unkown value will result in an unknown value. That is probably why your code will fail at this point: put unformatted tablbuf_hndl2:BUFFER-FIELD(i):NAME + " " + tablbuf_hndl2:BUFFER-FIELD(i):BUFFER-VALUE()...
  2. D

    Call simple Progress web service from html form

    Has anyone ever called a Progress webservice from an html form? I have set up a simple Progress webservice that works perfectly well from a Progress client. Now I would like to access it from a html form quite like this example: <form target="_blank"...
Top