Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

dateutils

edited October 2006 in General
How can I get the week number of a date field ?

Can I add some date function in report builder ?

Thanks - FD

Comments

  • edited October 2006
    Hi FD,

    Delphi includes the built-in routines WeekOfTheMonth() and WeekOfTheYear()
    to find the week number. If you are using RAP, these routines are not
    natively available so you will need to create a passthru function to add
    them. There is a full example of creating a passthru function for RAP in
    the ReportBuilder Developer's Guide and in the RAP demos located in the
    \RBuilder\Demos\0. RAP\... directory.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.