Shaminda.
I have written a crystal reports viewer (compiled as an executable) but sorry I am not willing to give it out for free. I spent some considerable time creating it. If you are interested please let me know and I would be willing to send you it with source for a small fee.
Jon
In my vb application I have created a crystal viewer...
I allow the end user to select a customer from my own combo box in the application..and I do the following vb code
'Proposals report
Case "rptProposalInfo"
If frmReports.cboRptQuoteNumbers.Text = "" Then
'no quote...
You can write your own scheduler in vb as well.
This is the route I have taken and then simply include it in your windows scheduler as a task (allowing for date and time to process this).
If you need more help on this let me know.
Jon
In my select expert I need to include a lot of conditions...
but its not working..or it works on some and not all...
Here it is:
{TBLLABOR.ACTDATESTART} in {?Start Date} and
if {?FunctionalGroup} = ""
then True
else {TBLEMPLOYEE.DEPARTMENT} = {?FunctionalGroup} and...
But I dont want to suppress the employee...
I have a group ACTDATESTART that is done by week...
so it may do the following:
Engineering
Jon Smith
Week 7
Week 8
Week 9
Joe Blow
Week 7...
I'm doing a report on labor hours by week.
I select a date range and it does it by week...but for instance I select Feb 16 till March 8 and it shows week 7,8,9,10...I want to skip week 7 for EVERY employee...but I cant. I tried to suppress on that section using:
OnFirstRecord but it only works...
We had a contractor a long time ago come in and create this wonderful beautiful report which showed labor hours by date range. The problem is it totals all the hours for Monday, Tuesday, etc. For instance I choose Jan 1, 2004 till Feb 1, 2004 as a parameter entry. It gives me the total hours...
I've noticed anytime we print to a certain printer in Crystal it comes out very bad. It is not readable text. The numbers come out right, but the text itself is VERY bad...It looks like another language almost...
The drivers are installed on the client.
What could be causing this?
Jon
I decided to record the problem.
Can anyone check out this link please I would be most greatful.
http://www.jakrauseinc.com/jhermiz/problem.avi
Thanks,
Jon
Forgot to mention even after I save it and reopen the code CHANGES back to:
if IsNull ({TBLEMPLOYEE.LABORCODE})
then 0
else if {dbo_TBLEMPLOYEE.LABORCODE} <> "CON"
then -3
else if {dbo_TBLEMPLOYEE.LABORCODE} = "CON"
then -2
else 0
...
I dont even have a GROUP called Order that is what is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.