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

    Question Print two labels the same on a four across sheet. Crystal Reports XI ver.11.0.0.1285

    Using a four up label I need to print 2 labels for each employee. Printing across and then down.

    Reading from a database table with employee information.

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

    Re: Print two labels the same on a four across sheet. Crystal Reports XI ver.11.0.0.1

    One way could be to use a temporal table and resolve the problem using code
    Then just use Crystal to print the results
    JG


    ... If your problem is fixed don't forget to mark your threads as resolved using the Thread Tools menu ...

  3. #3
    Join Date
    Jan 2013
    Posts
    6

    Re: Print two labels the same on a four across sheet. Crystal Reports XI ver.11.0.0.1

    OK, would the table be built within the report and then printed? Could the code just be applied to the Crystal report database table?

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

    Re: Print two labels the same on a four across sheet. Crystal Reports XI ver.11.0.0.1

    Sorry, I was asumming that you were using a programming language
    JG


    ... If your problem is fixed don't forget to mark your threads as resolved using the Thread Tools menu ...

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