how to insert a footer only on first page and another only on last page - ms-word

I currently am building a word document which will need 2 different footers. The first will display only on the 1st page and the 2nd only on the last page. The pages in between should have no footer or header. I'm using MS Word 2013.
I have the 1st footer working, it shows up only on the 1st page. I added it in and selected the "Different First Page" property in MS Word's ribbon and it was fine. But I'm not sure how to get the 2nd one to show up only on the last page as right now its shows on all pages. When I select the 2nd one in the footer I see the "Different First Page" and "Different Odd & Even Pages" gets greyed out.
Any ideas on how to do this?

Click the footer at the last page, then try footer format, uncheck 'start from first page' or check 'start at current page'. I can't remember clearly.

Related

LibreOffice Writer 7.2.7.2 page style change affects earlier page styles

I am using LibreOffice Writer 7.2.7.2.(x64).
I create a new blank document, and insert a page break, giving me two pages.
I go to the header of the first page, then press F-11 to open Styles, then go to Page Styles. Then I double-click "First Page". The first page's header takes on the style "Header (First Page)", as expected.
Then I go to the header of the second page, and from Page Styles, double click "Left page". At this point, the second page's header style now says "Header (default page style)", and the style for the first page now says "Header (Left
Page)".
Why does changing the header style for page 2 affect page 1? (And how is anyone supposed to control styles if you can't tell what page you are going to be affecting?)
I have searched diligently for some explanation of how page styles work, read the LibO chapter on controlling page styles, and cannot grasp how setting a style for a later page could/should affect earlier pages. Is there any explanation for this incredibly frustrating behavior? Thank you.
I was able to reproduce your problem. The solution is as follows:
Setup the "First Page" header as you described.
Now, right-click on the "First Page" style, then select "Modify..."
On the Organizer tab, change the Next style field to "Left Page"
Now when you go to page 2, it should automatically be set to "Left Page" style. When you go to page 3, it should automatically be set to "Right Page"
Through this experience, my understanding is that the "First Page" style has set that the Next style to be "Default Page Style". By modifying the next style, you are properly chaining what the next style should be.
Why you encountered the problem when you simply click "Left Page" style on page 2? My guess is, the default system assumes odd page to be Left Page, so it overwrote the first page as Left Page. But this is just my guess.

Keep page enumeration between portrait and landscape pages

I am using Word 2013 and in my document I use both portrait and landscapes pages. The problem is that when I add the page enumeration, it gets restarted when the page orientation changes because it is considered as a different section.
How to keep the same correlation of page/number?
Select Insert from the top bar. Then in the column "Headers and Footers", click on Page Number then select "Format Page Numbers" as shown below:
Now select "Continue from previous section" under Page Numbering as shown below:

insert formatted page numbers in MS Word

Okay.. I kinda feel stupid asking this question. But since i haven't found an answer to it yet, this is my only hope.
I have a MS Word 2010 document of 30 pages. I need to add page numbers to it in the following format.
1st page: Cover page - no page number
2nd page: declaration - page i
3rd page: acknowledgement - page ii
4th page: index - page iii
5th page: summary - page 1
6th page: introduction - page 2
..... and so on till last page conclusion - page 26
Is there any way of doing this?
You need to insert Section Breaks between the various sections you have outlined. Each section can be numbered differently using the Headers and Footers view.
Format Page Numbering
To format the page numbering for different sections, follow these steps:
Click between two parts of your document that you want to number
differently.
On the Insert menu, click Break.
Click Next Page, Even Page, or Odd Page, and then click OK.
For Help on an option, click the question mark, and then click the
option.
Click in the first section.
On the View menu, click Header and Footer.
Click in the header or footer where you want the page number.
On the Header and Footer toolbar, click Insert Page Number.
On the Header and Footer toolbar, click Format Page Number.
In the Number format box, click the format that you want for the
numbers in this section.
Do one of the following:
If you want the page numbering for the first page in this section to
start at a particular number other than the first number in the
format series, click Start at under Page numbering, and then enter
the first number that you want to appear on the first page of the
section.
If you want the page numbering to continue from the previous
section, click Continue from previous section.
Click OK.
On the Header and Footer toolbar, click Show Next.
Repeat steps 8 through 11 for the page numbering in this section.
On the Header and Footer toolbar, click Close.
Source:

Concrete 5 summary detail page

The solution is probably not unique to Concrete5 CMS, but I need to build a page with a list of items. Each item would link to a detail page of that item showing a full text description.
Each item on the initial summary page would have the first few lines of the detail page description and a "more" link.
Does anyone know how I could go about doing this in C5?
This is a very common thing to do with Concrete5, and there is a built-in block to handle it -- it's called "Page List".
Note that out-of-the-box, this block doesn't show the first few lines of each page's content, but rather shows the "description" field as entered when creating the page (or editing the page's properties). But I have a free addon available in the marketplace called "Page List Teasers" -- http://www.concrete5.org/marketplace/addons/page-list-teasers -- which adds this functionality to the built-in Page List block.
You can also check out the blog views of the page list - they show how to display an area from another page with all the content blocks they contain, and how to display attributes. You could make a rich text attribute called description then display that as you loop through the list of pages.

Crystal Report- Show last page

I've a crystal report inside my application. My report has about 100 pages. I need to see last page as soon as I open my report from my application.
So I'm using crystalreportviewer.showlastpage.
My report says page 100 on the top, but it shows page 1 of 100.
if I press enter on the top box besides 100, it shows page 100 of 100.
Please help me in fixing this.
I need to see page 100 of 100 directly.
I shouldn't use lastpage button on the top as part of my requirement
Are you calling the showlastpage method when the form loads? Does it work if called from a button (outside the crystalreportviewer control)? If so, you might need to delay calling the method until after the form is loaded (try threading or a timer).