MenuBar customizing problem

Greetings!
Does somebody can explain how I can nest Menus in a MenuBar?
i.e. each Menu Title replace main topics of the MenuBar.
What does such a nesting implies in XML file structure?
Many thanks in advance for any help!

Hello, Yes, it is set to 24 hours mode. I know that it this is a minor issue, but i hate when i can not control something that i should Thank you for the tip anyway.

Similar Messages

  • Creating an ISP Bill for Customer Problem, What did i do wrong?

    Ok so the point of this program is to create a bill for customers selecting different packages for this ISP. Now i have done all the code, made the methods and what now, but there is a problem, in my main method which tests the methods in my class, the object does not get passed through the method and my toString method does not return the output. i will post the code below, did i do anything wrong?
    this is the code for the class:
    public class Customer extends appProg
        //these are the base set of hours for each package
        public final double BASE_HOURS_A= 10.00;
        public final double BASE_HOURS_B= 20.00;
        public final double BASE_HOURS_C= 9999999999999999999999999999999999999999.00;
        //these are the base costs for each package
        public final double BASE_COST_A= 9.95;
        public final double BASE_COST_B= 14.95;
        public final double BASE_COST_C= 19.95;
        //these are the additional costs per hour for the packages
        public final double PER_HOUR_COST_A= 2.00;
        public final double PER_HOUR_COST_B= 1.00;
        public final double PER_HOUR_COST_C= 0.00;
        private double totalCharges;
        private char packageType;
        private double hoursUsed;
        private String customerName;
        // Below are the Constructors for this class
        // The constructors will help instantiate the object
        public Customer()
        {   totalCharges=0;
            packageType='b';
            hoursUsed=0.0;
            customerName="";
        public Customer(char packageType, double hoursUsed, String customerName)
            this.packageType=packageType;
            this.hoursUsed=hoursUsed;
            this.customerName=customerName;
        // The following are the accessor methods
        // the getPackage method returns the package type
        public char getPackage()
            return packageType;
        // the getHoursUsed() returns the hours used of the customer
        public double getHoursUsed()
            return hoursUsed;
        // the getCustomerName() returns the name of the customer
        public String getCustomerName()
            return customerName;
        //the totalCharges methods calculates the total charges
        public double totalCharges()
            if(packageType=='A' && hoursUsed>10.00)
                    totalCharges=((hoursUsed-10)*PER_HOUR_COST_A)+(hoursUsed*BASE_COST_A);
            if(packageType=='A' && hoursUsed<=10.00)
                totalCharges=(hoursUsed*BASE_COST_A);
            if(packageType=='B' && hoursUsed>20.00)
                    totalCharges=((hoursUsed-20)*PER_HOUR_COST_B)+(hoursUsed*BASE_COST_B);
            if(packageType=='B' && hoursUsed<=20.00)
                totalCharges=(hoursUsed*BASE_COST_B);
            if(packageType=='C')
                totalCharges=(BASE_COST_A);
            return totalCharges;
        //The following are the mutator methods
        //the setPackage method will set the package type for the customer
        public void setPackage(char packageType)
            this.packageType=packageType;
        //the setHours method will set the amount of hours used for that customer
        public void setHours(double hoursUsed)
            this.hoursUsed=hoursUsed;
        //the setCustomerName method will set the name for the customer
        public void setCustomerName(String customerName)
            this.customerName=customerName;
       //the following are input and output methods
       public String toString()
           return "You have used a total of "+hoursUsed+" hours and your total cost is "+totalCharges+"";
    } // end class Customerand this is the code for the appProgram that goes with it:
    public class appProg
        //************* MAIN METHOD ******************************************
        public static void main(String[] args)
              String packageT;
              char packagetype;
              double hoursUsed;
              String name;
              Scanner keyboard = new Scanner(System.in);
              System.out.println("This program was written by Ashkan Gholami for CSC15 with JONES.");
              System.out.println("");
              System.out.print("Please enter the Customers name: ");
              name=keyboard.nextLine();
              System.out.print("Please enter the package type: ");
              packageT=keyboard.nextLine();
              packagetype=packageT.charAt(0);
              System.out.print("Please enter the hours used: ");
              hoursUsed=keyboard.nextDouble();
              keyboard.nextLine();
              switch(packagetype)
                 case 'A':
                    System.out.println(""+name+" has chosen package A.");
                    break;
                 case 'B':
                    System.out.println(""+name+" has chosen package B.");
                    break;
                 case 'C':
                    System.out.println(""+name+" has chosen package C.");
                    break;
                 case 'a':
                    System.out.println(""+name+" has chosen package A.");
                    break;
                 case 'b':
                    System.out.println(""+name+" has chosen package B.");
                    break;
                 case 'c':
                    System.out.println(""+name+" has chosen package C.");
                    break;
                 default:
                    System.out.println("That is an invalid package type!");
                    break;
              Customer customer1= new Customer(packagetype,hoursUsed,name);
              customer1.totalCharges();
              customer1.toString();
        }      

    in my main method which tests the methods in my class,
    the object does not get passed through the method That statement makes no sense. You can pass objects to methods. However, you do not pass objects "through methods". In any case, neither your totalCharges() method nor your toString() method is defined to accept any parameters--much less an object as a parameter.
    and my toString method does not return the outputHow do you know that? Your toString() method is defined to return a String. Where in your program do you attempt to display the String that is returned?
    did i do anything wrong?If you call a method on an object, and the method returns something, you need to assign the returned value to a variable--otherwise the returned value will disappear into the ether. Subsequently, if you want to display the returned value, you have to take steps to do that as well.
    It sounds like you need to revisit a simple "Hello World" program and play around with it a little bit.

  • Consignment fill-up - Output Printing Problem - Z customizing problem

    Dear Gurus,
    I have customized and copied the following 2 sales documents types:
    - OR
    - KB
    into ZSTA and ZKB
    When I create a Sales Order using VA01 and ZSTA, and chose 1 material + 1 service, the printed invoice clearly shows 2 items for each one of them.
    When I create a Sales Order using VA01 and ZKB, and again chose 1 material + 1 service, only the material appears on the invoice and not the service...
    Does anyone has an idea about where the problem might come from?
    Your help is greatly appreciated.
    Thank you
    Chris.

    Hello Lakshmipathi,
    I give you more information if it might help you:
    These are the item categories that have been created into the system for ZKB: (Consignment Fill-up)
    ZKB          TEXT          TATX     
    ZKB     LEIS               ZTAW     TAD
    ZKB     NORM               ZKB1     
    These are the item categories that have been created into the system for ZSTA: (Standard order)
    ZSTA          TEXT          TATX               
    ZSTA          TEXT     TAC     TATX               
    ZSTA          TEXT     TAM     TATX               
    ZSTA          TEXT     TAN     TATX               
    ZSTA          TEXT     TANN     TATX               
    ZSTA          TEXT     TAP     TATX               
    ZSTA          TEXT     TAQ     TATX               
    ZSTA     2               TAC     TAM          
    ZSTA     2          TAC     TAE               
    ZSTA     2          TAE     TAE               
    ZSTA     2          TAM     TAC               
    ZSTA     4               TAM     TAC          
    ZSTA     4          TAC     TAE               
    ZSTA     4          TAM     TAM               
    ZSTA     5               TAO               
    ZSTA     ALEN               ALEN     TAN          
    ZSTA     ALES               ALES     TAN          
    ZSTA     BANC               TAB               
    ZSTA     BANS               TAS     TAN     TANN     TAW
    ZSTA     DIEN               TAX     TAW          
    ZSTA     DIEN          TAN     TAX               
    ZSTA     ERLA               TAQ               
    ZSTA     ERLA          TAP     TAE               
    ZSTA     ERLA          TAQ     TAE               
    ZSTA     LEER               TAU               
    ZSTA     LEER          TAQ     TAZ               
    ZSTA     LEIC               TADC     TAW          
    ZSTA     LEIC          TAN     TADC     TAW          
    ZSTA     LEIH               TAL     TAN          
    ZSTA     LEIH          TAN     TAL     TAN          
    ZSTA     LEIH          TAX     TAL     TAN          
    ZSTA     LEIS               TAW     TAD          
    ZSTA     LEIS          TAN     TAW     TAD          
    ZSTA     LUMF               TAP     TAQ          
    ZSTA     LUMF          TAP     TAN               
    ZSTA     NLAG               TAX     TAW     TAD     
    ZSTA     NLAG          TAN     TAX     TAW     TAD     
    ZSTA     NORM               TAN     TAP     TAQ     TANN
    ZSTA     NORM          TAC     TAE               
    ZSTA     NORM          TAE     TAE               
    ZSTA     NORM          TAG     TAN               
    ZSTA     NORM          TAM     TAN               
    ZSTA     NORM          TAN     TANN               
    ZSTA     NORM          TANN     TANN     KBN          
    ZSTA     NORM          TAP     TAN               
    ZSTA     NORM          TAQ     TAE               
    ZSTA     NORM     APO0     TAPA     TAN               
    ZSTA     NORM     APO0     TAPN     TANN               
    ZSTA     NORM     APO1          TAPA     TAPN          
    ZSTA     NORM     APO1     TAN     TAPA               
    ZSTA     NORM     APO1     TANN     TAPN               
    ZSTA     NORM     APO2     TAPA     TAN               
    ZSTA     NORM     APO2     TAPN     TANN               
    ZSTA     NORM     APO3     TAPA     ALES               
    ZSTA     NORM     CSEL     TAN     TAN               
    ZSTA     NORM     FREE     TAN     TANN               
    ZSTA     NORM     PSA1          TAPA               
    ZSTA     NORM     PSA2     TAPA     TAN               
    ZSTA     NORM     PSEL     TAX     TAPS               
    ZSTA     NORM     PSHP          TAX               
    ZSTA     NORM     SLSV          TALS               
    ZSTA     NORM     SLSV     TALS     TAUL               
    ZSTA     SAMM               TAG     TAN          
    ZSTA     SAMM          TAG     TAN     TAS     TAB     
    ZSTA     VOLL               TAQ               
    ZSTA     WERT               TAW               
    ZSTA     WERT          TAN     TAW               
    Please let me know what your thoughts are. Remember that the problem is that on the final invoice, we can only see the price for 1 or more selected materials in ZKB and no services at all.
    Thank you
    Chris.

  • Menubar time problem

    Hello, I am having a problem with the way the time shows in the menubar in Snow Leopard. I set the system preferences to show the time like XX:XX (hour 00-23) so when it is 6 o clock in the morning the menubar should show 06:00 but it actually shows 6:00. It do not show the hour with two digits for 1 to 9. I think that the time in the menubar ignores the modifications of the time in the system preferences. I also edit the com.apple.menuextra.clock.plist and change the date format line from H:mm to HH:mm and restart the Mac, but nothing happens and when i open again the plist that line still was H:mm. I will appreciate a lot any help that you could give me. Excuse me for my english i know it is not good, but i hope you could understand me. Thanks,

    Hello, Yes, it is set to 24 hours mode. I know that it this is a minor issue, but i hate when i can not control something that i should Thank you for the tip anyway.

  • ALE Customizing Problem

    Hi all,
    I am customizing ALE Between two servers : sand ( client 900 ) and vat ( Client 600 ).
    I want to transfer material from sand to vat.
    I have made ports and RFC Destination as required on both the servers.
    Ports and RFC Configuration on Sand is as follows :
    RFC Destination name : VAT600
    PORT Name            : VAT600
    Ports and RFC Configuration on VAT is as follows :
    RFC Destination name : SANCLNT900
    PORT Name            : SANCLNT900
    SANCLNT900 is the logical name of the client 900 of sand server.
    VAT600 is the logical name of the client 600 of VAT server
    Customer distribution model is also made on the sand server.
    Partner profile on sand server is as follows :
    Name          : VAT600 ( logical name of the vat server ).
    O/B Parameter : matmas
    Partner profile on vat server is not made . I think it has to be made after distributing the model to the vat server.
    Now when i try to distribute the Customer distribution model  from Sand to vat server , the system gives following error :
    RFC destination for synchronous communication (message type SYNCH) 
    Partner profile LS VAT600 SYNCH does not  exist.
    Generate partner profile                         
    or specify outbound partner profiles for message type SYNCH        
    Please tell me where I am wrong.
    I dont know how to overcome this problem.
    Please help me.
    Thanks and regards
    Gurpreet Singh

    hi,
    i thing you need to set the partner profile in the VAT ( client 600 ) also before you distribute the Customer distribution model in clien 900
    cheers,
    sasi

  • Spry Menubar-background problem

    Hi,
    I have tried to search for this problem, and though I have
    found others with the same problem, there have been no answers
    (probably so obvious I missed it and they figured it out.) And I
    did update the Spry Menubar to the latest version.
    The Spry Horizontal menubar works fine on Firefox, but on IE
    7 the background is white as well as the submenus, not the intent.
    The alignment and size is fine, just the designed background colors
    don't work (on the menu itself, I want a transparent background, on
    the submenus it is #777079.)
    Website:
    September
    Entertainment Website
    Style Sheet spry:
    Spry
    CSS
    Thank you in advance for any help you can give me.
    Cheers,
    Janell

    Hi,
    Just found the problem for anyone that is having the same
    thing happen. It is the hack at the bottom of
    "SpryMenuBarHorizontal.css":
    BROWSER HACKS: the hacks below should not be changed unless
    you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form
    controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
    position: absolute;
    z-index: 1010;
    filter:alpha(opacity:0.1);
    /* HACK FOR IE: to stabilize appearance of menu items; the
    slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
    ul.MenuBarHorizontal li.MenuBarItemIE
    display: inline;
    f\loat: left;
    background: fff;
    Where it says: "background:fff;" change it to whatever you
    need, in my case, "background: transparent;"
    Voila!!
    Cheers,
    Janell

  • GRC 10.0 Workflow customizing problem

    Hi experts,
    We are working with GRC Access Control 10.0 and when doing the customizing tasks related with workflows we have an issue that doesnt let us continue.
    Here is the background information.
    We are in the "IMG/Governance Risk and Compliance/General Settings/Workflow/Perform Automatic Workflow Customizing" or easiest, we are in transaction code SWU3.
    Here we have: Maintain Runtime Environment, all green, Maintain Definition Environment, all green, Maintain Additional Settings and Services, a red cross :(.
    So, when opening the tree of our red cross task, we find that the only task that is with a red cross is "Maintain Web Server".
    So, we execute the task, and here we have the following information:
    Service = Webflow (Internet)
    Address web server = http://<our web server>:8000/
    Protocol Address = HTTP
    Path of service = sap/bc/workflow_xml/?
    URL = http://<our web server>:8000/sap/bc/workflow_xml/?
    And here is something that kept our attention. When we push the button to test the URL, our IE opens a page but it is in blank (it doesnt show anything).
    As we saw that, we thought that the service was not active and so went to transaction SICF and checked it, and yes, when you test the service, it doesnt work.
    We finally, checked support packages upgrades and went to SP5 in our GRC server and SP5 in both plugins in our SAP ERP server.
    And, here we are. Have no idea what else to do or check.
    Any suggestion?
    Thanks very much in advance.

    Hi,
    I have just checked my SICF settings and found that we have not actually activated those services at all and our NWBC sessions work fine now.
    Have you activated the sap/bc/nwbc and sap/bc/webdynpro services?
    Also, have you activated the required BC sets for the standard content on Access Controls? This removes the need to do a lot of the basic setups but you still need to follow through the event linkages to check the successful generation etc.
    Simon
    Edited by: Simon Persin on Sep 21, 2011 5:51 PM

  • Customs Problem

    Dear All,
    I have created import PO of 100 Nos.  Vendor has send 100 Nos.
    To receive it I need to pay to cusotms, hence I have done MIRO for Customs commisionarate for 100 Nos where it is debiting for 100 Nos.
    At the time of GR, I found only 80 Nos balance are in transit loss. Hence I am doing MIGO for 80 Nos.
    At this time Customs clearing account is Crediting for 80 Nos only.
    Due to this Customs clearing account is kept Crediting balance for balance 20 Nos hence it is not knocking off. As I paid to customs I can't able to claim back.
    How to solve this?
    Rgds
    Srini

    resolved hence closed

  • Edit Customer Problem and Logical Port

    Hi Experts,
    ISSUE 1
    In Web Service Administration, when I look at /iwcnt/actionitemvi_document service in details, I can see one Endpoint only, that is Binding_T_HTTP_A_HTTP.
    In the Troubleshooting Guide, in section 5. No Workflow / Reports reach the SCL from backend system, there are mentioned two endpoints: Binding_T_HTTPS_A_HTTP and Binding_T_HTTP_A_HTTP - all other setting, I have, are the same on my server as mentioned in the troubleshooting guide. So why there is diffrence in binding on that particular service?
    The other thing I noticed, is, that when looking closer on the logical port creation on backend system in the Behind the scene video, it mentions, that the Path Suffix include binding_t_http_a_http whereas in the Troubleshooting Guide it is showing binding_t_https_a_http - why this?
    What is the right path suffix for the logical ports at the backend system?
    ISSUE 2
    When we edit a customer from SharePoint, we get the following error:
    Error
    An unexpedted error has occured
    Correlation ID: ea04d908.xxxxxxxxxxxxxx
    Looking closer at the correlation at SCL, everything seems to be green and no error is reported, but in the ULS Viewer, following info are displayed:
    Microsoft.BusinessData.Runtime.BackendNullReturnException: LobSystem (External System) returned a null structure which is incompatible with the associated metadata.  
    at Microsoft.SharePoint.BusinessData.Runtime.EntityRuntime.WrapAsEntities(IMethodInstance methodInstance, IEntity thisEntity, IParameter parameter, ITypeDescriptor entityInstanceRootTypeDescriptor, Object correspondingAdapterObject, IEntity targetEntity, ISystemUtility dataSystemUtility, ILobSystemInstance lobSystemInstance)   
    at Microsoft.SharePoint.BusinessData.Runtime.EntityRuntime.ExecuteInternal(IDataClass thisDataClass, ILobSystemInstance lobSystemInstance, ILobSystem lobSystem, IMethodInstance methodInstanceToExecute, IMethod methodToExecute, IParameterCollection nonReturnParameters, Object[]& overrideArgs, IFilterCollection filters)   
    at Microsoft.SharePoint.BusinessData.Runtime.EntityRuntime.FindSpecific(IEntity thisEntity, Identity entityInstanceIdentity, String specificFinderName, ILobSystemInstance lobSystemInstance)
    regards
    Tariq

    Hi,
    ISSUE 1:
    This is very likely because SSL is not configured. First of all can you go to SOAMANAGER -> Business Scenario Configuration and deactivate and activate the DUET_ENTERPRISE_ALL. When activating check if you are getting errors for the Assertion profiles (my guess would be, that you are getting errors).
    In this case check the SSL configuration from SMICM -> \[Menu] Goto -> Services
    Here you should see an active service HTTPS. If that is not the case, check that the SSL certificate is created (STRUST) and make sure that the required profile parameters are set (see also Deployment Guide -> "To configure the use of SSL in the SCL host" on page 33 at http://www.service.sap.com/instguides -> Duet -> Duet Enterprise 1.0 -> Duet Enterprise SAP Deployment Guide)).
    Regarding the backend configuration for the logical ports in LPCONFIG. Here it depends on how you have setup the configuration on the SCL. If you released the services with HTTPS then the URL in the backend has to be HTTPS binding, if you configured it via HTTP, then it has to be HTTP binding Did you perform the connection tests as described in the videos or in the checkpoint of the troubleshooting guide?
    ISSUE 2:
    Can you take a look also on the SAP side in SRTUTIL? Do you see any additional error information there? You might also want to check the errors from the log viewer /IWFND/VIEW_LOG
    Regards,
    Holger.

  • WHO WILL LISTEMN TO CUSTOMER PROBLEM

    DEAR SIR I AHVE PURCHSED A COMPAQ LAPTOP FROM HP ON OCT 30TH 2010 AT THAT TIME THEER WAS GIFT COUPON SCHEME OF RS 200-/-THE CONDITION WAS THAT THE CUSTOMER HAS TO SEND THE BILL NUMBER AND SERIAL NUMBER
    I HAVE SEND THE SAME ON NOV 10TH 2010
    I AHVE AGAIN SEND THE SAME ON NOV 14TH 2010 THAN ON NOV 25TH 2010 I HAVE RECIEVED AN EMAIL THAT
    Dear Sir/Madam,
    DEAR SIR I AHVE PURCHSED A COMPAQ LAPTOP FROM HP ON OCT 30TH 2010 AT THAT TIME THEER WAS GIFT COUPON SCHEME OF RS 200-/-THE CONDITION WAS THAT THE CUSTOMER HAS TO SEND THE BILL NUMBER AND SERIAL NUMBER
    I HAVE SEND THE SAME ON NOV 10TH 2010
    I AHVE AGAIN SEND THE SAME ON NOV 14TH 2010 THAN ON NOV 25TH 2010 I HAVE RECIEVED AN EMAIL THAT
    Dear Sir/Madam,
    DEAR SIR I AHVE PURCHSED A COMPAQ LAPTOP FROM HP ON OCT 30TH 2010 AT THAT TIME THEER WAS GIFT COUPON SCHEME OF RS 200-/-THE CONDITION WAS THAT THE CUSTOMER HAS TO SEND THE BILL NUMBER AND SERIAL NUMBER
    I HAVE SEND THE SAME ON NOV 10TH 2010
    I AHVE AGAIN SEND THE SAME ON NOV 14TH 2010 THAN ON NOV 25TH 2010 I HAVE RECIEVED AN EMAIL THAT
    Dear Sir/Madam,
    Redemption Code - 2239692
    DEAR SIR I AHVE PURCHSED A COMPAQ LAPTOP FROM HP ON OCT 30TH 2010 AT THAT TIME THEER WAS GIFT COUPON SCHEME OF RS 200-/-THE CONDITION WAS THAT THE CUSTOMER HAS TO SEND THE BILL NUMBER AND SERIAL NUMBER
    I HAVE SEND THE SAME ON NOV 10TH 2010
    I AHVE AGAIN SEND THE SAME ON NOV 14TH 2010 THAN ON NOV 25TH 2010 I HAVE RECIEVED AN EMAIL THAT
    Dear Sir/Madam,
    Redemption Code - 2239692
    We acknowledge receipt of your online Registration and claim documents against notebook Serial Number CNU0282YQW under the HP Diwali Celebrations offer for the gift of an Titan Gift Voucher.
    DEAR SIR I AHVE PURCHSED A COMPAQ LAPTOP FROM HP ON OCT 30TH 2010 AT THAT TIME THEER WAS GIFT COUPON SCHEME OF RS 200-/-THE CONDITION WAS THAT THE CUSTOMER HAS TO SEND THE BILL NUMBER AND SERIAL NUMBER
    I HAVE SEND THE SAME ON NOV 10TH 2010
    I AHVE AGAIN SEND THE SAME ON NOV 14TH 2010 THAN ON NOV 25TH 2010 I HAVE RECIEVED AN EMAIL THAT
    Dear Sir/Madam,
    Redemption Code - 2239692
    We acknowledge receipt of your online Registration and claim documents against notebook Serial Number CNU0282YQW under the HP Diwali Celebrations offer for the gift of an Titan Gift Voucher.
    We however regret to inform you that we are unable to process your claim due to the below mentioned reason:
    DEAR SIR I AHVE PURCHSED A COMPAQ LAPTOP FROM HP ON OCT 30TH 2010 AT THAT TIME THEER WAS GIFT COUPON SCHEME OF RS 200-/-THE CONDITION WAS THAT THE CUSTOMER HAS TO SEND THE BILL NUMBER AND SERIAL NUMBER
    I HAVE SEND THE SAME ON NOV 10TH 2010
    I AHVE AGAIN SEND THE SAME ON NOV 14TH 2010 THAN ON NOV 25TH 2010 I HAVE RECIEVED AN EMAIL THAT
    Dear Sir/Madam,
    Redemption Code - 2239692
    We acknowledge receipt of your online Registration and claim documents against notebook Serial Number CNU0282YQW under the HP Diwali Celebrations offer for the gift of an Titan Gift Voucher.
    We however regret to inform you that we are unable to process your claim due to the below mentioned reason:
    Gift offer not applicable on the purchased Product
    THAN I HAVE REPLIED BACK THAT GIFT COUPON IS AVAILBLE ON THE PRODUCT I HAVE PURCHASED & I HAVE VALID PROOFS THAN ON DECMEBR 6TH 2010 AT 6 PM(ITS GREAT TIME TO REPLY AFTER 10 DAYS)
    THEY REPLIED WITH THE EMAIL
    Dear Customer,
    This is with reference to your participation under Compaq Presario/HP pavilion Diwali Celebration offer, in case you are submitting the claim documents for the first time, please be informed that we shall not be able to accept your claim documents for validation and processing of the redemption item since  the last date of the submission of claim documents was 25-Nov-10. Any further query pertaining to this matter shall not be entertained at our end and your claim will be treated as rejected.
    Thanks & regards,
    HP Redemption Cell
     I REQUEST HP CUSTOMER SUPPORT TO GO THROUGH THE WHOLE MATTER I CAN PROVIDE YOU AL THE EMAILS WHICH I SEND AND I RECEIVED
    THIS IS GRAET JOK INFACT THAT YOU ARE GIVING LUCRATIVE OFFERS TO CUSTOMERS MAKING THEM FOOL AND IN THE END YOU ARE WRITING THAT YOU WILL NOT ENTERATIN
    ITS HEIGHT!!!!!
    KINDLY REPLY AND TELL ME TO WHOM I APPROACH OTHERISE I HAVE TO SEEK THE COURT

    You need to contact the store or company that offered the rebate. 
    Wendy M - HP Support Forums Moderator
    Click the Kudos star as a way to say "thank you" for helpful posts.
    Be sure to come back and click the 'Accept as Solution' button on the post that solved your issue - it may help someone else.
    Rules of Participation

  • Vertical Menubar Displaying Problem

    I have a Spry 2.0 Vertical Menubar that is not working right because it is bigger than the <div> is it sitting in. If it would display over the top of all the other <divs> in the page, I would be a happy camper.  So I put:   overflow:visible;   in pretty much every area of the menubar style sheet and now the <div> to the right which is a rotating picture, moved down the page to fit in the menubar.  And the menu bar isn't working right on top of it (blinking instead of submenus opening).  AAGGHHHH!!!!  Can anyone help me?
    I cannot link to the page on this forum because it is a confidential client site I'm creating that is still in draft mode but I can send an email with the link if you email me first. Thanks in advance for all help!
    Jeannette

    Here is the style sheet, just incase that will help.
    Jeannette
    /* CSS Document */
    @charset "utf-8";
    #container {
    margin-left: auto;
    margin-right: auto;
    html, body, div, span, applet, object, iframe, ul, ol, img, p, a {
    margin: 0 auto;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
        background: url(images/bkgrnd-page.gif) no-repeat;
    body {
    width: 960px;
    margin: 0 auto;
    height: 100%;
    font-family:Verdana, Geneva, sans-serif;
    font-size:12px;
    line-height:20px;
    font-style:normal;
    font-weight: none;
    margin: 0px;
        padding: 0px;
    align: center;
    background: url(bkgrnd-page.gif) no-repeat;
    body a:link{
    font-family:Verdana, Geneva, sans-serif;
    font-style:normal;
    font-weight:normal;
    text-decoration:none;
    text-align:center;
    color:#06F;
    font-variant:normal;
    text-transform:none;
    vertical-align: bottom;
    body a:hover{
    font-family:Verdana, Geneva, sans-serif;
    font-style:normal;
    font-weight:normal;
    text-decoration:none;
    text-align:center;
    color:#06F;
    font-variant:normal;
    font-size:14px;
    body a:active{
    font-family:Verdana, Geneva, sans-serif;
    font-style:normal;
    font-weight:normal;
    text-decoration:none;
    text-align:center;
    color:#6C0;
    font-variant:normal;
    body a:visited{
    font-family:Verdana, Geneva, sans-serif;
    font-style:normal;
    font-weight:normal;
    text-decoration:none;
    text-align:center;
    color:#06F;
    font-variant:normal;
    #top {
    width:960px;
    height:25px;
    #top .left{
    float:left;
    width:330px;
    height:25px;
    font-size:10px;
    font-style:normal;
    text-decoration:none;
    cursor:default;
    color:#000000;
    vertical-align: text-bottom;
    padding-left: 20px;
    #top .right{
    float:right;
    width:610px;
    height:25px;
    font-size:10px;
    font-style:normal;
    text-decoration:none;
    cursor:default;
    color:#000000;
    vertical-align: text-bottom;
    text-align:right;
    #top a {
    color:#000000;
    font-size:10px;
    font-style:normal;
    text-decoration:none;
    vertical-align: baseline;
    #top a:hover {
    color:#09F;
    font-size:10px;
    font-style:normal;
    text-decoration:none;
    vertical-align: baseline;
    #header {
    clear:both;
    width:960;
    max-height: 103px;
    margin-bottom:0px;
    margin-top:0px;
    #header .left{
    float:left;
    width:350px;
    height:103px;
    background: #003;
    padding-left: 20px;
    #header .right{
    float:right;
    width:350px;
    height:103px;
        background:#003;
    text-align: right;
    padding-right:10px;
    #header .center{
    margin-left: 260px;
    margin-right: 351px;
    height: 103px;
    background: #003;
    font-size: 10px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    #navigation {
    clear:both;
    height: 287px;
    width: 960px;
    #navigation .nav {
    float:left;
    height: 287px;
    width: 383px;
    padding-top:10px;
    padding-left:10px;
    #navigation .rotator {
    float:right;
        height: 287px;
        width: 575px;
    #content {
    clear:both;
    width: 960px;
    height: 600px;
    background: #FFF;
    margin-top: 32px;
    #content .left{
    width: 300px;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    background: #FFF;
    height:600px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #000;
    #content .center{
    width:298px;
    float:left;
    padding-right: 10px;
    padding-left: 10px;
    height: 490px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #000;
    #content .right{
        width: 300px;
        float: left;
    height:496px;
    padding-right: 10px;
    padding-left: 10px;
    #content .pad{
    float:right;
    height: 102px;
    width: 628px;
    text-align: right;
    vertical-align:bottom;
    #footer {
    clear:both;
    height:80px;
    vertical-align: top;
    #footer .logo {
    float:left;
    width:250px;
    height:80px;
    background:#003;
    text-align: center;
    padding-top:0px;
    vertical-align:top;
    #footer .copyright {
    float:right;
    background: #003;
    width:710px;
    height:80px;
    color:#FFF;
    font-size:10px;
    margin:0px;
    text-align: right;
    vertical-align:top;
    .title{
    font-size:20px;
    font-weight:bolder;
    color:#003;
    .address {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    font-style: normal;
    line-height: 16px;
    font-weight: normal;
    font-variant: normal;
    color: #FFF;
    text-decoration: none;
    text-align: right;
    .phone {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 20px;
    font-style: normal;
    line-height: 22px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #6CF;
    visibility: visible;
    text-decoration: none;
    text-align: right;
    .title-red {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: bolder;
    font-variant: normal;
    color: #900;
    text-decoration: none;
    #MenuBar  {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 15pt;
    font-style: normal;
    padding:0;
    border-color: #ffffff #ffffff #ffffff #ffffff;
    border-width:1px;
    border-style: solid solid solid solid;
    .MenuBar br { /* using just a class so it has same specificity as the ".MenuBarFixedCentered br" rule bleow */
    display:none;
    .MenuBarLeftShrink {
    float: left; /* shrink to content, as well as float the MenuBar */
    width: auto;
    .MenuBarRightShrink {
    float: right; /* shrink to content, as well as float the MenuBar */
    width: auto;
    .MenuBarFixedLeft {
    float: left;
    width: 55em;
    .MenuBarFixedCentered {
    float: none;
    width: 55em;
    margin-left:auto;
    margin-right:auto;
    .MenuBarFixedCentered br {
    clear:both;
    display:block;
    .MenuBarFixedCentered .SubMenu br {
    display:none;
    .MenuBarFullwidth {
    float: left;
    width: 100%;
    /* Top level menubar items - these actually apply to all items, and get overridden for 1st or successive level submenus */
    #MenuBar  .MenuItemContainer {
    padding: 0px 0px 0px 0px;
    margin: 0;
    #MenuBar  .MenuItem {
    padding: 0px 0px 0px 0px;
    background-color:#000033;
    border-width:1px;
    border-color: #ffffff #ffffff #ffffff #ffffff;
    border-style: solid solid solid solid;
    #MenuBar  .MenuItemFirst {
    border-style: solid solid solid solid;
    #MenuBar .MenuItemLast {
    border-style: solid solid solid solid;
    #MenuBar  .MenuItem  .MenuItemLabel{
    text-align:left;
    line-height:1.4em;
    color:#FFFFFF;
    background-color:#000033;
    padding: 6px 15px 6px 10px;
    width: 9em;
    .SpryIsIE6 #MenuBar  .MenuItem  .MenuItemLabel{
    width:1em; /* Equivalent to min-width in modern browsers */
    /* First level submenu items */
    #MenuBar .SubMenu  .MenuItem {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11pt;
    font-style: normal;
    background-color:#000033;
    padding:0px 2px 0px 0px;
    border-width:1px;
    border-color: #cccccc #cccccc #cccccc #cccccc;
    /* Border styles are overriden by first and last items */
    border-style: solid solid none solid;
    overflow:visible;
    #MenuBar  .SubMenu .MenuItemFirst {
    border-style: solid solid none solid;
    overflow:visible;
    #MenuBar  .SubMenu .MenuItemFirst .MenuItemLabel{
    padding-top: 6px;
    overflow:visible;
    #MenuBar .SubMenu .MenuItemLast {
    border-style: solid solid solid solid;
    overflow:visible;
    #MenuBar .SubMenu .MenuItemLast .MenuItemLabel{
    padding-bottom: 6px;
    overflow:visible;
    #MenuBar .SubMenu .MenuItem .MenuItemLabel{
    text-align:left;
    line-height:1em;
    background-color:#000033;
    color:#FFFFFF;
    padding: 6px 0px 6px 7px;
    width: 9em;
    overflow:visible;
    /* Hover states for containers, items and labels */
    #MenuBar .MenuItemHover {
    background-color: #000033;
    border-color: #ffffff #ffffff #ffffff #ffffff;
    overflow:visible;
    #MenuBar .MenuItemWithSubMenu.MenuItemHover .MenuItemLabel{
    background-color: #000033; /* consider exposing this prop separately*/
    color: #9CF;
    overflow:visible;
    #MenuBar .MenuItemHover .MenuItemLabel{
    background-color: #000033;
    color: #9CF;
    overflow:visible;
    #MenuBar .SubMenu .MenuItemHover {
    background-color: #000033;
    border-color: #cccccc #cccccc #cccccc #cccccc;
    overflow:visible;
    #MenuBar .SubMenu .MenuItemHover .MenuItemLabel{
    background-color: #000033;
    color: #9CF;
    overflow:visible;
    /* Submenu properties -- First level of submenus */
    #MenuBar .SubMenuVisible {
    background-color: #000033;
    min-width:0em;  /* This keeps the menu from being skinnier than the parent MenuItemContainer - nice to have but not available on ie6 */
    border-color: #ffffff #ffffff #ffffff #ffffff;
    border-width:1px;
    border-style: solid solid solid solid;
    overflow:visible;
    #MenuBar.MenuBar .SubMenuVisible {/* For Horizontal menubar only */
    top: 100%; /* 100% is at the bottom of parent menuItemContainer */
    left:0px;
    z-index:10;
    overflow:visible;
    #MenuBar.MenuBarVertical .SubMenuVisible {
    top: 0px;
    left:100%;
    min-width:0px; /* Do not neeed to match width to parent MenuItemContainer - items will prevent total collapse */
    overflow:visible;
    /* Submenu properties -- Second level submenu and beyond - these are visible descendents of .MenuLevel1 */
    #MenuBar .MenuLevel1 .SubMenuVisible {
    background-color: #000033;
    min-width:0px; /* Do not neeed to match width to parent MenuItemContainer - items will prevent total collapse*/
    top: 0px;
    .SpryIsIE6 #MenuBar .MenuBarView .MenuItemWithSubMenuHover .MenuItemLabel /* IE6 selector  */{
    background-color: #000033;
    color: #0099ff;
    overflow:visible;
    .SpryIsIE6 #MenuBar .MenuBarView .SubMenu .MenuItemWithSubMenuHover .MenuItemLabel/* IE6 selector  */{
    background-color: #000033; /* consider exposing this prop separately*/
    color: #0099ff;
    overflow:visible;
    .SpryIsIE6 #MenuBar .SubMenu .SubMenu  /* IE6 selector  */{
    margin-left: -0px; /* Compensates for at least part of an IE6 "double padding" version of the "double margin" bug */

  • Create custom problem management template

    Hi experts
    I am mainly SCOM Admin and working on SCSM from last one year . I have pretty good experience in configuring SCSM using the standard default template/configurations available out of the box . Recently I have being asked to create a new template/form for
    problem management . I haven't done authoring in my life and is looking for some good documentation or video for authoring in SCSM , or if some can provide me a template/form which they created so that I can open and learn ..

    Hi,
    Here are some SCSM authoring resources for you.
    http://technet.microsoft.com/en-us/library/hh542404.aspx
    http://technet.microsoft.com/en-us/library/hh495563.aspx
    http://www.authoringfriday.com/
    My Blog | www.buchatech.com | www.systemcenterportal.com
    If you found this post helpful, please give it a "Helpful" vote. If it answered your question, remember to mark it as an "Answer". This posting is provided "AS IS" with no warranties and confers no rights! Always test ANY suggestion
    in a test environment before implementing!

  • TableView Customizing Problems

    Hi all,
    i`m trying to display a Table with a some columns and a selektor (radio button).
    I have different tables with this setup, but i can`t set the width of the differnt cells. I tried via TableView getColumn("xx" and setWidth("100 px") or setWidth("50 %"); but without success.
    Then i implemented an own CellRenderer. And it renders my cells, but i cannot influence the width of the TextView. (I have set the width AND set the wrapping attribute to true, to get the width repsected)
    Ok, now i`m a little clueless.
    How can i set the width of the different cells ?
    In my simplest table i want to have a table with the radio button and one cell that spans the remaining row size.
    Maybe someone can point me in the right directions or supply me some sample code.
    Best Regards
    Odo

    Hi,
    here is the code that i use to setup the tableView:
    <hbj:tableView
         id="tagTableView"
         design="ALTERNATING"
         headerVisible="true"
         footerVisible="true"
         fillUpEmptyRows="true"
         navigationMode="BYPAGE"
         selectionMode="SINGLESELECT"
         visibleFirstRow="1"
         visibleRowCount="5"
         width="100 %" >
         <%      
    tagTableView.setModel(tagTableBean.getTagTable().getModel());
    tagTableView.useRowSelection(tagTableBean.getTagTable().getTableView());
    tagTableView.setHeaderText("Defined Tags");
    tagTableView.setOnNavigate("onTagNavigate");
    tagTableView.setOnRowSelection("onTagRowSelection");
    %>
    I have tried to set the width of the column in the scriptlet but with no success.
    com.sapportals.htmlb.table.TableView tv = (com.sapportals.htmlb.table.TableView)pageContext.findAttribute("tagTableView");
    tv.getColumn(1).setWidth("100 %");
    Hi,
    the problem is solved. When a table has only two columns (one select box / radio button and one content column) the  
    img that is placed in the radio button column needs to have the size set (1x1). If not, the IE6 stretches this column and it looks ugly.
    A workaround for this is to add an empty column and set the width of the middle column to max. Works and do not look that ugly.
    Better solutions are welcome.
    Best Regards,
    Odo
    Message was edited by: Oliver Dohmen

  • INTRASTAT Customizing problem

    Hiu2026
    How can i customize special unit measure in INTRASTAT report?
    I need that in special unit measure appear one of the alternative units of materials but in the Intrastat report the column doesnu2019t contain values.
    Thanks
    Edited by: J N on Jul 9, 2008 7:42 PM
    Edited by: J N on Jul 9, 2008 7:42 PM

    the wizzard has all you need.
    http://help.sap.com/erp2005_ehp_04/helpdata/en/7e/09040e884311d294e60000e83dcfd4/frameset.htm
    http://help.sap.com/erp2005_ehp_04/helpdata/en/2b/274517995111d1b4e30000e82d81b0/frameset.htm

  • New Customer with still no service

    Hi all,
    On tues morning at 8am I had a working phone line and Internet connection through Talk Talk.
    I was scheduled to change to BT sometime on Tues.
    My new router was delivered and I had two messages and emails telling me that first my phone was now up and running, and then my Internet was too and to plug in my equipment.
    Well reading all the forums I'm sure you can all guess that actually it wasn't. Nothing worked at all.
    I spent the best part of 2 hours getting through the automated service to be told the fault was very close to my house and an engineer would be out to fix it before 6pm today. And they would ring me if they needed access to the property. Well guess what again? Not a sight or sound of any engineer anywhere near. But of course on contacting BT I was told 'they were working on it right now'..... No they aren't.
    Apart from all the usual extra expenses I've incurred, how the hell do I actually get something done?

    Hi Chidules,
    Once contacting the BT care Team (Mods) they will reply either by phone or email usually within 3 to 6 working days, however you will be given a tracking number immediately after sending the request. Please keep this safe.
    Please be aware that this timeframe does not include weekends and Bank Holidays. The timeframe will also vary during busy periods.
    Each case is done in a strict rotation so once your mod request has reached the top of the BTCare Team's inbox then they will contact you.
    The BT Care Team are a BT UK Based specialist team who have a good reputation for solving customer problems.
    Cheers
    jac_95 | BT.com Help Site | BT Service Status
    Someone Solved Your Question?
    Please let other members know by clicking on ’Mark as Accepted Solution’
    Try a Search
    See if someone in the community had the same problem and how they got it resolved.

Maybe you are looking for

  • I want to send but not receive email

    I'm a heavily invest gmail user and have all of my accounts set up in gmail. When I installed TBird I set it up with my gmail account because everything is already in that account, but the problem is that I cannot send as my other email addresses thi

  • IPhoto 7.1.1 Under Leopard 10.5.1 Will not print photo under "save as PDF"

    iPhoto 7.1.1 Under Leopard 10.5.1. Select a photo, choose "print" icon at bottom of iPhoto window. Choose "print". Choose "Save as PDF". Result: Unknown error message appears with white space (no text) in message box, but with "OK" button. Hit "OK bu

  • Help!! my macbook got wet! what do i do?

    I spilled a drink over my mac. What do i do????? Help!!

  • [Forum FAQ] Introduce Windows Powershell Remoting

    This article will introduce three methods of Windows Powershell Remoting: Method 1: WMI Remoting Cmdlet: Get-WMIObject Protocols: WMI/RPC/DCOM Port: Random port Data Encryption: Clear text Note: No need of the WinRM's installation and configuration M

  • TOP questions - start here

    My Nokia device is not functioning properly. Always make sure that you have the latest software version in your Nokia device. You can update the software yourself using Nokia Software Updater, Nokia's free PC software. Learn more and download Nokia S