CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2003
    Location
    San Diego, California
    Posts
    49

    Date display is incorrect

    Hello,

    I have a vb program that loads a Crystal Report. I am using VB 6 and Crystal 9. When I run the report from within Crystal Reports, my dates display correctly (6/14/2005). When I run the report from within my VB program the dates do not display correctly on the report. They display like (6.00/14.00/2,005.00).

    What could be different from running the report from within Crystal Developer and running it from a VB application? I've been banging my head on this one for some time now so I really appreciate any suggestions!

    Thanks,
    Stephanie

  2. #2
    Join Date
    Jul 2004
    Location
    Chennai, India
    Posts
    1,064

    Re: Date display is incorrect

    Open the report and right click on that datefield and select Format Section
    Then Goto Date and choose the format you want
    Madhivanan

    Failing to plan is Planning to fail

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

Featured