Search results

  1. C

    Printing an image using 4gl

    Hi I need to print an image as part of a document in a laser printer. I'm using PCL5 to print plain text but now I need to add an image. Can any body help me?
  2. C

    Extract from a MEMPTR

    Hi, I need to extract a part of e MEMPTR. I mean I have a MEMPTR variable and in need to extract the content from position 5 to the end. How can I do that?
  3. C

    Get the XML answer of a web service

    I finished the server side of my application. I put an HTTP Post to my server an I get back and XML. Following the example on Progress Knowledge Base answer ID: P125506, I make the client application. The example is pretty good but they use a CHAR variable to store de server response. The...
  4. C

    Show an XML on Internet Explorer

    Hi I need to reply an XML document as answer of a web request. Por example, If I write this URL on Internet Explorer http://localhost/cgi-bin/wspd_cgi.sh/WService=planta/web_prueba.p?number=1 Must display an XML. I try to SAVE the XML to standart output using STREAM. I found that when yo don't...
  5. C

    HTTP-POST authenticated

    Hi I need to used HTTP-POST with authetication. I follow ID: P125506 Title: "How to Post a HTTP Request using 4GL" for a normal post but how can I authenticate to the service? I meant how do I send username and password?
  6. C

    Webspeed error

    Hi, I had to reinstall my server and and Webspeed but now when I try to do some action I get an error Undefined variable: REQUEST_METHODalert("Erro desconhecido: [8] ao copiar arquivo -- ") The application running is Webdesk from Datasul. Does anybody has an idea?
  7. C

    How Progress Use SWAP Memory

    Hi In my DB server the memory is almost time at 90% but swap is never used. How can I reduce RAM comsuption and send some processes to SAWP? I used Fedora Core 3 Carlos
  8. C

    Using OS-COMMAND in Webspeed

    Hi Has anybody have a Progress cgi or something to be run in Webspeed to change the password of the Operating System? I have made something with OS-COMMAND but I can not get the script exit code.
  9. C

    OS-COMMAND Linux command exit code

    Hi I need to change Linux/Samba password from a progress program. I made a perl scrip to interact with smbpasswd to pass parameters for user and passwords. I use OS-COMMAND SILENT VALUE( 'sudo smbpasswd.pl --host=192.168.40.1 --user=pirrobe --oldpass=Pirr.2e --newpass=Pirr.3e...
  10. C

    Progress with LDAP

    Hi I need to login into a Progress DB with a trusted user but I have to authenticate login with an LDAP server. Does anybody have do that?
  11. C

    Idle time for a connection

    Hi I want to know how long an active users with a SQL or local connection haven't use it. That is the idle time for a user connection.
  12. C

    Fetch in Progress SQL92

    I want to set fetch size for RecordSet but I'm not sure if it is possible. I found at ID: P97526 in Progress Knowledge base that "Currently the JDBC driver installed with Progress/OpenEdge does not support the JDBC method setFetchSize(). By default the fetch size is 50 and cannot be changed."...
  13. C

    Progress with JDK1.5

    Is it possible to install a progress 9.1D client for Linux with JDK1.5?
Top