Search results

  1. B

    webspeed cleaning dynamic objects and the use of a widget pool - garbage collection

    Hi all, question regarding the cleanup of dynamic objects and the use of a widget pool. Speaking in regards to a webspeed application. I noticed we have some dynamic queries where we are not deleting the handle object. I want to make sure I do proper deletion of those objects. My question...
  2. B

    display base64 encoded image stored in db

    We have images that are being base64 encoded and stored in a clob field in our db. the encoding and storing of the image is working fine. If I run this test to output some of the data to a string I can see there is info stored. <script language="speedscript"> def var v-b64-decod-str as...
  3. B

    AGENT_RETRY_VAL setting

    Hi all, We've been dealing a bit with hung agents and after some reading I've come across the AGENT_RETRY_VAL setting. Supposedly setting this to 0 will minimize the WebWrite errors so the agent doesnt get stuck in endlessly trying to perform a dead request. WebWrite() failed during npp_send...
  4. B

    proper method to configure webspeed error redirect

    Hi all, Can someone explain exactly how you should properly configure webspeed to redirect to a custom error message instead of showing the default yellow webspeed error message. I have looked at all the knowledge base stuff and I have never been able to get it to work. I need to do it on a...
  5. B

    does webspeed support gzip javascript compression

    best schemes for javascript compression with webspeed. Hi all, just curious in regards to javascript compression what techniques do any of you find work best with webspeed. gzip compression? using something like packer for your javascript? Im trying to figure out the best method to make my...
  6. B

    set domain for cookie issues

    Hi all, I need to set two cookies when a user logs onto our website. The first is to set the sessid for the site. The second is to set a second cookie with the same value but with the domain specified for another secured url since I need to grab the sessid when I pass the user to the secured...
  7. B

    check that all lines contain the same account value or not

    Hi all I was wondering what would you consider the best method to check that all the line records returned on a for each contain the same account number or not. assuming the following simple for each. for each Payment where Payment.Payment-id eq 5678910: For example if...
  8. B

    using READ-XML to read XML into temp table.

    Hi, I've been testing the new READ-XML method features in Progress 10.1A that allows one to read an XML file into a temp-table versus using the sax parse method. Basically I just setup a simple procedure based of information from the Progress knowledge base. Created a preset xml, run my...
  9. B

    upgrading to OE 10 for those using webspeed

    Hi all, We are looking at upgrading from version 9.1D to Openedge 10 (Progress 10). We are currently using webspeed 9.1D. Transaction server runs on unix and we have the messenger running on IIS web server. I figure it might be a good idea to start a thread for those who are using webspeed...
  10. B

    week number 1 - 5

    Hi all this may seem like a dumb question but do any of you have a good method to obtain the week number from a date etc. I know how to get the week number for the year say 38 etc, but I was wondering if their is a method to get the week number for a month from 1 - 5.
  11. B

    figuring upgrade licensing for webspeed 10

    Hi all, We are evaluating the cost to upgrade from Progress 9.1D to version 10. This means we will also need to upgrade to webspeed version 10. Webspeed version 10 is quite different from older versions. Licensing is no longer based on agents but users. This is quite confusing since its...
  12. B

    load delimited file and create new records

    Hi all, This seems pretty simple, but Im having problems. When I run this program it does not create any records. Basically I am loading a comma delimited file. The delimited file simply holds two columns of data: name and email. I think Im not putting the file in the right format to...
  13. B

    deleting session cookie in speedscript

    Hi all, I am trying to provide a means to logout and delete a session cookie on our web site. I have read through Progress documents and knowledge base, but no matter what Ive tried, the session ccokie is not getting deleted basically a user click a link to logout which jumps to a logout...
  14. B

    Whats up with the new Progress Knowledge base?

    Have any of you noticed the new Progress Knowledge base. I for one dont like it, at least the current implementation. The actual result information is more detailed, but the user interface and the opening of multiple windows is a bit annoying. Also whats up why is this using ASP? Why not...
  15. B

    create record and post to ASP.

    Hi all, Strange question. I have an ASP script that is simply used for handling post responses from a form. This script allows me to easily define the output of the form as html (very eleborate html layouts) and then email nicely formatted html email to specified users etc. I know I can...
  16. B

    result pages

    Hi all, I have been looking for a good method to display result pages within a page based on a search. Almost all of the webspeed examples I see utilize the Last and Next feature to view the consecutive or previous results from a search, as opposed to the better method of showing result...
  17. B

    login problems with proxy server

    Hi all, We have a web application our customers use to check product etc. The common login procedure including setting a cookie to the local host for session management has always worked fine. Recently, we have had a problem with a customer using MS proxy server for the web. As I...
  18. B

    Which is best for Progress DB, AIX, HP-UX, SUN etc

    Since we are evaulauting a new Unix server, just curious which flavor of Unix seems to work best for a Progress DB or if it even matters. What are the advantages, disadvantages? Post your Pro's, cons or suggestions. HP-UX?, IBM AIX, SUN etc.
  19. B

    grab unique date values

    Hi all, I have what may be a simple question for some of you. I have a for each that grabs a number of records. creates a temp table. Each record has a selldate. I need to grab the unique selldates so I can break the display up by selldate for the month. Heres a simple example of what...
  20. B

    Loading XML data into a temp table

    I'm trying to find a method for loading data from an XML file into a temp table. I currently have an application in webspeed that allows me to post an XML file and receive the XML response. I'm not sure of the best method to take that response, handle the xml file and display the information...
Top