Let me try to explain better:
I have a vb form. On that form is a masked edit box called mebClaimEndDate. THis date might not be filled in by the user so that it will be null. I have a class called Claim. When the user enters all information and hits Okay, I pass the form's information to the...
Another idea I had was to to suppress a section if the number of records of a certain length equals zero?
I.E. the formula:
count({@Length}=10)=0
I tried this and it gave me an error message saying
"The summary/running total field could not be created"
2 more questions:
1 - Under "Format Section" do you choose "Suppress(No drill-down)" or "Suppress Blank Section"?
2 - I want it to suppress if there are 10 digit numbers
AND 4 digit numbers. I Want to show it only when there are no 10 digit numbers. THe...
Thanks lfl and balves for your help.
balves,
I used your approach and it works.
However, when there is a department which has no 10 digit account numbers, the report won't print the subtotals for the 10 digit accounts. It will only show the information for the 4 digit accounts.
How do I...
balves,
Thanks. that works.
However, when there is a department which has no 10 digit account numbers, the report won't print the subtotals for the 10 digit accounts. It will only show the information for the 4 digit accounts.
How do I get it to to print out a sub-total for departments...
Thanks for listening. I'm using CR 8.5.
I have a report which is set up to print information for one department based on the parameter it is passed. The report should show the department name and department number in the page header. In the detail it should show all 10 digit account numbers...
I'm new to crystal reports but this is the way I would do it assuming you're using Crystal version 8.5.
Go to File - Insert Field Object. The Field Explorer box will open. Right click on [?]Parameter Fields. Click New. Type in a name of your choice. Click Okay. Now go up to Report - Select...
With the help of a co-worker, to get this to work, I put the following code in the SmartViewerActiveX.asp file after <BODY BGCOLOR=C6C6C6 ONUNLOAD="CallDestroy();">
<script language="javascript">
window.resizeTo(window.screen.availWidth, window.screen.availHeight)...
I am opening a new window from an ASP file but it only opens about 1/3 of the computer screen. Is there an HTML or ASP command that I can use to make it automatically open so that the new browser window fits the computer screen?
Is there a Crystal Reports class used with ASP that controls the size of the window which holds the CRViewer? I want it to maximize when the report is opened from the .rpt file which calls it.
Thanks.
I have an ASP application which uses rptserver.asp to show the crystal reports on the web. It works fine however the reports come up as a small box and I'd like them to open up fully maximized. How do I do this?
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.