Crystal Report - printing an extra page - printing

Could anybody please tell me what's the problem with these crystal reports?
When I print the report, it prints two pages like in the image. I want to remove the last page printed.

Try this in your Report Footer section.
Section Expert --> Paging Tab -->New Page After
use NOT OnLastRecord in the formula.

If you do not mind for the second box at the bottom appear a little higher position that current position, you may go to the section expert of the section that display that box, and clear "Print at the bottom" checkbox.
Result :
The second box appear at higher position, and second page not appear.

I was also facing the same issue.
After lots of surfing, the issue got solved by following below steps:
Remove unnecessary sections.
Remove unnecessary grouping.
Suppress Report Footer Section.

You have to suppress the blank section via
To suppress/hide a section:
Right-click on the section name on the left -> Select one of the two
options:
Hide (Drill-Down OK): this option allows you to double-click on the section in the report preview to see the hidden values
Suppress (No Drill-Down): this option does not allow you to see the hidden values in the report preview
https://www.kb.blackbaud.com/articles/Article/38218
Crystal Reports Printing blank page
Crystal Report - Last Page is blank

Related

How i can see in-brower version of XCode reference? Wanna see list of methods

I'm very like lists of methods in web version of reference.
But in Xcode I can't (at least by default) see this beautiful lists.
Can I change style of Xcode built-in reference? Make it show me in-browser version?
in-browser
in-xcode
Well you can't make "it show me in-browser version", but you can get a list down the side:
Note that the fourth icon in the title bar is selected to get the contents.
To open all the subsections you click on the first disclosure triangle, the NSWindowCntroller line, that will collapse everything. Then option-click on it and everything will be expanded.
The divider between the contents list and the content can be dragged, so you can widen the contents list to see the full method names if you wish.
You can click on any entry to jump to that section, but it might not be smooth or fast – you will probably see the Xcode viewer re-parsing the source file! Older versions of Xcode were better, it's since been "improved"...
HTH

Customize detailed issue view in JIRA

I have searched through options and FAQ but did not find an answer: I want to customize the detailed issues view screen to display, on the left part (the issues list) the Component(s) and the assignee icon if possible:
In the Details View of the Search Issues screen, you cannot choose which columns to display in the list of issues (at least not yet with JIRA 6.x or 7.x).
If you switch to the List View instead:
Then you can use the Columns control to choose the info you want to see. You won't get to see all of the issue details for the selected issue though.

Cognos Report Studio Text box prompt not function proporly

I use conditional block to show different text box prompt when user choose different filter in my first prompt page. Now, I set the text box with same setting(no required, multi-select:yes, multi-line:yes, other are no) and similar filter script in my queries. However, when I run the report, I can't get the same output. My first text box miss right half of text space. How can I fix it? Thanks!
Click here for the first screen shot.
Click here for the second screen shot.
A sample report spec would be helpful but based on the screen shot, one of two things is happening:
The first prompt does not actually have the multi-select option set.
OR
The filter item in the actual query that the first prompt is populating is not multi-select friendly.
An example of #2 would be if you tried to set enable multi-select values but then the filter it is populating into is set to something like:
[table].[field] = ?firstPrompt?
Instead of:
[table].[field] in (?firstPrompt?)
If this isn't the case, definitely edit in a simple sample report specification so we can see more of what you're doing.

Spreadsheetgear - how to control tab bar

When I create a workbook in Spreadsheetgear with multiple worksheets, save it to a file, and open it - the tab bar displays only the last sheet added. I have to click on the tab bar navigation arrows to get all 4 of the tabs to display. Does anyone know how to adjust the settings of the tab bar display?
The Excel Macro for scrolling over the workbook tabs to the first position is this:
ActiveWindow.ScrollWorkbookTabs Position:=xlFirst
But, I cannot figure out how to make that happen in Spreadsheetgear.
This is a known bug in SpreadsheetGear 10.0. It is supposed to be fixed in the next release. See comment below that I received from support:
It looks like you are running into a known bug. SpreadsheetGear is writing out an
incorrect “firstSheet” index, which causes Excel to “scroll” to the corresponding
incorrect spot, all but hiding the rest of the tabs from view. The scenarios we found
that led to this issue all included both adding and removing/hiding sheets to a workbook
in the same routine, although there could be more scenarios we are unaware of.
We opened up a Work Item to look into fixing this in our next major release, which is
due out very soon—we are likely within a month of a Beta release, although this could slip.

Team Explorer work item UI is too wide

Is there any way to get the work item query results preview pane to auto-size its width? It is very often "too wide", with the controls being way too wide for their content. Here's an example--why do I have to have horizontal scrolling? Is there any way to fix this?
(When one opens a single work item, the width is streched appropriately. This is the behavior I want for the above query results preview.)
My favorite is opening work items when checking code in. If you open the work item from the check in window, close it, and open it again, then the spacing starts doubling. Every time you reopen it the spacing just gets bigger.
It's a bug. Hopefully 2010 fixes this.

Resources