Advertisement

[x]
Attachment Details

Cryatal Report Datewise output

[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

9.6
Tags: , ,
am using crystal report 8.5, in vb6.0 i am using crystal Report OCx From main manue,Project,components,Control Tab,Crystal Report Controls.  I want a report by vb6.0, Where i am using Two text box one for the "From Date " and another for the "To Date " When i enter Date in Both text box the report should generate "From Date " To "To Date" . So how to pass this values from VB to Crystal Report. Explain With Example
i am using access as a back end
i have tried to generate report by datatype is Date/Time in ms access  (Bunt not success to generate Report). Now i am tyring To open report by selecting datatype text (Bunt not success to generate Report)

i am using the following source code for report generate is wright then i am not able to generate report

        Date123 = "14/05/1999"
        Date456 = "14/05/2008"

        cReport.DataFiles(0) = App.Path & "\" & DatabaseName
        cReport.ReportFileName = App.Path & "\TestDate.rpt"
        cReport.ReplaceSelectionFormula "{'" & Date123 & "'} >= Date(" & txtFrom.Text & ") And {'" &             Date456 & "'} <= Date("       & Text2.text & ")"
        cReport.WindowTitle = "Member Renual Report"
        cReport.WindowMaxButton = True
        cReport.WindowShowRefreshBtn = True
        cReport.WindowShowSearchBtn = True
        cReport.WindowShowZoomCtl = True
        cReport.WindowState = crptMaximized
        cReport.WindowShowPrintBtn = True
        cReport.PrintReport
Where Date123 & Date456 Are Veriables Which have Fix Dates
i have Tried To Generate Report By Using my Database Fields as SalesMaster.SalesDate but not Response Is this Wright Then Send me working Example With DateWise  Report or this is False Then also
Send me working Example With DateWise  Report  Because i am not Getting Report
i have Tryed much But i am not Able To Get Report
You have send me Source Code As solution of last Question as Following
crRpt.ReplaceSelectionFormula "{YourDate} >= Date(" & Text1.text & ") AND {YourDate} <= Date(" & Text2.text & ")"
how to Set {YourDAte}?
But I am not able to generate report yet
The  Example of form Design I have Atteched  here
The Example of report is atteched
Attachments:
 
vb Form Example
vb Form Example
 
 
Report Example
Report Example
 
Related Solutions
Related Solutions
 
Loading Advertisement...
 

Rank: Genius

Accepted Solution by mlmcc:

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
 

Rank: Genius

Administrative Comment by mlmcc:

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
 
Administrative Comment by Computer101:

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
Loading Advertisement...
20080924-EE-VQP-41 / EE_QW_2_20070628