Search results

  1. S

    Coding on Windows - QAD on Unix

    Hi Everyone! Here's the deal: The Progress Database (MFG/PRO) is on a UNIX machine. All the coding is being done on Windows machines, using Procedure Editor 9.1E. It's being used only because it UPPERCASEs. :lol: Is there a way to make out lives easier without having to buy OpenEdge...
  2. S

    Example on how to calculate the week number of the year from a date

    The logic doesn't seem to be correct, because this is what I am getting between years 08/09 │12/15/08 51│ │12/16/08 51│ │12/17/08 51│ │12/18/08 51│ │12/19/08 50│ │12/20/08 50│ │12/21/08 50│ │12/22/08 52│ │12/23/08 52│...
  3. S

    Example on how to calculate the week number of the year from a date

    You should use TRUNC instead of ROUND.
  4. S

    Example on how to calculate the week number of the year from a date

    Thank you very much! This did the trick for me!
Top