week number of date

I have a dialog box with a DateEdit.
In the report, I have to extract the week number.
How do I do that?

Comments

  • edited 11:45AM
    tomaprzem wrote: »
    I have a dialog box with a DateEdit.
    In the report, I have to extract the week number.
    How do I do that?
    I would create a selectable stored procedure in the database and include the result in the query.
  • gpigpi
    edited 11:45AM
    Also you can write custom function. See a Developer's manual for more info

Leave a Comment