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

Date format in autosearch dialog

edited September 2004 in General
how can i change date format in autosearch dialog?
it accepts mm/dd/yyyy and i would dd/mm/yyyy.

--
--------------------------------------------------
Donato Verrastro
e-mail:dverrastro@publisysitalia.it

Comments

  • edited September 2004
    Hi Donato,

    ReportBuilder uses the StrToDateTime to convert the user input into a
    TDateTime. The StrToDateTime converts the string based on the local
    settings of the computer you are using. If you would like to customize
    this, you will need to use the OnGetAutoSearchValues event to transfer the
    search criteria values to data access components manually. See the help on
    the OnGetAutoSearchValues for more information on this.

    --
    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.