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...
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...
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
Everytime I open this one report I have I get
"The Saved Data Will Be Discarded Since One or more formulas failed to compile."
But I compiled all my formulas with NO errors...
I need to get rid of this message.
Jon
My boss wants to have a summary report showing just totals and a detailed report showing some details. I created the details report and rather than creating another report can I create code to suppress the five fields that are in one of the sections and just show the totals?
I would want the...
I created a parameter called "FunctionalGroup" to allow managers to limit the records returned by a functional department from our company. Works fine if the user selects a value for this parameter....
But I want it so that if NO selections are made to show ALL functional groups. Do I need to...
I have a report showing labor during the week.
It just takes the daily days in hours and shows the totals for each department. I have noticed one problem with two employees (father and son) both the same last name.
The report does not seperate these two individuals, but it does seperate...
I tried this...
<html>
<body>
<%
'---Dim the variables
Dim Conn
Dim rs
Set Conn = Server.CreateObject("ADODB.Connection")
Set rs = Server.CreateObject("ADODB.Recordset")
Conn.Open "Driver={SQL Server};" & _
"Server=HERCULES;" & _...
Ok 4 subreports...
Problem is after a record in the subreport I want to make sure I go to a new page...
So I thought I had it right but one particular record from one subreport does not go on a new page...
Anyone with ideas on why ?
How do I suppress a label based on a field being null / not null.
I have a label that says:
"Description:"
[FIELD]
If FIELD is null I want to suppress it. I tried right clicking on "Description" label and selecting "Format text"
Then on the "Common"...
When I design a report in Crystal it saves that printer that it was designed in. When I use my viewer in my app to print the report and I click the print button it does not allow me to change my printer.
So being logical...i changed my default printer and clicked the print button again...only...
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.