Crystal Report leaves blank rows at the end of the page - visual-studio

I'm trying to fix my report. I have 4 columns in "Details" and they are all set to "Can Grow".
The problem is that if one of the column is too big (which makes the row big as well), and the space left for the last row on the page is slightly less then needed, it will leave a blank row and make the next row (with information) on the next page.
How do I avoid that last empty row if crystal report can't fit anything in it?
P.S. I'm using Crystal Report on Visual Studio 2008.
Thanks in advance

Hm... if I understand, you want to make use of the empty space after a large-ish detail row displays.
You can a) limit the "can grow" to a set number of lines (not recommended), or you can
b) go into Section Expert and for that row and/or objects in that row,
turn off "Keep Together" (row) and/or "Keep Object Together" (field/column)
These are UIs / settings in the CR developer.
There will be corresponding settings through the VS2008 CR interface.
Turning off "Keep Together", "Keep Object Together" will let the objects break across the page boundaries. It can give some interesting results.

in detail uncheck "keep together".

Related

How do I tell PowerPoint to map two placeholders when switching slide layouts?

I start with a working example:
Open PowerPoint with a blank presentation.
Right-click the title slide and choose "Layout - Title and Content".
You see "• Click to add text"? Click and add some text.
Right-click the slide again and choose "Layout - Two Content".
See how smart PowerPoint can be?
The text you entered in the single placeholder before is now in one the of two placeholders.
Specifically, the left one.
My questions:
Why? (And not in an extra one?)
Why? (And not in the right one?)
My questions arises because I have received a set of master slides in which the above is not working, and I am trying to repair it without having to regenerate everything.
This is a site for programming issues, but the background behind this issue might be sufficiently complex. Modern PowerPoint files are XML. In the XML for each slide layout, each placeholder has an idx reference number. PowerPoint uses these on numbers to decide where to place content.
Lazy Designer Syndrome is the cause of what you're seeing. Instead of creating new placeholders in order, so the idx numbers would increment in a logical order, the designer has copied and pasted placeholders to avoid extra formatting work. The pasted placeholders all have the same idx number. As a result, PowerPoint has no idea of placeholder order and inserts content randomly.
This isn't always easy to solve without editing the XML, but you can try deleting all but the leftmost placeholder. Then create new placeholders by inserting them one at a time and reformatting them manually to match the first.
At first my attempts to follow the above failed, but now I got it working as well.
There are two different, but similar tags, id="" and idx="".
All objects in the slide has an id="" tag, this is not the tag to solve this problem.
The idx="" tag is only on Placeholder objects, except the those of Type=Title.
As described above you can set it to an integer value 1 and greater (I assume).
Make a plan for what Placeholder objects should be replaced across your layouts. I think of these as "groups" or "families", then assign the idx-values consistently throughout your slide layouts.
These "groups" or "families" of placeholders needs to be compatible for this to work, i.e. matching Type. The absence of Type means the placeholder is a general Content Type and match all Types.
During layout change, if Placeholders has incompatible Type while having the same idx-tag, PPT will look for the next Placeholder with matching Type.
#JohnKorchok's accepted answer provides the technical details for the procedure described here. Note that I only had "Content Placeholders" in my presentation.
Install 7-Zip and your favorite text editor (you can use one with an XML formatter, which will simplify things, but it's not required).
Open your file.pptx in 7-Zip (no need to rename to .zip, just right-click and "Open Archive")
Navigate to ppt/slideLayouts.
See a list of slideLayout....xml files.
Identify the ones you want to edit, e.g., by opening each one and looking for <p:cSld name. (The numbers may be indicative only of the order the layouts have been created, not of the order in which they are now shown in PowerPoint - although saving a .pptx files in PowerPoint 2016 does modify the slide layouts for me so that the display order matches the file name numbers.)
Look for <p:ph until you find the ones you want to edit. You probably want to ignore the ones with type="title", type="ftr", type="sldNum".
Change the idx of all other placeholders to 1, 2, ... in the order in which you want them filled (use the <p:cNvPr ... name= to identify the placeholders).
Save the .xml files, close your editor, and be asked by 7-Zip to update the archive. Answer "Yes".
So I set the idx to 1 for the one placeholder in my 1-content layout, to 1 for the left placeholder in my 2-content layout, and to 2 for the right placeholder in my 2-content layout.

In BlueSky Statistics, how do I delete an analysis in the Output Window?

After exploring a few models, I generally want to delete those I don't need. How can I do that in BlueSky Statistics? Clicking on the section heading e.g. "Regression" doesn't select that section. I've tried right-clicking on that and choosing delete, but it just deletes the title, not the section.
At the moment, to actually delete an entire section of output, you have to do it one table at a time as you've discovered. That is, you right-click it and choose "Delete." The usual combinations of Shift-click and CTRL-click to choose many tables at once are not currently supported. The developers are aware of this problem and say it'll be fixed in a future release.
However, there is an alternative approach. In the Output Viewer, you can go to the Layout menu and choose "Show Navigation Tree", a series of check-boxes will appear by every piece of output. By un-checking a box, you can hide any table you don't want to see without having to delete it.

random blank cell in lower left of report ssdt visual studio 2010

I have a random cell on the bottom row (Total row). I had to add a column to the report in order to sort it. I think the random blank cell is from that... any idea how I can remove it?
apparently I can't post an image until I get 10 reputation. It let me load them and then it tells me this?
r-click cell in design mode. textbox properties. hide.

Drop Cap option in Word 2007 is unavailable (gray'd out)

I've inherited a Word 2007 document from somewhere (dont know the source), where I'm trying to add a Drop Cap to the first paragraph and can't do it. I've found dozens of help sites and articles on how to add a drop cap and understand that it is formatting and framing and how it works and all of that... got it!
I've removed ALL formatting from my text paragraph, even clicked the "remove all formatting" button in a new test paragraph - no good.
I've Drop Capped a test paragraph in a NEW document (that worked), then tried to paste that paragraph into this document - no good.
Any help on how to re-enable the Drop Cap feature? even just for the one paragraph?
thanks,
j
nevermind - I just figured out that the whole document is a GIANT TABLE. Removed the table - no issues.

Why don't I see the option Suppress Embedded Field Blank Lines in Crystal Reports?

Crystal Reports for Visual Studio 2010 V 13.0.4 SP4
VS 2010 Profesional SP1
This is my first time working with CR. I have a report that may have two optional lines in a section. To supress the blank lines I saw in help and all over the Internet that you follow these steps.
Right click the field of interest and select Format object.
On the common tab check the box next to Suppress Embedded Field Blank Lines.
Seems easy, but I don't have that as an option.
I see Supress and Suppress If Duplicated. There looks to be enough space below the second to hold my desired option. I've tried other fields and other reports still MIA.
Oddly enough I found no other posts anywhere with this issue.
I too came across this problem and discovered this workaround (Using CR XI R2)
1) Right click the section on which you have blank fields to suppress and click "Section Expert"
2) Check "Suppress (No Drill-Down)" and click on the Small Icon next to it to open the Formula Editor.
3) Type the following code
if {Condition resulting in a blank record} then true else false
4) Click "Save and Close" and Click OK.

Resources