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

    Crystal report from data grid form?

    Can anyone answer how after I create a query with SQL and display the query in a MS flex grid, can I print the result with a report created in crystal reports. I used the crystal report control on the form and used the following code to access the control.[Crystalreport1.action = 1] I'm using a data control to display the query but the entire table is shown in the report, not the results from the query. I'm I setting up the crystal report control wrong or is it the fact that I'm using the data control?


  2. #2
    Join Date
    Apr 2000
    Location
    Tamil Nadu,South India,India
    Posts
    8

    Re: Crystal report from data grid form?

    U try to make use of the "Selection formula" property it will help u to sen query and criteria to an .RPT file whis was already built

    Friendly
    K.Naren
    ([email protected]

    Friendly,
    K.Narendhiran

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