I have text fields where I can enter all my data, and when I click a button print it will directly go into the Crystal Report which is already filtered containing my data. How do I do this?
A:
Pass the data as parameters to the Report. Bind the button click event to Generate the Report.
Rajeshwaran S P
2010-02-15 00:53:57
what do u mean..
malou17
2010-02-15 01:10:05
I assume, you are looking at a form, where you have a lot of textfields and the values entered into the textfields have to be passed to Crystal Reports. By Filter, if you mean only to display certain results based on the values passed from textfield, then write a formula field in the crystal report.
Rajeshwaran S P
2010-02-15 05:06:26
I would suggest that you provide with more detailed explanation on what you are doing, so that it would be easier to understand your problem.
Rajeshwaran S P
2010-02-15 05:07:18
i have another form which will i entered data and when i click a button to print that it will directly go in the other form containing the crystal report which is already filtered with my data
malou17
2010-02-15 06:20:29
A:
the button already works..if i press it, the crystal reports appeared but its all blank.. i dont know how to filter it in the crystal report if my datas are in the other form
malou17
2010-02-15 03:55:01