Results 1 to 3 of 3

Thread: Crystal 11 Subreport datetime datatype gone wrong??

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2007
    Location
    England
    Posts
    64

    Crystal 11 Subreport datetime datatype gone wrong??

    hi

    Using vb.net 2005 with Crystal

    i have a report with a subreport.
    im passing in a datetime parameter.

    The parent report sees the datetime paramter ok
    but the subreport translates it into something weird
    Parent report shows = 24/01/2009
    sub report shows = 54/45/4544

    We we using Crsytal 10 before and that worked ok
    upgraded to 11.5 and this has become an issue

    Any ideas?

  2. #2
    Frenzied Member
    Join Date
    May 2006
    Location
    some place in the cloud
    Posts
    1,886

    Re: Crystal 11 Subreport datetime datatype gone wrong??

    Probably you nedd to recreate the links form the main report to each subreport

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jan 2007
    Location
    England
    Posts
    64

    Re: Crystal 11 Subreport datetime datatype gone wrong??

    We found we are having to cstr() the date parmeters before they go into the subreport

    and then in the subreport
    in the record filter we are having to cdatetime() the parameters back to datime.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width