CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jul 2009
    Posts
    3

    Question Crystal Reports white space problem

    Hello,

    This I think is some formatting problem, but I am not sure. I am working with crystal reports in visual studio for the first time. I was able to populate the report with a query..and now I have to make it look better. I have two queries with this

    1) My report leaves a lot of white space at the left hand side I felt its the left margin but making that margin 0 doesn't help. The space is as wide as my palm..and I donno where it is coming from....I am on it for several hours now...I know it must be some small adjustment...but please help

    2) My query returns a date column...just the date and populates the dataset, but when i use this data set to show it on the report..this same column has 12:00:00AM appended to it for some reason...How can I make it so that it displays just the date?


    I am using the trial version of Visual Studio Team Suite and teradata...if that helps..
    Thank you

  2. #2
    Join Date
    Jul 2009
    Posts
    3

    Re: Crystal Reports white space problem

    Hahaaaa

    Just pushed the Show/Hide Tree button by mistake and the white space disappeared

  3. #3
    Join Date
    Jul 2009
    Posts
    3

    Re: Crystal Reports white space problem

    Does any one know how I can solve the date problem????

  4. #4
    Join Date
    Jul 2005
    Posts
    1,083

    Re: Crystal Reports white space problem

    Just click right button over the field
    Select Format Field
    Select Date and Time tab
    Click on Customize button
    Select Date and Time tab
    Set Date in Order combo

Tags for this Thread

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