CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    Sep 2012
    Posts
    2

    Crystal Report 2008 Migration

    Hi All,

    We are migrating a application crystal reports to crystal reports 2008. This application is using AxCRVIEWERLib.AxCRViewer to generate report. Do i need to do any changes to the application report file?

    How to do CR migration for this appln.

    Please help!

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

    Re: Crystal Report 2008 Migration

    Welcome to CodeGuru forums!

    Explain a little more, please

    Migrating from wich version?
    What kind of application is? Language? Version?
    What's application report file?

    For example:
    I have an application developed in VB6 and Crystal Reports 10
    But I can design new reports (rpt files) with Crystal Reports 2008 and my application can work with them with no problem and no changes
    JG


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

  3. #3
    Join Date
    Sep 2012
    Posts
    2

    Re: Crystal Report 2008 Migration

    Migrating from wich version? Migrating from CR 8.5 to CR 2008


    What kind of application is? Language? Version? .net appliction framework 2.0

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

    Re: Crystal Report 2008 Migration

    Then you'll have to upgrade every rpt from CR 8.5 to CR 2008
    And inside project probably it will not be neccesary to make any changes... to be sure post the code where you call the rpts and the references to the viewer and/or CR
    JG


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

  5. #5
    Join Date
    May 2013
    Posts
    11

    Re: Crystal Report 2008 Migration

    Hi All,
    I'm using crstal report 2011 and oracle. I want to print 15 values for 25 person.But here prob is per page i should display 25 person in vertical view and 10 values per person in horizontal view. So the remaining 5 values i should display for the same 25 person in next page.

    Thanks in advance

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

    Re: Crystal Report 2008 Migration

    The easiest way would be to develop 2 reports
    First one: will display 25 persons - 10 values
    Second one : will display 25 persons - 5 remaining values
    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