Crystal Reports Consultant

I am looking for someone who can help write reports to integrate with SAPB1 8.8 PL 17.  Must have extensive knowledge with Crystal Reports 2008 and SAP B1 tables.  Will compensate for time.
Thanks
Anthony

Hello,
Unless you or someone else edited your original posting there's no "email below" in your post. If the email has a keycode in it you don't want to post it here. You don't want to share your keycode with everyone.
Do you see a 19 or 23 digit alpha-numeric keycode in the email you received? If so, that's your keycode. If not, let us know and we'll see if we can find out who you can contact to receive your keycode.
Sincerely,
Dan Kelleher

Similar Messages

  • Consultant "Registration code not sent for Crystal Reports Basic for VS2003

    I need to know how to receive a CR registration code for VS2003.
    In VS2003 when I open a Crystal Report, Iu2019m asked for a registration code. So I registered at the SAP website for the CR Basic for VS2003 license, but all I received was an email below. So where is my registration code for this? Where can I get one so I can stop the nag screen.

    Hello,
    Unless you or someone else edited your original posting there's no "email below" in your post. If the email has a keycode in it you don't want to post it here. You don't want to share your keycode with everyone.
    Do you see a 19 or 23 digit alpha-numeric keycode in the email you received? If so, that's your keycode. If not, let us know and we'll see if we can find out who you can contact to receive your keycode.
    Sincerely,
    Dan Kelleher

  • How to create a first row in crystal report as opening balance which contains two columns with debit and credit

    I have created a crystal report with credit and debit column. Balance column created on the report. Report running with cummulative balance. THis report contain an option for date range. If i filtered this report its not showing the actual balance. I need
    a first row to indicate previous balance as opening balance in this report.  And following is the formula for balance column.
    Whileprintingrecords;
    Shared Numbervar balance;
    Shared Numbervar display;
    balance:={@debit}-{@credit};
    display:=display+balance;
    display

    As this question is out of the T-SQL queue, thus I would suggest you consult Crystal Report questions to the correct forums.
    C#
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=csharpgeneral
    VB
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=vbgeneral
    people there have more knowledge on Crystal Report.

  • Crystal Reports "Report Application Server"

    Does anyone have any experience with Crystal Reports' Report Application Server (RAS)?
    The provided documentation is very thin and support are taking an age to respond.
    I want to use a Bean as a data source for a report. The blurb says you can do this, but the only documented way I can find is for the bean to return a ResultSet, completely missing the point of using a bean or EJB in the first place.
    Now, Seagate's sales blurb states that Beans and EJBs can be used as data sources, but if the only way to do this is to return a common or garden ResultSet, what's the point of the bean???
    So, has anyone sucessfully used a bean or EJB as a data source for report generation under RAS, or merely CR in general, without resorting to a ResultSet??

    Crystal Reports YUK!! especially in Java Forum!Tell me about it!!
    But, like many developers, I don't get a choice. I have to use CR, and I have to integrate it into a Tomcat (4.1.24) based app. There is a Java API for RAS, but it is a pile of dung. Can you imagine publishing an API with public methods with 'do not use, for internal use only' plastered all over them!!!
    But still, back to the original question, I have to find a way of doing this, but Seagate's javadocs are a mess, as are the howto docs. All of the examples, as you might expect, are childishly simple and don't give any insight into the large and hideous API :(
    Here is an example of a CR howto.....
    There appear to be two ways of creating a data source that isn't an existing report or a database query. This
    Runtime data sources
    One of the strengths of RAS over the Crystal Reports application, is that the RAS
    can use data generated programatically at runtime. With a runtime data source,
    you can take data from any source�such as a database, a data stream, or a flat
    file�manipulate it with the programming language of your choice, and display it
    with RAS.
    To use a runtime data source
    1 Put your manipulated data in a rowset form that can be processed by the RAS.
    Consult the Rowset object and interface in the SDK JavaDocs, for details on
    creating rowsets.
    2 Create and fill the Dataset object with the rowset data.
    3 Create a RowsetController object.
    4 Add or set the data source using the RowsetController�s AddDataSource or
    SetDataSource methods respectively.
    The runtime data source is now available for use.
    Note: If you create a report based on a data set, the data that is used is not saved
    with the report. To populate the report with data the next time you open it, you
    must either re-apply the data source to see current data, or access a saved version
    of the data source for preview.
    All well and good, but RowsetController doesn't have an AddDataSource or SetDataSource method!!!!
    and this......
    JavaBean custom data sources
    You can use a JavaBean (or a Java class that does not extend the bean type) in order
    to specify a custom data source. In order to do this, you will need to:
    � Creating a Java class that specifies a custom data source
    � Referencing a java class to provide data for a report
    Creating a Java class that specifies a custom data source
    To use a JavaBean (or a Java class that does not extend the bean type) in order to
    specify a custom data source, you will need to create a class that serves as a Java
    Beans Connectivity data source for creating Crystal Reports.
    This class will need to conforms to the JavaBean standard by defining private
    properties that are accessible only through get and set methods. In this way the
    Crystal Reports designer can introspect the class as a Bean. The JavaBean
    connectivity classes require the following.
    � The constructor must have zero parameters.
    � Methods that are used as "tables" must have a return type of ResultSet.
    � Statement objects must be created using the
    ResultSet.TYPE_SCROLL_SENSITIVE and ResultSet.CONCUR_READ_ONLY
    arguments.
    Note: Methods returning ResultSet can take arguments, these are treated as
    Stored Procedure parameters by Crystal Reports.
    Now, what the hell is the point of going to the trouble of abstracting your business data into a bean or EJB, if that bean has to return a ResultSet for Crystal Reports to use??!!

  • The duplex issue in the Crystal report

    I am developing Purchase Order print document.  <p class="MsoNormal">I have a Crystal Reports 9 for Visual Studio .NET.</p>  <p class="MsoNormal">My program prints set of the P/Os and each of metioned P/O has its own Terms and Condition Information.(one-two pages of text information saved in Memo field).</p>  <p class="MsoNormal"> </p>  <p class="MsoNormal">My crystal report's structure is following:</p>  <p class="MsoNormal"> </p>  <p class="MsoNormal">Group1 Header: unique PO number; group header is printing on each page, it is only suppressed if the Terms and Condition Information is printed</p>  <p style="text-indent: 0.5in" class="MsoNormal"><span> </span>Details a: Some client information;</p>  <p style="text-indent: 0.5in" class="MsoNormal"><span> </span>Details b: Details for PO, for example Ship information;</p>  <p style="text-indent: 0.5in" class="MsoNormal"><span> </span>Details c: Subreport with Detail lines for PO;</p>  <p style="text-indent: 0.5in" class="MsoNormal"> </p>  <p style="text-indent: 0.5in" class="MsoNormal">...</p>  <p style="text-indent: 0.5in" class="MsoNormal">Details l: Summary amount Information for whole PO;</p>  <p style="text-indent: 0.5in" class="MsoNormal">Details k: Terms and Condition Information; it is printed on separate page</p>  <p class="MsoNormal"> </p>  <p class="MsoNormal">Grout 1 Footer; there is a signature line for PO</p>  <p class="MsoNormal"> </p>  <p class="MsoNormal"> </p>    <p style="text-indent: 0.5in" class="MsoNormal">Could you please advise me if it possible and how  to print Terms and Condition Information (Details k part) on each even page?<br /> Or maybe I need change structure of report?</p><p style="text-indent: 0.5in" class="MsoNormal"> </p>  <p style="text-indent: 0.5in" class="MsoNormal">For example, I have PO that takes 3 pages and Terms and Condition Information takes 1 page. So, I would like to have report with 6 pages wit 3 duplex pages:</p>  <p style="text-indent: 0.5in" class="MsoNormal"> </p><p style="text-indent: 0.5in" class="MsoNormal">1:     PO page 1;</p>  <p style="text-indent: 0.5in" class="MsoNormal">        Terms and Condition</p>  <p style="text-indent: 0.5in" class="MsoNormal"> </p>  <p style="text-indent: 0.5in" class="MsoNormal">2:    PO - continue<span>  </span>page 2;</p>  <p style="text-indent: 0.5in" class="MsoNormal">       Terms and Condition</p>  <p style="text-indent: 0.5in" class="MsoNormal"> </p>  <p style="text-indent: 0.5in" class="MsoNormal">3:    PO - continue<span>  </span>page 3;</p>  <p style="text-indent: 0.5in" class="MsoNormal">      Terms and Condition</p>  <p style="text-indent: 0.5in" class="MsoNormal"> </p>

    Conditionially suppress the section using Remainder(PageNumber,2) = 1. That should suppress it for odd pages. If it doesn't, try the opposite. :) Make sure the section is at the same level as your PO grouping as we will need to have it repeat with each PO.
         - Kathryn Webster (Report Design Consultant)
               Kat&#39;s News: http://diamond.businessobjects.com/blog/279

  • Invalid Key code Error while installing crystal report server 11

    While installing crystal report server 11,i am facing an erro which says Invalid Key code Error.I had raised this issue to SAP customer support and attaching the conversation that we had.PLEASE HELP me to resolve the issue.
    MAILS--Dear Mohit,
    Thanks for the patience.
    We have received the below update from the Licensing Team.
    You received your permanent key in respect of these licenses - the key is  for Crystal Reports Server XI.
    You did not purchase these licenses for Crystal Reports Server, but purchased it for Crystal Reports and a 5-named user license for Crystal Reports was included as a special offer.  The software included was version XIR2, but you elected to use version XI instead and received key .
    You would need to enroll the licenses in maintenance if you want to upgrade them.
    In case of any queries please create a ticket via the Service Market Place.
    Regards,
    Jessy
    Customer Interaction Center
    SAP Active Global Support
    Hello Jessy,
    The customer received their permanent key in respect of these licenses - the key is  for Crystal Reports Server XI.
    They did not purchase these licenses for Crystal Reports Server, they purchased Crystal Reports and a 5-named user license for Crystal Reports was included as a special offer.  The software included was version XIR2, but they elected to use version XI instead and they received key .
    They cannot decide to upgrade now - they must enrol these licenses in maintenance if they want to upgrade them.
    Kind regards,
    Rosemary
    From: BOSAPASIA
    Sent: 29 September 2009 05:49
    To: Savage, Rosemary
    Subject: FW: Crystal Reports Server Installation Issue
    Importance: High
    HI Rose ,
    Need your assistance on the below issue.
    Customer purchased Crystal Report Server XI R2 in 2005. When he is trying to install it now, he is getting an Invalid Key code Error.
    He has provided us the Scanned copies of the Key code and the registration number.Can you please help and check if he can be provided with a Keycode.
    Regards,
    Jessy
    CIC Team Lead
    Customer Interaction Center
    Global Support Centre India
    SAP Labs India Pvt Ltd
    Hi,
    Providing you with the required details to proceed further
    Registration Number-
    Registration Email Address-taxmantra.support
    And also please find attached the scanned copy of the Registration key we got for the Crystal report server.
    Dear Mohitk,
    Thank you for your information.
    I checked with the concerned colleague and received the below update:
    Please check from where you got this key code. If from a paper, please scan it to us. Please let them track to the original paper or email.
    If you have registered the key code, please provide us the registration number or registration email address so that we will try to check for you.
    If you did not register before, as the promotion is over so the key code could not be replaced.
    I request you to kindly check the same at your end and revert with the details.
    Moreover, there are two ways for Crystal Report customer to get support.
    One is customer with bundled product such like BOE and under maintenance. These customers will have an S-user ID and password to log a case in service market place via http://service.sap.com/message
    A learning map was provided, listed on left column.
    The other is customer with only Crystal report product, the support is via SDN.
    http://service.sap.com =>Crystal Reports and Xcelsius Support=>Crystal Reports and Xcelsius Forums
    Customers can first check whether other customer has got the same issue and find the reply from our engineers.
    You may also post your own thread for support.
    Anything else I could help, please do not hesitate to contact again.
    Hi,
    I am providing you with the details required to resolve the issue related to Crystal report installation,for reference of the issue please refer the mail below.
    Please find attached the Scanned Document  containing the details as per the details required by you.
    Hope to see a quick resolution for the issue.
    Dear Mohit,
    Thank you for your e-mail.
    As discussed, I understand that youu2019ve procured Crystal Reports Server 11 in 2006. However youu2019re facing issues with key codes while reinstalling the same. We request you to kindly provide us with below details for further assistance.
    Your customer number:
    Your customer name and address:
    Purchase order number:
    Any other products purchased along with Crystal Reports Server 11
    Any S-User Id:
    Any old case ID:
    Please feel free to contact us if any further queries.
    Hi,
    I am raising this concern on behalf on Taxmantra project (Tata Consultancy Services noida).
    We have bought licensed Crystal Reports Server 11 near by 2006.We are trying to install the crystal server but while installing ,we have encountered with an error message that:-
    "The product key code you have entered is incorrect"
    We are facing the same issue in 2006,I am attaching with this email the conversations that was held in 2006 to get the correct key code.
    Please help us to resolve the issue as early as possible.
    My contact number:
    If you need any further information do let me know

    Ajit,
      By design, the product is not able to be installed under the superuser account.
    1.  Create a new user and specify a home directory for the user without a quota set.
    2.  Copy or move the installation files to a directory that the new user can read.  I suggest you move the installation files directly into the new user's home directory.
    3.  Logon as the new user (or su - newuser)
    4.  run the installation shell script using that new user's account.
    NOTE:  Ensure the system meets the requirements from the supported platforms documents.
    .Tony

  • Visual basic with crystal report 8.5 error on reporting

    i am dvelping a program base on accounting
    Connection Using ADODB through record set...
    when view the report through compiler using run vb project method the data show is ok but when run application through MDi form the crystal report show blank data...
    my code in mention below
    plz help
    Dim Ac2 As String
    mDATE1 = Format(DTP.Value, "MM/dd/yy")
    mDate2 = Format(DTP1.Value, "MM/dd/yy")
    Ac2 = TxtCode.Text
    Set Rs = New ADODB.Recordset
    Rs.Open "delete * FROM tmp1", Con, adOpenKeyset, adLockPessimistic
    Set Rs1 = New ADODB.Recordset
    Rs1.Open "select  (opdr),(opcr) FROM acoding where acode= '" & TxtCode.Text & "'", Con, adOpenKeyset, adLockPessimistic
    Set Rs2 = New ADODB.Recordset
    Rs2.Open "SELECT Sum(dr)-sum(cr) as opening from ledger where date < # " & mDATE1 & "# and pcode = '" & TxtCode.Text & "'", Con, adOpenKeyset, adLockPessimistic
    Set Rs3 = New ADODB.Recordset
    Rs3.Open "select* FROM ledger WHERE DATE BETWEEN #" & mDATE1 & "# AND # " & mDate2 & " # AND pcode between '" & TxtCode.Text & "' AND '" & Ac2 & "'", Con, adOpenKeyset, adLockPessimistic
    Set Rs = New ADODB.Recordset
    Rs.Open "select * FROM tmp1", Con, adOpenKeyset, adLockPessimistic
        If Rs2.RecordCount <> 0 Then
            DR1 = IIf(IsNull(Rs2!opening), 0, Rs2!opening) + IIf(IsNull(Rs1!OpDR), 0, Rs1!OpDR) - IIf(IsNull(Rs1!OpCR), 0, Rs1!OpCR)
            Rs.AddNew
            Rs!Des = "OPENING BALANCE"
            Rs!pcode = TxtCode.Text
            Rs!DR = IIf(DR1 > 0, DR1, 0)
            Rs!cr = IIf(DR1 < 0, DR1 * -1, 0)
            Rs.Update
        Else
            Rs.AddNew
            Rs!Des = "OPENING BALANCE"
            Rs!pcode = Rs2!pcode
            Rs!DR = IIf(IsNull(Rs1!OpenDR), 0, Rs1!OpenDR)
            Rs!cr = IIf(IsNull(Rs1!OpenCR), 0, Rs1!OpenCR)
            Rs.Update
            End If
    If Rs3.RecordCount > 0 Then
        While Not Rs3.EOF
                Rs.AddNew
                Rs!pcode = Rs3!pcode
                Rs!vtype = Rs3!vtype
                Rs!VNO = Rs3!VNO
                Rs!DR = IIf(IsNull(Rs3!DR), 0, Rs3!DR)
                Rs!cr = IIf(IsNull(Rs3!cr), 0, Rs3!cr)
                Rs!Date = Rs3!Date
                Rs!Des = Rs3!Des
                Rs.Update
        Rs3.MoveNext
        Wend
        End If
    cr.ReportFileName = App.Path & "\reports\latif.rpt"
    cr.WindowState = crptMaximized
    cr.Action = 1
    end sub
    through Debug mod data all data is show but
    when run without debug mod  crystal report show data blank..
    proceed is that
    vb6 delete tem1 table from access
    opening sum from ledger table
    opening sum form A/C coding table
    first add opening in tem1 table
    then add all sepsfic data from ledger table to temp table
    after that data show in crystal report
    kindly Help

    Hello,
    Thank you for your post.
    Based on your description, I am afraid that the issue is out of support of VS General Question forum which mainly discusses
    WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
    and Visual Studio Editor.
    I suggest that you can consult your issue directly on SAP Crystal Reports:
    http://scn.sap.com/community/crystal-reports/content?filterID=content~objecttype~objecttype[thread]
      for better solution and support.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Crystal Report Sub Report Problems

    Hello,
    I am unable to use subreports within Crystal.
    I call my data from a MySQL connection string, read it into a data set and then display the fields from the datasets within a report. I can do this fine for 1 report, but when I try to include a subreport it does not work.
    I have tried lots of diffeent methods but have been unabled to get it working. I have tried the merge tool btw.
    Help would be amazing please....
    Imports CrystalDecisions.ReportSource
    Imports CrystalDecisions.Web
    Imports CrystalDecisions.CrystalReports.Engine
    Imports CrystalDecisions.Shared
    Public Class _Default
    Inherits System.Web.UI.Page
    Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
    Dim con As MySqlConnection
    Dim myData, myLookUpData As New DataSet
    Dim cmd, cmdLookUpData As New MySqlCommand
    Dim myAdapter, myAdapterLookUpData As New MySqlDataAdapter
    Dim myReport As New ReportDocument
    Dim selectProperty As String
    con = New MySqlConnection()
    selectProperty = "pra50191"
    ' selectProperty = InputBox("Enter a Property Reference")
    'Connection String
    con.ConnectionString = ("Server=*****.ukservers.net;Database==****.;UID==****.;Password==*****.")
    Try
    con.Open()
    cmd.CommandText = "SELECT a.no_name, a.address_line1, a.address_line2, a.address_line3,a.address_line4, a.town, a.county, a.postcode, a.display_price, a.general_desc, a.ref, a.viewing_text, a.directions, a.services, b.dimensions_ft, b.dimensions_m, b.description, b.fk_property_ref, b.fk_lookup_rootyp_id FROM tblproperty a, tblproperty_room_details b WHERE a.ref = b.fk_property_ref AND a.ref= '" & selectProperty & "'"
    cmdLookUpData.CommandText = "SELECT id, description FROM tbllookup_user"
    cmd.Connection = con 'Sets the SQLCommand to the connection string
    cmdLookUpData.Connection = con
    myAdapter.SelectCommand = cmd 'Sets the MySQL dataadapter to the command (connection string)
    myAdapterLookUpData.SelectCommand = cmdLookUpData
    myAdapter.Fill(myData) 'Fills the data table
    myAdapterLookUpData.Fill(myLookUpData)
    myReport.Load("C:\Users\zac\Documents\PJC Report\pjcBrochure2\brochure2\brochure2\testV2.rpt") 'Loads the report (report file location)
    myReport.SetDataSource(myData)
    myReport.SetDataSource(myLookUpData)
    myReport.Database.Tables(0).SetDataSource(myData.Tables(0)) 'Add the tables to the report
    myReport.Database.Tables(1).SetDataSource(myLookUpData.Tables(0))
    CrystalReportViewer1.ReportSource = myReport 'Loads report into the viewer '
    Catch myerror As MySqlException
    MsgBox(myerror.Message) 'Error msg if the connection is unable
    End Try
    End Sub
    End Class

    I moved your post to the .NET - SAP Crystal Reports forum.
    You are not passing anything to the subreport. I htink as it is, you're kinda hoping that somehow the subreport will know what dataset it is supposed to use. There is a couple of ways you can call the subreport and than pass the dataset to it. If you know the name of the subreport:
    Dim crSubreportObject As SubreportObject
    Dim crSubreportDocument As ReportDocument
    crSubreportDocument = crSubreportObject.OpenSubreport("XXX")
    crSubreportDocument.SetDataSource(myLookUpData)
    or if you do not know the name of the subreport (a more extensible way I suppose you can loop through all the sections of the report looking for the subreport;
    Dim crSections As Sections
    Dim crSection As Section
    Dim crSubreportObject As SubreportObject
    'set the crSections object to the current report's sections
    crSections = crReportDocument.ReportDefinition.Sections
    'loop through all the sections to find all the report objects
    For Each crSection In crSections
    crReportObjects = crSection.ReportObjects
    'loop through all the report objects to find all the subreports
    For Each crReportObject In crReportObjects
    If crReportObject.Kind = ReportObjectKind.SubreportObject Then
    'you will need to typecast the reportobject to a subreport
    'object once you find it
    crSubreportObject = CType(crReportObject, SubreportObject)
    'open the subreport object
    crSubreportDocument = crSubreportObject.OpenSubreport(crSubreportObject.SubreportName)
    'set the database and tables objects to work with the subreport
    <your .SetDataSource code here>
    Next
    End If
    Next
    In all of this, don't forget to consult your developer help file. Looking at the samples [here|https://wiki.sdn.sap.com/wiki/display/BOBJ/NETRASSDK+Samples] will also be a good idea.
    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]

  • Crystal Report 9 with Oracle 9

    <p>Hi Guys,</p><p> Actually I am new to crystal reports and I just join job in crystal. We use crystal9 and oracle9i.</p><p>We have date field in a table and  some field values are Null(But in a report Null value shows some date value by default)</p><p>So I want to create formula for those null date vaule such that null value comes to report as blank space.</p><p>Like if(date field IsNULL) then date=&#39;   &#39; else date field.</p><p>If anybody have a idea how to do this just send me that formula at my email id <a href="mailto:[email protected]">[email protected]</a></p><p>&#160;</p><p>Thanks</p>

    this might turn your nulls in DTs into ' ' more simply for you.Â
         - Kathryn Webster (Report Design Consultant)
               Kat&#39;s News: http://diamond.businessobjects.com/blog/279

  • Crystal report (crystalReportsViewer) crash with null pointer exception

    Hi,
    My application are simple : m_crystalReportsViewer.ViewerCore.ReportSource = report; but in throw exception null pointer when I call showDialog.
    I see in code, we have method ShowTabHeader.
    private void ShowTabHeader(bool isShow)
        Grid child = VisualTreeHelper.GetChild(this.tabViews, 0) as Grid;
        TabPanel panel = child.FindName("HeaderPanel") as TabPanel;
        if (!isShow)
            panel.Visibility = Visibility.Collapsed;
        else
            panel.Visibility = Visibility.Visible;
    My problem :  child.FindName("HeaderPanel") as TabPanel return null
    =>  if (!isShow)
            panel.Visibility = Visibility.Collapsed;
        else
            panel.Visibility = Visibility.Visible;
    throws null pointer exception.
    Do you have any idea about this?
    Thanks.
    Here is stack trace :
    Unerwarteter Fehler im System ---> System.NullReferenceException: Object reference not set to an instance of an object.
       at SAPBusinessObjects.WPF.Viewer.ReportAlbum.ShowTabHeader(Boolean isShow)
       at SAPBusinessObjects.WPF.Viewer.ReportAlbum.ItemsChangedEventHandler(Object sender, ItemsChangedEventArgs e)
       at System.Windows.Controls.Primitives.ItemsChangedEventHandler.Invoke(Object sender, ItemsChangedEventArgs e)
       at System.Windows.Controls.ItemContainerGenerator.OnItemAdded(Object item, Int32 index)
       at System.Windows.Controls.ItemContainerGenerator.OnCollectionChanged(Object sender, NotifyCollectionChangedEventArgs args)
       at System.Windows.Controls.ItemContainerGenerator.System.Windows.IWeakEventListener.ReceiveWeakEvent(Type managerType, Object sender, EventArgs e)
       at System.Windows.WeakEventManager.DeliverEventToList(Object sender, EventArgs args, ListenerList list)
       at System.Windows.WeakEventManager.DeliverEvent(Object sender, EventArgs args)
       at System.Collections.Specialized.CollectionChangedEventManager.OnCollectionChanged(Object sender, NotifyCollectionChangedEventArgs args)
       at System.Collections.Specialized.NotifyCollectionChangedEventHandler.Invoke(Object sender, NotifyCollectionChangedEventArgs e)
       at System.Windows.Data.CollectionView.OnCollectionChanged(NotifyCollectionChangedEventArgs args)
       at System.Windows.Controls.ItemCollection.System.Windows.IWeakEventListener.ReceiveWeakEvent(Type managerType, Object sender, EventArgs e)
       at System.Windows.WeakEventManager.DeliverEventToList(Object sender, EventArgs args, ListenerList list)
       at System.Windows.WeakEventManager.DeliverEvent(Object sender, EventArgs args)
       at System.Collections.Specialized.CollectionChangedEventManager.OnCollectionChanged(Object sender, NotifyCollectionChangedEventArgs args)
       at System.Windows.Data.CollectionView.OnCollectionChanged(NotifyCollectionChangedEventArgs args)
       at System.Windows.Data.ListCollectionView.ProcessCollectionChangedWithAdjustedIndex(NotifyCollectionChangedEventArgs args, Int32 adjustedOldIndex, Int32 adjustedNewIndex)
       at System.Windows.Data.ListCollectionView.ProcessCollectionChanged(NotifyCollectionChangedEventArgs args)
       at System.Windows.Data.CollectionView.OnCollectionChanged(Object sender, NotifyCollectionChangedEventArgs args)
       at System.Collections.ObjectModel.ObservableCollection`1.OnCollectionChanged(NotifyCollectionChangedEventArgs e)
       at System.Collections.ObjectModel.ObservableCollection`1.InsertItem(Int32 index, T item)
       at System.Collections.ObjectModel.Collection`1.Add(T item)
       at SAPBusinessObjects.WPF.Viewer.ReportAlbum.OnCreateNewDocumentViewComplete(CreateNewDocumentArgs args)
       at SAPBusinessObjects.WPF.Viewer.DelegateMarshaler.<>c__DisplayClass6`1.<Invoke>b__4(Object )
       at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
       at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
       --- End of inner exception stack trace ---
    Edited by: duyhai707 on Jul 13, 2011 7:42 PM
    Edited by: duyhai707 on Jul 13, 2011 8:09 PM

    A lot I don't understand in here... actually, I don't understand anything in your post:
    When you call ShowDialog, what exactly are you trying to show?  The code is the decompiled showtabheader method of the viewer. So, are you trying to override the viewer control and reportalbum?  My guess is that the null reference is for the reportalbum's child object which is not the reportalbum object of the viewer.  I don't understand why the code since its all handled internally to the viewer anyhow.
    Perhaps searching the forum for code sample will help?
    Also, see the [WPF Demo|http://www.sdn.sap.com/irj/scn/elearn?rid=/library/uuid/a09f7025-0629-2d10-d7ae-df006a51d1a8]
    Other good WPF resources to consult:
    http://www.redmondpie.com/incorporate-crystal-reports-in-a-c-wpf-application/
    http://www.sdn.sap.com/irj/scn/elearn?rid=/library/uuid/a09f7025-0629-2d10-d7ae-df006a51d1a8
    http://www.codeproject.com/Tips/74499/Crystal-Report-in-WPF.aspx
    Re: Crystal Reports for Visual Studio 2010 - WPF Viewer for .Net 4.0
    http://codegain.com/articles/crystalreports/howto/incorporate-crystal-reports-in-wpf-using-c-sharp.aspx
    CRVS2010 Beta - WPF Viewer, how to hide the GroupTree control?
    Re: CRVS2010 Beta - WPF Viewer, how to hide the GroupTree control?
    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]

  • Using crystal reports to generate invoices

    Post Author: samme
    CA Forum: General
    I'm writing a report for a client who wants to print multiple invoices using crystal reports.  The invoice needs to sort in date order, one date and information associated with that date on each page.  Each page has a subtotal since multiple items/services are linked ot one date.  The last page of the invoice needs to have the total and should at the bottom of the page with the last subtotal.  Not onlastrecord does not work because if the user prints multiple invoices, crystal doesn't see the "last record" until the last record of the last invoice.
    The client wants the normal invoice information on the first page of the invoice:  Company Logo, Customer Address, Company Info, Invoice #, Date, etc. as well as the column headers - quantity, unit of measure, price, etc.
    On all other pages of the invoice, the client wants, the company logo, the invoice # and the column headers.
    I have the report grouped by invoice number and then by a date formula.  I cannot seem to get where I need to be with this invoice and have been working on it for some time.  Can anyone give me some direction please..... 
    Thanks in advance!

    On Sat, 15 Mar 2003 16:46:48 GMT, "Bill Bradley"
    <[email protected]> wrote:
    >I know. We thought that the Report Builder would be the way to go,
    since
    >ART didn't do too much for us. You guys poorly document it, and,
    show no
    >examples of using it to build a report. In addition, it'd be nice if
    >SOMEONE would come up with a list of what tables show what. While
    Novell
    >may have a detailed list of things in the ZFD docs, it's pretty much
    so
    >detailed and complex that, it's next to useless. I've resorted to
    doing
    >huge dumps of things to a csv, then, using CR or Excel to generate
    some kind
    >of report.
    >
    >The whole process is not as easy as it should be, seeing that we paid
    money
    >to get a reporting vehicle.
    >
    >As comparison, SMS isn't any easier, but, there's more documentation
    on it,
    >so, when you're forced to roll your own report, it's a clearer
    path...
    I do understand, I'm not a programmer either :-(
    the company who wrote report builder is Digital Metaphors, they have a
    very good
    training application and additional detailed information of how to
    write
    reports.
    The CIM schema is I agree Cr** (well not easy) and without the detail
    that
    Novell provide it doesn't work.
    I hope that a friend of mine is going to provide the compromise that
    you and I
    are looking for. Namely the ability to create the SQL queries that
    ART can
    make, with a simple report system. Keep an eye on caledonia.net for
    an
    announcement for ART4 (Derived from but unrelated to Salford
    Software's
    product) :-)
    Tim
    No Direct e-Mail Please!
    Tim Heywood
    Independent Consultant
    Scotland
    Novell Support Connection SYSOP
    In theory, practice and theory are the same,
    In practice they are different!

  • How to change the name of a Box Object in Crystal Reports 2008

    I am trying to change the name of a box object in a crystal report - 2008. This report was originally developed by consultants and requires that certain boxes be named according to a specific naming convention. I am making a change to the report and need to add a box with a name that matches the naming convention.  This is so some program functionality will work for the new box.  I can't contact the consultants because they don't work with our company anymore.
    Does anybody have any ideas? I've tried 'Format Box', but it won't let me change the name from there. I also tried it in the Report Explorer but to no avail.
    Thanks,
    Joanne

    Hi Joanne,
    Boxes do not actually have a 'name'. When you add a Box in a report, it will be called 'Box 1' by default. And the only place this name is visible is under the Report Explorer.
    Or do you mean to say 'Text Object'?
    -Abhilash

  • How to hide the preview section in the crystal report viewer activex cntrl.

    Dear All,
    I am using the Crystal report viewer ActiveX to display the Crystal report. When the report opens in the Crystal report viewer ActiveX control, a preview section comes at the left hand side of the panel. How can I hide the preview section from the Report viewer control.Is it possible to customize the the report viewer control.  Awaiting for your suggestions.
    Thank you.
    Regards,
    Rahaneef

    Just to get the terminology correct. I believe you are meaning the Group Tree(?).
    Vb Code:
    CrystalActiveXReportViewer1.DisplayGroupTree = False.
    Also, do consult the developer help file;
    C:\Program Files\Business Objects\Crystal Reports 11.5\Help\en\rdcsdk_com_dg_doc\doc\rdcsdk_com_dg.chm
    Ludek

  • Extremely slow Crystal Reports environment

    <p>Hi there, I need help with my Crystal Reports environment, please!</p><p>While developing a report I&#39;ve noticed that everything is achieved with great slowness. Even right click menu shows up only after a couple of seconds. It takes more then that to select multiple objects and just simply drug them around a screen (depending on quantity of objects). I&#39;ve observed also that CPU usage spikes to 100% and the process that contributes to that spike is crw32 (I have 1G RAM). Other developer&#39;s computer handles the same report with much greater speed (his computer has similar hardware specifications and has same installation of Crystal). Conventional remedies, like rebooting, defragmenting..., didn&#39;t result in much. It wasn&#39;t always like that.... ?????</p><p>At least a hint on where to dig will be greatly appreciated :)</p><p>Thanks in advance.</p><p>Best regards. Nadya R.</p>

    That is really strange. I haven't seen that in the latest releases. In some of the older products there were some performance issues such as those but not recently.Â
    This sounds like a support issue perhaps. Have you checked the Kbase?Â
         - Kathryn Webster (Report Design Consultant)
               Kat&#39;s News: http://diamond.businessobjects.com/blog/279

  • How to add a field object to group header section in crystal report document?

    Hi All, I have got two questions mentioned below, please share your inputs. 1)I want to know whether it is possible to add a field object to header section in crystal report document programmatically? I am using crystal runtime for visual studio. I know that using RAS we can do it, but I want to do it using managed library of crystal runtime. Please suggest. 2) I am doing a POC where I am using RAS (unmanaged library) to manipulated crystal report document. Please see code below: var dbTable = _reportDocument.ReportClientDocument.DatabaseController.Database.Tables[0]; var dbField = dbTable.DataFields.FindField(item.ColumnName,                         CrystalDecisions.ReportAppServer.DataDefModel.CrFieldDisplayNameTypeEnum.crFieldDisplayNameName,                         CrystalDecisions.ReportAppServer.DataDefModel.CeLocale.ceLocaleEnglishUS); CrystalDecisions.ReportAppServer.ReportDefModel.FieldObject fieldObject = new CrystalDecisions.ReportAppServer.ReportDefModel.FieldObject();                     fieldObject.DataSourceName = dbField.Name;                     fieldObject.FieldValueType = dbField.Type; var groupHeaderArea = _reportDocument.ReportClientDocument.ReportDefController.ReportDefinition.GroupHeaderArea[0].Sections[i]; _reportDocument.ReportClientDocument.ReportDefController.ReportObjectController.Add(fieldObject, groupHeaderArea); In above code last line throwing exception : "The report field type is not valid." at CrystalDecisions.ReportAppServer.Controllers.ReportObjectControllerClass.Add(ISCRReportObject ReportObject, Section Section, Int32 nIndex) Thanks, Jai

    Hi Jaikumar
    As per the SCN Rules of engagement, one question per thread please.
    Re. your 1st question. Adding a field to a report is considered to be a report creation APIs (RCAPI). Only the RAS SDK has RCAPIs, so you can not use plain jane crystal APIs. For how to with RAS, see the examples here: NET RAS SDK Samples - Business Intelligence (BusinessObjects) - SCN Wiki
    Also, consult the Developer Help Files:
    Report Application Server .NET SDK Developer Guide
    Report Application Server .NET API Guide
    Re. your second question, please create a new discussion.
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

Maybe you are looking for

  • JFrames and Java3D simple problem

    Hi ive created a program using jframes in Java and im wanting to move it over to java 3d but im having problems. Ive litterally just looked at java 3d so my knowledge is limited. All i want is to set up my canvas so that i have a Jframe panel on the

  • Goods Receipt PO (Service Type) for generate accruals

    Hi, Just wonder that Service type of Goods Receipt PO possible write to the G/L or not? for item type of Goods Receipt PO, it can generated accruals. I want to generate accruals by Goods Receipt PO., else how am i going to generate accruals? Thanks.

  • Complete Deliv and Mixed Item cat and Availability Check

    Hi Gurus, Not sure if this is problem is new, I have searched with no clues. A SO has 2 item categories. ZTAN, ZTAS. ZTAN is stock item, ZTAS is back to back item where a PO will be created. Same material. There is a GR processing time of 10 days. SO

  • Windows 7 and OD

    I'm having windows 7 trouble and joining an OD/domain Server is running mac osx 10.5.8 i followed the KB which solves the joining domain issue http://support.apple.com/kb/HT3742 and i still cant connect to the domain... error message says cant find i

  • Oracle Database Console Service not starting on Windows 2008 R2

    I am installing Oracle 11G The database installs fine, however Database Console service will not start. The java process is launched and I get the login screen, however after logging in I see: Error: Internal Error has occurred. Check the log file fo