Upgrading Crystal Reports XI Release 2 to CR 2008: Where is ReportDocument

I am attempting to upgrade our .NET Crystal Reports code from Crystal Reports XI Release 2 on Visual Studio 2005 SP1 to Crystal Reports 2008 on the same compiler.  We use the ReportDocument interface and I can't seem to find it in the new Crystal Reports 4.0 managed directory.  Here's the top of the .header file that worked in the old environment:
#using <CrystalDecisions.Shared.dll>
#using <CrystalDecisions.CrystalReports.Engine.dll>
#using <CrystalDecisions.Enterprise.InfoStore.dll>
using namespace CrystalDecisions::Shared;
using namespace CrystalDecisions::CrystalReports::Engine;
With that code in place, I get compiler errors indicating that the packages can't be found:
c:\dev\sources\videoview_6_6\video\nextlink\reportfaxservice\NReportFaxServiceImpl.h(13) : fatal error C1107: could not find assembly 'CrystalDecisions.Shared.dll': please specify the assembly search path using /AI or by setting the LIBPATH
environment variable
If I comment out the lines as follows and add in the ReportDefModel (the only dll that appears to have a ReportDocument symbol):
// #using <CrystalDecisions.Shared.dll>
// #using <CrystalDecisions.CrystalReports.Engine.dll>
#using <CrystalDecisions.Enterprise.InfoStore.dll>
#using <CrystalDecisions.ReportAppServer.ReportDefModel.dll>
// using namespace CrystalDecisions::Shared;
// using namespace CrystalDecisions::CrystalReports::Engine;
using namespace CrystalDecisions::ReportAppServer::ReportDefModel;
Then, I get compiler errors like this:
NReportFaxServiceImpl.cpp(306) : error C2039: 'Close' : is not a member of 'CrystalDecisions::ReportAppServer::ReportDefModel::ReportDocument'
        c:\dev\businessobjects\common\4.0\managed\crystaldecisions.reportappserver.reportdefmodel.dll : see declaration of 'CrystalDecisions::ReportAppServer::ReportDefModel::ReportDocument'
NReportFaxServiceImpl.cpp(941) : error C2039: 'Load' : is not a member of 'CrystalDecisions::ReportAppServer::ReportDefModel::ReportDocument'
        c:\dev\businessobjects\common\4.0\managed\crystaldecisions.reportappserver.reportdefmodel.dll : see declaration of 'CrystalDecisions::ReportAppServer::ReportDefModel::ReportDocument'
NReportFaxServiceImpl.cpp(950) : error C2039: 'SetParameterValue' : is not a member of 'CrystalDecisions::ReportAppServer::ReportDefModel::ReportDocument'
        c:\dev\businessobjects\common\4.0\managed\crystaldecisions.reportappserver.reportdefmodel.dll : see declaration of 'CrystalDecisions::ReportAppServer::ReportDefModel::ReportDocument'
NReportFaxServiceImpl.cpp(974) : error C2039: 'ExportToDisk' : is not a member of 'CrystalDecisions::ReportAppServer::ReportDefModel::ReportDocument'
        c:\dev\businessobjects\common\4.0\managed\crystaldecisions.reportappserver.reportdefmodel.dll : see declaration of 'CrystalDecisions::ReportAppServer::ReportDefModel::ReportDocument'
Here's line 306 of that source file, for example:
NReportFaxServiceImpl::~NReportFaxServiceImpl()
     DESTLOG( LOG_NREPORTSERVER, "NReportFaxServiceImpl::~NReportFaxServiceImpl", "[[[]]]" );
     RFaxCloseServerHandle( _hRightFaxServer );
     //  close all the report documents
        IDictionaryEnumerator^ enumReportDocuments = _mapReportDocuments->GetEnumerator();
        while( enumReportDocuments->MoveNext() )
         Object^ reportName = enumReportDocuments->Key;
         ReportDocument^ crReportDocument = dynamic_cast<ReportDocument^>(enumReportDocuments->Value);
/* line 306 */         crReportDocument->Close();
Can anyone advise me of the correct #using directive to specify to pull in the ReportDocument object?
Thanks.

Okay, we seem to be getting somewhere.  I switched the /AI directive to point to the managed/dotnet2 directory, but then I get the following warning:
c:\dev\sources\videoview_6_6\video\nextlink\reportfaxservice\NReportFaxServiceImpl.h(15) : fatal error C1107: could not find assembly 'CrystalDecisions.Enterprise.InfoStore.dll': please specify the assembly search path using /AI or by setting the LIBPATH environment variable
NMAKE : fatal error U1077: 'c:\dev\VisualStudio\VC\bin\cl.EXE' : return code '0x2'
So, I commented out the following line in the header:
#using <CrystalDecisions.Enterprise.InfoStore.dll>
Then, I get the following error when I try to make the project:
NReportFaxServiceImpl.cpp(982) : error C3624: 'System::Drawing::Printing::PrinterSettings': use of this type requires a reference to assembly 'System.Drawing'
NMAKE : fatal error U1077: 'c:\dev\VisualStudio\VC\bin\cl.EXE' : return code '0x2'
Here is line 982:
                    crReportDocument->PrintToPrinter(1, false, 0, 0);  
So, I'm assuming that maybe I need to provide an assembly search path to both the managed and the managed/dotnet2 directories.  Is that correct?  If so, is order dependent between those two /AI directives.
Thanks.

Similar Messages

  • Crystal Reports XI Release 2 and Service Pack 2 upgradation

    Hi,
    I need your support to upgrade and migrate to Crystal Reports XI Release 2 and Service Pack 2 in my development server.
    I am currently upgrading my Crystal enterprise version 9 with the Crystal Reports XI Release 2 and Service Pack 2. I have the below questions to be clarified. Appreciate if you can reply me ASAP. Thanks.
    My Environment:
    O/S - Windows Server 2003 Standard Edition; Version 5.2 (Build 3790); Service Pack - 1
    RAM size - 1 GB
    Installed software - Crystal enterprise 9
    1) After successfully upgraded with the XI version, all my current user accounts and existing reports are not available in the upgraded version. Pl. suggest me, how to migrate my existing connections and all the existing reports?
    2) In my server, SQL Server is not installed. But SQL Server instance (SQL Server 7.00.623) is running in my taskbar (desktop). If I stopped the SQL Server instance, the "Crystal APS" in the Crystal Configuration Manager is stopped. What information is stored in the SQL Server?
    3) What is the default SQL server version bundled with Crystal Reports XI Release 2 Service Pack 2? What is the SQL server version you recommand?
    4) Will the Crystal Reports XI Release 2 SP2 supports the SQL Server 7.00.623?
    Regards
    Sanrajesh

    Hello, Sanrajesh,
    You have been using Crystal Enterprise 9.0 and now you are installing Crystal Reports XI R2. Is that correct?
    Crystal Reports XI R2 is just the Crystal Reports designer and runtime for development.
    Crystal Reports XI R2 does not have the functionality of Crystal Enterprise. The upgrade would be Crystal Enterprise 9.0 to Business Objects Enterprise XI R2. (11.5)
    A full BusinessObjects Enterprise installation will install the appropriate MS SQL Server for it's own use.
    Will this be the Enterprise server or just the Development system to create an application connecting to your BusinessObjects Enterprise server?
    What development language will you be programming in?
    If you have BusinessObjects Enterprise installed elsewhere you only need the appropriate development components on your system and connect to the server in code.
    Our BusinessEnterprise Support team would assist you in the upgrade from Crystal Enterprise 9 to Business Objects Enterprise XI R2 if that was your plan.
    Then we could discuss the development requirements.
    Elaine

  • Crystal Report Xi Release 2 upgrade

    I have been tryig to upgrade my Crystal reports XI Release 2 with the latest service paks, but when i try to apply any they say that i need at least service pak 2.  I try to install service pak 2 and it tells me that there.  Another version of this product is already installed.  To configure or remove the existing version of this product, use add/remove on the control panel. 
    In the Addd/remove on the control panel there is a Crystal Reports XI Release 2.  Im confused.. this is waht i want to upgrade why woudl i remove it?  The version that is installed is 11.5.0.31327
    This all started when i wanted to make a webapp displaya crstyal report and the follwoing error happend.  The most popular fix seemed to be to upgarded to service pak 4 for crystal, but to get there i need service pak 2,3 but i cant install.  The error i was receiving is listed below.
    Not enough memory for operation.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.Runtime.InteropServices.COMException: Not enough memory for operation.
    Source Error:
    Line 64:             //load the rpt file to document
    Line 65:             //return;
    Line 66:             doc.Load(fileName);
    Line 67:             //pass the user inputs to crystal report parameters those will sit in the output pdf file
    Line 68:             //doc.SetParameterValue("@CompanyName", txtCompany.Text.Trim());
    Source File: C:\projects\Web Invoice\Web Invoice\Default.aspx.cs    Line: 66
    Stack Trace:
    [COMException (0x80041004): Not enough memory for operation.]
       CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.Open(Object& DocumentPath, Int32 Options) +0
       CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Open(Object& DocumentPath, Int32 Options) +95
       CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened() +271
    [Exception: Load report failed.]
       CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened() +333
       CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename, OpenReportMethod openMethod, Int16 parentJob) +988
       CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename) +84
       Web_Invoice._Default.Button2_Click(Object sender, EventArgs e) in C:\projects\Web Invoice\Web Invoice\Default.aspx.cs:66
       System.Web.UI.WebControls.Button.OnClick(EventArgs e) +111
       System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +110
       System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
       System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
       System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565

    I believe [this|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_erq/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes.do] note will help.
    Notes search page is here:
    https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_ossnotes&query=&adv=true
    Ludek

  • Crystal Reports XI to Crystal Reports XI Release 2

    Is there an SR update to go from Crystal Reports XI to Release 2?  Or is it essentially a whole other version of the software and must be purchased seperately?
    Can Crystal Reports XI Release 2, save files back to Crystal Reports XI version?
    I'm supporting two applications that utilize Crystal Reports as its reporting engine.  Problem is that one uses Crystal Reports XI and the other Release 2.

    Hi Wenin,
    We can upgrade from Crystal XI to Crystal XI R2.
    We need to have the set up  or download of  Cr Xi R2 enter the key and run the Cr Xi r2 application.
    If we have requirement to run multiple applications one single machine then we can install.
    Else it is recommended to have one version of crystal on client machine.
    Bcoz both versions  will have same registry keys and .dll files .
    So, be aware and can run the 2 crystal applications easily.
    Thanks,
    Naveen.

  • Export To PDF in CRYSTAL REPORT XI Release 2

    I am using Crystal report XI release 2.
    Font Size is decreasing when I am exporting Crystal Report to PDF.
    It was working fine previously but i don't know what messed it up. Please help.

    Hi,
       Looks like you already read the steps needed to resolve this from other places. Here it is again incase you miss any part, make sure you follow it exactly.
    Set the resolution of the default printer of the local computer experiencing the issue to 1200 DPI. Most printers have a default setting of 600 DPI.
    Create two registry keys to prevent the crxf_pdf.dll from decreasing in font size.
    Click Start > Run. Type "regedit". The Registry Editor appears.
    Create the following keys for Crystal Reports XI Release 2 with the defined values:
    HKEY_CURRENT_USER\Software\Business Objects\Suite 11.5\Crystal Reports\Export\PDF\ForceLargerFonts
    Type: DWORD
    Recognized Values: 0,1
    Default Value: 1
    Creation Method: manual
    HKEY_LOCAL_MACHINE\Software\Business Objects\Suite 11.5\Crystal Reports\Export\PDF\ForceLargerFonts
    Type: DWORD
    Recognized Values: 0,1
    Default Value: 1
    Creation Method: manual
    Set both registry key values to 1 to turn them on.
    Restart the Crystal Reports Page, Job and Cache Servers
        Also help if you upgrade your Adobe Reder to version 8 or higher. Let me know if it helps.
    Regards,
    Ken

  • How to upgrade Crystal report to 10.5.3700

    Hi All,
    I have standalone Crystal report 10 and VS2008 Professional 2008 SP1 Installed.
    the version number for crystal report shown for Crystal report 10 with SP6 is 10.0.1.2522
    the version number for VS2008 built in crystal report is 10.5.1943.
    I have a project that crystal report is designed by 10.5.3700 so that when I try to open the rpt file .
    I get an error says I some feature will be disabled becase the rpt file is designed by late version.
    How Can I upgrade both the buildin part and standalone part of report design to 10.5.3700?

    try opening the rpt file in the visual studio and saving it again. it should be able to upgrade the reports to the newer version.
    for upgrading the project to use the 10.5 references / dlls you will need to remove the 10.0 references from the project and add the 10.5 ones.

  • Crystal Report XI Release 2 stuck in install loop

    Post Author: jerryk
    CA Forum: Upgrading and Licensing
    Hi,
    Since upgrading from Crystal Reports XI to release 2 (Windows XP pro), I have been stuck in an install loop.  Each time I launch Crystal Reports XI Release 2 from the start menu is says "installing Crystal Reports XI Release 2".    How can I prevent this from occurring?
    jerry

    Post Author: mteegarden
    CA Forum: Upgrading and Licensing
    Try this post http://technicalsupport.businessobjects.com/cs/forums/thread/3798.aspx I had the same problem.  Completely removed the software and registry keys, rebooted and then installed XI R2 and it worked fine.

  • Deploy Crystal Reports XI Release 2 without setup project

    We are upgrading our development environment to Crystal Reports XI Release 2. Once we have done this we'll need to upgrade our production web server for Release 2. We can't create a setup project for the application, long story but we have an automated job that does our release to production on a file by file basis. So what files do I need to copy/install on the production server to upgrade it to Release 2?

    Don \ Jason,
    We are currently running Crystal Reports .Net Server R1 On our internal web servers. I am in the process of getting R2 installed on our food chain. Due to some configuration limitations, our standards are to have non OS applications installed on a different partition. I have been looking for some option strings to pass into the MSI to override the install location.I have not been able to find anything.
    Is this possible to do? I noticed even when you simply run the MSI it never asks to confirm an install location.
    I am running this MSI : CrystalReports11_5_NET.msi
    Thanks,
    Mike

  • Keycode missing in Crystal Reports Basic for Visual Studio 2008

    I just upgraded from Visual Studio 2005 Professional to Visual Studio 2008 Professional (with SP1 installed also).  Crystal Reports Basic for Visual Studio 2008 is listed as installed under the VS Help dialog, but no key code is shown.  And when I attempt to open a Crystal Report, I get a dialog saying 'Please wait while Windows configures Crystal Reports Basic', which eventually terminates with an 'Invalid Keycode' message.
    I've tried repairing the Visual Studio install, and even uninstalling and reinstalling the whole thing.  To no avail.
    Other facts: My VS 2005 version still works with its version of Crystal Reports.  I am running Vista Professional.  Looking in the registry, under HKEY_LOCAL_MACHINE | SOFTWARE | Crystal Decisions | Crystal Reports | VSNET | Keycodes | CR9 NET, I see a Type REG_SZ with a data value in the form xxxxxx-xxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxxxx [6 chars-7 chars-26 chars].
    Help! How do I get Crystal Reports Basic for Visual Studio 2008 to work?

    Hi Elaine,
    Thanks for your response.  I do have versions of Visual Studio 2003 and Visual Studio 2005 on my machine, and the earlier versions of Crystal Reports worked with these versions.  In addition to the registry key I cited earlier (which I now understand is a VS 2003 version), there is an entry under HKEY_LOCAL_MACHINE | SOFTWARE | Crystal Decisions | Crystal Reports | 10.2 | Crystal Reports | KeyCodes | CR Ent.  I see that you are correct, and this corresponds to my VS 2005 installation (which still works).  However, there is NO entry under HKEY_LOCAL_MACHINE | SOFTWARE | Crystal Decisions | Crystal Reports | 10.5 (the CR  Basic for Visual Studio 2008 path you indicated).  There is an entry under HKEY_LOCAL_MACHINE | SOFTWARE | Business Objects | 10.5 | Crystal Reports, but it has only keys for ChartSupportPath, CommonFiles, DisablecheckForUpdates, and Path.
    The Windows\assembly folder has 25 files that are CrystalDecisions.xxx, version 10.5.3700.0.  This is consistent with my seeing 'Crystal Reports' listed as installed in VS 2008 Help.  But no KeyCode!
    I tried a complete uninstall and reinstall of VS 2008, without luck.  I can't clean my system of earlier verions of Crystal Reports, because I am still supporting a body of work that I did under VS 2005, and I can't convert all this stuff to 2008 -- at least until I have a fully working VS 2008 suite.  After this experience, I fear that if I were to uninstall an earlier version, i might never get it back!
    I've spend quite a few hours on this with no luck, so any help would be enormously appreciated.

  • Crystal Reports 11.5 in Windows 2008 R2-64 bit Server

    We have a few applications, which use the crystal reports 11.5. I have given the details of assembly reference given to application.
    Referenced assembly                                      Version
    CrystalDecisions.CrystalReports.Engine          11.5.3700.0
    CrystalDecisions.Enterprise.Framework           11.5.3300.0
    CrystalDecisions.Enterprise.InfoStore              11.5.3300.0
    CrystalDecisions.Shared                                   11.5.3700.0
    System Environment
    Windows Server 2008 R2 - 64 bit
    We installed the "crxir2_sp4_full_bld_0-20008684.exe" and then "CRYSTALREPORTS06_0-20008684.EXE" as per the instruction given by SAP-Crystal Reports support team. But still we get the same error. The error details are given below.
    " System.TypeInitializationException: The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception. ---> CrystalDecisions.CrystalReports.Engine.LoadSaveReportException: An error has occurred while attempting to load the Crystal Reports runtime.
    Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly.
    Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) containing the correct version of the Crystal Reports runtime (x86, x64, or Itanium) required.  Please go to http://www.businessobjects.com/support for more information."
    Getting the application running in 64 bit machine is a top priority task for us. It is affecting our client's business as well.
    Quick response is highly appreciated.

    Hi,
    Take a look at below blog, which clearly states that
    Crystal Reports XI Release 2 (11.5) is not supported with any Service Pack for Crystal Reports on Windows Server 2008.
    [Crystal Reports XI Release 2 support of  Windows Server 2008 and Windows 7|Crystal Reports XI Release 2 support of  Windows Server 2008 and Windows 7]
    It may or may not work.
    For deploying a CR .NET web app on 64 bit machine, take a look at below blog
    [How to deploy a Crystal Reports .Net Web application on a 64 bit operating system?|How to deploy a Crystal Reports .Net Web application on a 64 bit operating system?]
    - Bhushan.

  • Crystal Reports 10 and Visual Studio 2008

    Hi All
    I've got an application that I recieved from my cleint. This is running Visual Studio 2008 and Crystal Reports 10 backend being Oracle 10.2
    However, when I try to run the applincation and open any report it pops up an error "crdb_oracle.dll" not found.
    I have searched this on the internet and found that there were many suggestions there. I've tried all the suggestions like reinstalling the Oracle client, Re Installing Crystal etc.,
    But the error remained as is.
    When i try to do a regsvr32 on this dll it fails. Am really not sure why this is happening
    Any help from any one out there is highly appreciated.
    Pavan
    UPDATE:
    I've verified the versions though. They are workign fine at the customer place.
    Here is what they have done.They have got Oracle, VS 2008 and Crystal Reports 10. They got the reports embedded into .NET environment and are able to view the reports.
    But when we try to execute the same code, it pops up the error, "Crdb_oracle.dll" could not be loaded.
    Wanted some support on this.
    Additionally, could you suggest on what needs to be done? Do we need to upgrade crystsal to crystal 2008? Will this work without any errors on the execution side (I'm sure that the customer of mine will not be happy or willing to upgrade but atleast if I get a confiramtion from you I can atleast quote this to the customer) and without any extra redesiging of the reports or any other work on the reports
    Pavan Kumar
    Edited by: pavan kumar on Jul 30, 2008 4:01 PM

    Hi, Pavan;
    Likely the problem is that the report was created with a different version of Crystal Reports than the one that ships with VS.NET 2008 (Which is Crystal Reports Basic for VS.NET 2008 - version 10.5). If the report was created with a full version of Crystal Reports, then it would have access to our native Oracle driver, the dll that is giving you the issue.
    The full version of Crystal Reports would install that dll, but the .NET version would not. In order to distribute that DLL, yes, the client would need to develop with the full version of Crystal Reports, in this case Crystal Reports 2008.
    Regards,
    Jonathan

  • (very important) Crystal Report XI Release 2 Support Windows 7

    Hi:
    Is there a a version of Crystal Report XI Release 2 merge module which supports:
    Windows 7 (32-bit & 64-bit)
    Windows Vista (32-bit & 64-bit)
    Windows XP (32-bit & 64-bit)
    We need it ASAP.
    Thanks,
    Yama

    When will Windows 7 be supported and what versions of CR will support it?
    Since Windows 7 has not been officially released we can not give you a timeframe of when it will be supported nor what products will be supported on it.
    If I am using a licensed version of CR11R2 how much will it cost our company to upgrade to the latest version of CR?
    You will have to talk to sales about upgrade pricing - 1-800-887-2340 opt 4 opt1
    Also what will the impact be on our current CR11R2 reports?
    There should not be any.  Typically newer versions of Crystal Reports are able to open older versions without issue.
    Jason

  • Do I need a new product key for Crystal Reports XI Release 2?

    Post Author: jerryk
    CA Forum: .NET
    Hi,
    We have Crystal Reports XI and the associated product key.  However, we have moved from .Net framework 2.0 and VS 2005.  As a part of this upgrade we downloaded and installed Crystal Reports XI Release 2.  It works fine in development mode, but when we try to install a web site with the CR XI Release 2 server it asks for a product key.  When I enter the key we have it says the key is incorrect.  Do we need a new key?
    Thanks,
    Jerry

    Post Author: mewdied
    CA Forum: .NET
    No you do not need a different keycode.  The original msi file that shipped with XI release 2 did not accept XI keycodes, the updated one available off the website will.http://support.businessobjects.com/downloads/merge_modules.asp#06
    Make sure you use the one ending in 2005.

  • Crystal Report XI compatibility with VS 2008

    Hi,
    I have read varying anwers on this. Is Crytal report XI 3.0 is compatible with VS 2008 or crystal report 2008 will be required in case we use VS 2008 for web application.
    Thanks
    Kajal

    Is it correct the version of crystal report (XI Release 2) that comes bundled with Business Object XI Release 2 is not compatible with VS 2008? If yes, then with which version of visual studio is it compatible.
    Yes, that is correct.  XI R2 is compatible with VS.NET 2002/2003/2005
    There is a latest release of Business Object under version number XI 3.0 (if I am not wrong). Which version of crystal report will come bundled with it? Will that be crystal report 2008? If yes, then in addition to this we will need Service pack 0 for it to be compatible with VS 2008.
    Yes, Crystal Reports 2008 is the comparable Crystal Reports release to XI 3.0.  Yes, you will need Service Pack 0 to allow Crystal Reports 2008 to be compatable with VS.NET 2008
    NOTE: There currently is no Enterprise .NET SDK for XI 3.0.  It should be out with Service Pack 1 of XI 3.0
    Jason

  • An error in Crystal Reports Basic for Visual Studio 2008

    Greetings from Peru,
    We have a problem with one of the Crystal Reports products weu2019d like you to help us with. We work with Crystal Reports Basic for Visual Studio 2008.
    The error weu2019ve detected is in one of our systemu2019s reports; this report shows data inside frames. When the content to show is larger (in height) than the space left in the page, the container object of the report makes a line break keeping the title and the frame empty at the end of that page, but  the information is shown in the next page. What we need is that not empty frame is displayed.
    Weu2019ve tried to solve this problem by adjusting the report in different ways (by programming coding), but unfortunately this problem is related to how much data is displayed, because if this data fit in the space left in the page, the line break would not occurs and the data is shown at the end of the same page.
    We hope you can help us with this issue.  I look forward to your comments.

    All I can think of is trying CR 2008 (v.12.x). You can obtain an eval copy from here:
    http://www.sap.com/solutions/sapbusinessobjects/sme/freetrials/index.epx
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

Maybe you are looking for

  • [JS] (CS3) InDesign- Bridge- mySQL (and back)

    Hi there I'm trying to connect InDesign to mySQL database. So far I managed to make Bridge read/write to mySQL via its HttpConnection object (JavaScript Tools Guide.pdf p.170) & Apache/PHP: =========================================== if (webaccesslib

  • IPad home button issue. Nothing is working.

    So I have had my iPad2 since December, and have had no issues until recently. A few days ago, the home button became slow to respond, and within minutes stopped worked altogether. I looked online for an answer, and one solution was to restore the dev

  • Debug UP2 processes in SRM

    Hi, In SRM few of the transactions use the UP2 type process for update that cannot be debugged like the normal once.For example ,in a extended classic scenario ,when you create a shopping cart and set a break point in the implementation of BADI "BBP_

  • How to create page curl of page turn animation

    I can only scroll the pages in the iBook I made, I like curling pages but don't know how to create them

  • How to make itunes play through all 5 of my surround sound speakers?

    Hi, I'm new so hello everyone Received some very nice 5.1 surround sound Logitech x-530 speakers this Christmas and they are absolutely brilliant. I tried them with a DVD and the surround sound is really good. However, I can't seem to get all the spe