Set encoding to page footer using HSSF?

Dear everyone
I have a problem when i output excel file using HSSF. i don't know how to set 'UTF-16' encoding to page footer. Please help me, thanks a lot!

Marcelo,
This was what I've given you above...
From 7.1.3 Passing Parameters and Submitting Events jump to Section 2.12, "Public Portlet Parameters Support".
Public portlet parameters:
You can use a public portlet parameter to pass a value to a portlet. Using portlet parameters, the information that is displayed in a portlet can be specific to a particular page or a user. Portlet parameters are created by the portlet developer and are exposed to the page designer, through the user interface. After adding a portlet to a page, page designers can assign values to the public portlet parameters to make the information displayed in the portlet specific to the page.
Page designers can assign values to public portlet parameters by providing a specific value (constant), a system variable (for example, the portal user name), or a page parameter. At run time, the portlet receives the values from the sources specified. In this way, page designers have complete control over the source of the parameter, whereas you have complete control over how the data is used after it is transmitted to the portlet.
...and in 7.1.3 Passing Parameters and Submitting Events as assumption is "You have followed through and understood Section 6.3.2, "Building PDK-Java Portlets".
This why I've said to read it carefully... I hope this helps you further...
Cheers,
Pedro.

Similar Messages

  • Set and read page parameter using a java portlet

    I created a portlet that takes a parameter. I wantt his parameter to be set by the admin in the page parameter section. The portlet that I crated has a parameter. In the providers it has the following:
    <inputParameter class="oracle.portal.provider.v2.DefaultParameterDefinition">
    <name>param</name>
    <displayName>displayParam</displayName>
    </inputParameter>
    However, when I go to the page propertie/parameter, I can "bind" a parameter. How can I do that?
    Thanks,
    Marcelo

    Marcelo,
    This was what I've given you above...
    From 7.1.3 Passing Parameters and Submitting Events jump to Section 2.12, "Public Portlet Parameters Support".
    Public portlet parameters:
    You can use a public portlet parameter to pass a value to a portlet. Using portlet parameters, the information that is displayed in a portlet can be specific to a particular page or a user. Portlet parameters are created by the portlet developer and are exposed to the page designer, through the user interface. After adding a portlet to a page, page designers can assign values to the public portlet parameters to make the information displayed in the portlet specific to the page.
    Page designers can assign values to public portlet parameters by providing a specific value (constant), a system variable (for example, the portal user name), or a page parameter. At run time, the portlet receives the values from the sources specified. In this way, page designers have complete control over the source of the parameter, whereas you have complete control over how the data is used after it is transmitted to the portlet.
    ...and in 7.1.3 Passing Parameters and Submitting Events as assumption is "You have followed through and understood Section 6.3.2, "Building PDK-Java Portlets".
    This why I've said to read it carefully... I hope this helps you further...
    Cheers,
    Pedro.

  • When I Conditional Supress the page footer. It occupy space in report

    I am designing Crystal report with multiple page footers.Initially I have suppressed all page footer. Each page footer is un suppressed against a specific Test Id (db Field). I have done this with formula for each page footer.
    The problem is when Page footer is suppress it occupy space in report.
    Provide solution plz.

    Can you recreate the entire footer as a formula field?  If so:
    1.  create the formula field using an if-then-else statement to poplulate the field:
    WhilePrintingRecords;
    IF PageNumber = 1
    THEN 'text' + text data + (chr(9) + totext(numeric/date data) + chr(13) + 'text data'  + etc...
    Chr(9) = tab
    Chr(13) = next line
    2.  Place the formula field in the page footer using as little space as possible. 
    3.  Enable the formula field's "Can Grow" property.
    4.  You could try setting the formula fields conditional suppression to PageNumber <> 1.  Not sure if this is necessary, but it can't hurt.
    This may do the trick for you.

  • Suppress a field in the page footer unless it's the last page of the group

    Hi,
    I have a report set up where one can pull invoice information.  There is a page footer used for every page which contains a field that I only want visible when it is the last page of the group.
    For example, one might pull several invoices, each invoice being its own group.  A field would be suppressed in the footer unless it is the last page of that particular invoice.
    Is this something that can be done in Crystal Reports XI?
    Thank you.

    Hi,
    Alright, it's a bit rusty but here's how you can do it:
    1) Create this formula and place it in the Report Header:
    whileprintingrecords;
    numbervar n1 := groupnumber;
    2) Create this formula and place it in the Group Footer:
    whileprintingrecords;
    numbervar n := groupnumber;
    3) Create this formula and place it on the Page Footer:
    whileprintingrecords;
    numbervar n;
    4) Right-click the above formula (Formula on the Page Footer) and select Format Field > Common tab > click the formula button beside 'Suppress' and use this formula:
    numbervar n1;
    numbervar x;
    if currentfieldvalue <> n1 then
      x := 1;
      true;
    else
      x := 0;
      true;
    5) Right-click the field that you wish to always suppress except on the last page and select Format Field > Common tab > click the formula button beside 'Suppress' and use this formula:
    numbervar x;
    if x = 1 then true;
    Let me know how this goes!
    -Abhilash

  • In the Options box, no matter what I set my Home Page to (Current Pages, Blank Page, Default) I am unable to change my homepage settings; they absolutely will not change and I can't figure it out.

    Up to about a month ago, I never had any problems setting my Home Page to Using Current Pages. Then, all of a sudden, I am unable to make any changes to my Home Page no matter what I change the settings to. I work for the US Forest Service and I don't know if some program was loaded that prohibits any changes from being made. Any help would be most appreciated.

    This link may help - https://support.mozilla.com/kb/Preferences+are+not+saved

  • Conditionally Suppressed Page Footer - Blank Space

    I am working on a purchase order (PO) form. A PO may be one or more pages. I have two page footers. The first one is conditionally suppressed if pagenumber = 1. The second is conditionally suppressed if pagenumber > 1. However, while the objects within the suppressed page footer are not visible, the entire blank page footer space remains reserved., creating unnecessary and unusable white space after page one.
    I am somewhat familiar with this problem. I have experimented with different techniques such as conditionally suppressing each object rather than the entire section, and then choosing Suppress Blank Section for that section.
    I have also read SAP BO Notes 1212488.
    This seems like a serious problem. Many standard multipage forms require special language (such as legal terms) that appear only at the bottom of the first page.
    Any ideas?
    Thanks,
    Art

    Salah,
    I tried your suggestion. It did not help, but perhaps I am doing something wrong.
    Here is how I have set it up:
    Page Footer a
    Contains a text object 1 inch tall.
    Also contains print date and page n of m
    Entire section is 1.5 inches tall.
    Conditionally Suppressed if pagenumber > 1
    Underlay Folllowing Sections is checked on
    Page Footer b
    Contains only page n of m
    Entire section is 0.5 inches tall
    Conditionally Suppressed if pagenumber = 1
    Results:
    Page 1 prints correctly.
    Page 2 and on .... PFa is suppressed as intended
    However, page n of m appears about 1.5 inches above bottom of page
    In Design, I tried reversing PFa and PFb to see if that matters. It does not.
    I hope you or someone else has othre suggestions.
    I think I will try placing the large text object into a subreport.
    Thanks,
    Art

  • In a document with several sections, in section VIII and IX one cannot select the text of the page foot nor set the pointer in it; so, one cannot write nor change the page foot text. Please help!

    in a document with several sections, in section VIII and IX one cannot select the text of the page foot nor set the pointer in it; so, one cannot write nor change the page foot text. Please help!

    Question already asked and answered several times.
    It's a bug striking in long documents.
    Select a word somewhere higher in the page then use the arrows to reach the wanted insertion point.
    Yvan KOENIG (VALLAURIS, France) mardi 23 août 2011 15:44:24
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.0
    My iDisk is : <http://public.me.com/koenigyvan>
    Please :
    Search for questions similar to your own
    before submitting them to the community
    To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !

  • How can I change the position of the page footer when using the report generation functions of LabView 6.1.

    At present my page footer is printing too far up from the bottom of the page. I have been unable to find a property that enables the position to be changed.

    Use the Set Report Margin.vi to set the bottom margin to something less than the default 1. I got a standard report to print a footer .2 inches from the bottom of the paper.

  • How to use multiple Spry Data Sets in one page

    I'm using two spry data sets in one page. When I add the first spry data set to my page everything runs OK, When I add the second spry data set to the page the first data set stops working. Does anyone know what the problem is?
    This is how I have my data sets listed.
    var ds1 = new Spry.Data.HTMLDataSet("/accounts/tower/list.php", "list");
    var ds2 = new Spry.Data.HTMLDataSet("/accounts/tower/numvisits.php", "chart");
    Thanks, let me know if you need more information.

    Good News!
    There is nothing wrong with what you have shown.
    Bad news!
    The problem could be in that part that you have not shown.
    Gramps

  • I 'm using ipad 2 and am using iwork pages.  how can i set up iwork pages so that a page scroll left to right or right to left instead of just scrolling up?

    I am using ipad 2 and am using iwork paged.  how can i set up iwork pages so that a page will scroll left to right or right to left instead of just up?

    Here you are in a forum dedicated to Pages for OSX.
    Most of us don't use Pages for iOS.
    Better ask in the iWork for iOS forum :
    https://discussions.apple.com/community/app_store/iwork_for_ios
    Yvan KOENIG (VALLAURIS, France) lundi 18 juillet 2011 22:38:20
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8
    Please : Search for questions similar to your own before submitting them to the community
    To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !

  • As a writer I'm using Pages to write my documents but the title shows up on every page.   How do I set-up my page so that it shows up on only the first page?

    As a writer I'm using Pages to write my documents but the title shows up on every page.   How do I set-up my page so that it shows up on only the first page?

    Don't put it in the Header.
    Peter

  • HT201269 I'm trying to set up my new iPhone using iCloud - I entered my apple ID and password and selected the backup to restore from but the next page asks me to enter a password for a DIFFERENT apple ID

    I'm trying to set up my new iPhone using iCloud - I entered my apple ID and password and selected the backup to restore from but the next page asks me to enter a password for a DIFFERENT apple ID

    What different Apple ID? Yours? Your friends? Your dogs... ? I think we are going to need more information. You're probably best setting up the phone as a new phone and restoring from iCloud later on.

  • I need to create 4 A2 boards that print adjacent to one another with a photo image running across all 4 boards.How do I set up the pages so I can see the whole composition together , then print the seperate A2 boards.Do I use illustrator (C3) or Indesign?

    I need to create 4 @ A2 boards that print adjacent to one another (all landscape format) with a photo image running across all 4 boards.How do I set up the pages so I can see the whole composition together , then print the seperate A2 boards? Is it best to use Illustrator(CS3) or Indesign?
    Thanks.

    Re: I need to create 4 A2 boards that print adjacent to one another with a photo image running across all 4 boards.How do I set up the pages so I can see the whole composition together , then print the seperate A2 boards.Do I use illustrator (C3) or Indesign
    If possible, please try Indesign CS 4.

  • How do I set the Home Page for a newly open tab using the File Tab Menu??

    When I open a new tab, is there a way to set the home page the new tab will use when it is opened, or will new tabs always be opened as blank pages?

    I have new windows opening when I click on a link. Or when I click on the FF-Icon. New windows are the default setting.
    When a new window opens, I get a Google home page and can instantly type in a search phrase.
    With the above in mind, sometimes I want to keep search classes in the same window. In a sense I'm using the Window with no tabs, to generate a tab by using the File Tab option.
    When a Tab is selected where new windows will launch a new page, and not a new tab, the process of forcing a new tab onto the window will produce a tab page that is Blank, and the new tab label description displayed in the tab area shows the words "New Tab". That tab's URL address bar is blank. Zip - nothing displayed.
    When a blank page tab appears, I click on the HOME button you helped me remodel, and the "New Tab" description in the tab label area changes from "New Tab" to "Google".
    My question was to ask, if there was a way I could do something to make FF4 do that Home page assignment on its own. In the early FF days I found you could sometimes go into the bowels of FF, find some form of INI or SETTINGS type file, look for a Keyword reference that would tell FF to do something different, and Viola, emotional issue resolved. In this case, I'm trying to "Gild the Lilly" by asking if you, or someone else might have a rabbit they can pull out of their hat, just like you did when you helped me move my Home button, and have that rabbit show me how to do something that default FF-Options section doesn't support.
    Did I do a better job of explaining the issue this time?
    Thanks again for the response.
    When I

  • Setting Isolate Report/Page sections and Isolate Group sections using SDK

    Hi all,
    Has anyone exported the report to CSV format, by setting Isolate Report/Page sections and Isolate Group sections programmatically. If so, to which object should i set, and what are the methods to do
    this ? The CSV exported report contains lots of these sections, along with the actual data, so i am
    trying to suppress these other data in the exported file.
    I am using BOE SDK.
    cheers
    Nithy

    Hi Nithy,
    RAS SDKs may help you to achive your task.
    I would suggest you to see setGroupSectionsOption and setReportSectionsOption of CharacterSeparatedValuesExportFormatOptions class given in RAS APIs.
    Anu

Maybe you are looking for

  • Disable ssn field in distribution model for e-recruiting

    We are running e-Recruiting 3.0 as a stand alone, and moving HR master data using ALE.  The only problem is that the client does not want to have SSN in the e-Recruiting system.  Is it possible to filter out SSN within the distribution model, if not

  • Using MBP as LCD Display.

    I just bought a VGA Cable for the Xbox 360 as I was planning on using my MBP as a HD TV. I plugged all the cables in and I was wondering how to show the 360. Can anyone help me.

  • Customer specific  Cumulation types

    Is there  any  way to create a customer specific Cumulation type apart from using the u2018/u2019 wagetypes? Regards Sony

  • Corrupt lrcat AND backups! Any ideas how to retrieve/repair them?

    Hello, I've painted myself into a corner but hope someone has ideas on how to try to retrieve a corrupt lrcat file. My lrcat file AND its backup are BOTH corrupt, and will not open. They are visible. I have an iMac, OS 10.6, LR 3.3, just upgraded to

  • Cover flow uses two different modes

    I haven't seen this problem in similar discussions: The cover flow on my Nano 8G starts by ordering by Artist, and then suddenly changes to ordering by Album for the rest of the listing. The second set of albums does not duplicate the first: my whole