Change from Beta 2 to RC 1

Sorry for my english . . . . . . (I'm a english-beginner)

i have changed from Visual studio 2005 Beta 2 to RC 1 and now i habe 2 problems:

on Beta 2 is possible to do this:

oRpt.SetDataSource(Me.KenusDBDS.KRTempBHFehler)

now i have to do this:

oRpt.SetDataSource(
Me.KenusDBDS.Tables("KRTempBHFehler"))

but, the bigger problem is:

I have created a lot of reports (Beta 2) with: with = ca. 20 cm (default)

Now all reports are reduced to ca. 15 cm, and i can't change this.

Do you can help me i can't find a solution for this problem.

Than you

Robert Koller




Answer this question

Change from Beta 2 to RC 1

  • Yan Li

    Hallo Keith

    The Problem is simple:

    1.1) I work with visual studio 2.0 Beta 2
    1.2) I create a lot of crystall reports
    1.3) I test the reports --> all reports are OK

    then

    2.1) I remove (de-install) visual studion 2.0 Beta 2 incl. .Net Framework 2.0 Beta 2 ftom my PC
    2.2) I install visual studio 2.0 RC 1 on my PC
    2.3) I open the Reports in visual studio 2.0 RC 1
     and now:
    2.4) Alle reports are 5 cm smaller.

    It's ok my english

    Thank you for your support!

    Robert

  • br_turnbull

    Hello Robert,

    When you create this report do you choose to add a Report or add a Crystal Report

    It sounds to me like you are using the Microsoft Report Control.  What is the extension on the Report file  If it is .rdlc it is Microsoft's new Report Control, if it is .rpt then it is a Crystal Report.

    Keith - Business Objects



  • MikeRoberts

    Hello Robert,

    I'm sorry but I just can't reproduce this behaviour.

    When you create the reports do you use the default printer options Right click on the report and choose Design|Printer Setup.  Do you have the No Printer option checked

    Is there a specific printer selected If so then that is where Crystal Reports gets the page information from.

    Here is a link to a whitepaper on Printer Drivers and how they affect Crystal Reports:

    http://support.businessobjects.com/communityCS/TechnicalPapers/cr_printer_driver_options.pdf.asp

    If you changed (customized) the report when you first designed it, then I need to know those exact steps as well.  If not, then I don't have further suggestions as I can't reproduce this and I haven't seen it reported by another user.

    Keith - Business Objects

  • nobodeuno

    Hallo

    thank you for your question. (Sorry for my english)

    I maked a lot of reports  with VS 2005 Beta 2 and the Paper size was normal: With = 20.3 cm (in Visual studio Report designer, and the same, if i run the programm and produce the report) . (ca. means appoximatly).

    If i open the report with Visual studio 2005 RC1 all forms are smaller and i can't change the With-property.

    Thank you for your support

    Robert



  • zoran maksimovic

    Hello Robert,

    Can you walk me through step by step on how you make this setting

    I would like to try to reproduce this but I'm really stumped on what exactly you are doing.

    Something like:

    1) create new report
    2) create new connection
    3) etc.
    4) etc.

    Thanks,
    Keith - Business Objects



  • E.M

    Hello Robert,

    For the bigger problem, what exactly do you mean by ca. 20 cm or ca. 15 cm  I'm not familar with the ca. part of that term and have been driving myself crazy trying to figure it out.

    Thanks,
    Keith - Business Objects

  • Ellen2

    Hallo Keith

    i have createt Crystal Reports (.rpt).

    Best regards

    Robert

  • Change from Beta 2 to RC 1