CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2000
    Posts
    77

    Crystal reports - How to set data source for subreports?

    How to set the datasource for a subreport at run time. I am using RDC Evnironment and ttx files as data definition.

    This is very urgent...

    Thanks in advance.

  2. #2
    Join Date
    Sep 2000
    Posts
    77
    I could set the datasource for the subreport which is using ttx files, but my requirement is that i need know the mapping field value.

    Out of the many records i display, i need to know the record on which user clicked( i.e drill on subreport) to view its details( the details are shown in subreport).

    Actually this could be achived by linking the field(usually unique field) in main report to a field in subreport. But as i mentioned above, my requirement is to know the value of that field.


    Thanks.

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