Data Display in Crystal Report ???
Hey I`m sorry for asking again and again, but I have not worked on Crystal Repots before this.
What is basic concept of showing data in Crystal Report. When I select tables and fields in a report. Then all available data is displayed in that report OR can it be changed as per requirements. If yes then how ?
e.g. I am having data of attendance (date / time) of Employees. And I want to display data only for specific month. In short how can I customize display in Cryst. Repo. ?
One more que. : Format of a field is Date/Time and I stored time in it. (e.g. 14:00:00) but report is showing Date value at random (e.g. 99/12/30)
Please Guide !
1 Attachment(s)
I you want to customize your report
Firs Make Custom recordset and then make TTX file. After TTX file make report by using TTX file and pass your ADO Recordset to your report at run time. I attacked a fine in which you can find the way , how make TTX and Pass RecordSet.
Re: I you want to customize your report
Quote:
Originally posted by VB IT
Firs Make Custom recordset and then make TTX file. After TTX file make report by using TTX file and pass your ADO Recordset to your report at run time. I attacked a fine in which you can find the way , how make TTX and Pass RecordSet.
If the same task has to be implemented with executing a Stored Procedure,how would the code look like.
Thanks