Search results

  1. B

    week number 1 - 5

    Your code is two lines but it returns the wrong value for my purpose. I need to count each week in the month including any partial first or last week. Your code would return 1 for 09/04/05 and 4 for 09/25/05. counting 4 weeks. The example that Lee and I were working on accounts for this...
  2. B

    week number 1 - 5

    My slight rewrite with Lees help I just removed some of the internal functions. Need to test this dont take it verbatim. Joey your rewrite is a a lot cleaner. I was trying to base this of the delphi program, maybe too literally =). The one thing the code below does do is account for the fact...
  3. B

    week number 1 - 5

    Wow, great Lee thanks this will definitely help.
  4. B

    week number 1 - 5

    Thanks for the reply. I'll give that a shot. update: Actually I wasnt thinking. What you provided is what Im already doing with my procedure. I get date and output the (year)week number and the from and thru date for that week. /*********************************/ procedure...
  5. 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.
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. B

    create record and post to ASP.

    Not that I'd expect a reply, but I figured out a solution.
  11. 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...
  12. 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...
  13. B

    PEG and Xenophobia

    I kind of find this whole debate a bit humerous. I mean does Progress not want to foster its development community? do you think folks on SQL boards, ASP boards or lists, java boards or lists complain about these types of things. In my opinion Progress needs as much an open forumn, lists...
  14. B

    PEG and Xenophobia

    Why on earth would you want to receive every single post on a topic via email. besides the network admin yelling about the traffic, I'd rather hit the site and search on the question when needed as opposed to getting every single email submission on a topic. The boards centralized area for...
  15. B

    PEG and Xenophobia

    Chris, I too think your doing a great job and service to the Progress community with Progresstalk. Its about sharing information and getting information out to a larger audience. When I was new to Progress and the community I was shocked at the minimal amount of information available...
  16. 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...
  17. 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.
  18. B

    grab unique date values

    thanks for the help.
  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...
Back
Top