zoom14151
November 14th, 1999, 07:01 PM
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?