Data being duplicated because of setModel

hi,
we are trying to show unique values on our facet filter dropdown.
first time it works correctly,from second selection it starts to duplicate
the snippet is as follows
          var oList = oEvent.getSource();
                   var sKey = oList.getKey();
           oFacetFilterData[sKey] = aData;
           oModel = new sap.ui.model.json.JSONModel();
           var oFacetFilterItem = new sap.m.FacetFilterItem({
               text : "{text}",
               key : "{key}",
               selected: "{selected}"
           oModel.setData(oFacetFilterData);
           oList.setModel(oModel);
           oList.bindAggregation("items", "/" + sKey,oFacetFilterItem);
has anyone faced this issue with setModel method before.
please advise on how to resolve this issue.
thanks

There's a variety of ways to do it, but as far as the "best" it depends on the architecture of your main program, which I don't know.
If your main VI is set up as an event-drive framework (using the
event structure) you could trigger an event from the popup dialog via a
control's value change event. You just need to pass the control
reference to the sub VI.
Instead of polling for the reference you could use a global
variable. Same mechanism that you're using now, except you wouldn't
have to check for errors against a null reference.
You mentioned that the popup is intended to provide the user with
the ability to enter a comment that gets added to a text file. Could
the popup do this directly, rather than passing the information back to
the main VI? (Again, I don't know the architecture of your main VI.)
You could use notifiers. I've attached a simple example (LabVIEW 8.20) to show you this method. The popup was created using the "Prompt User" Express VI as a starting point.
If any others are watching this thread, please post any additional suggestions you may have.
Attachments:
Popup.zip ‏50 KB

Similar Messages

  • R/3 Masta Data downloaded in CRM keeps being duplicated

    Hello goup….
    CRM version 4.0
    The only master record we download from R/3 to CRM is the Employee Personal Number (field: PERNR).
    The employee number when downloaded in CRM is called business partner. And there are some business partner that keeps being duplicated in CRM.
    Details: The download from R/3 to CRM is done by a job that runs a standard program: RDBMIDOC.
    1) Does anyone knows anything about that? What should I do to stop the duplication in CRM?
    Many Thanks,
    Barbara

    .

  • How to create backup file on itunes for ipod touch 4g game apps data? Is there a way to do it? I want to try an app on my friend's computer, but you can't add apps on another computer without having your own ipod's data being deleted. Thx for any help!

    How to create backup file on itunes for ipod touch 4g game apps data? Is there a way to do it? I want to try an app on my friend's computer, but you can't add apps on another computer without having your own ipod's data being deleted. Thx for any help!
    I want to know how to create a backup file (because I'm pretty new with itunes, and it's hard to use it for me still), how to store my app data/media/videos, etc. And how I can retrieve them back when I'm done with the app I tried on my friend's computer.
    If anyone can help, it'd be great! Thank you so much!

    Sure-glad to help you. You will not lose any data by changing synching to MacBook Pro from imac. You have set up Time Machine, right? that's how you'd do your backup, so I was told, and how I do my backup on my mac.  You should be able to set a password for it. Save it.  Your stuff should be saved there. So if you want to make your MacBook Pro your primary computer,  I suppose,  back up your stuff with Time machine, turn off Time machine on the iMac, turn it on on the new MacBook Pro, select the hard drive in your Time Capsule, enter your password, and do a backup from there. It might work, and it might take a while, but it should go. As for clogging the hard drive, I can't say. Depends how much stuff you have, and the hard drive's capacity.  As for moving syncing from your iMac to your macbook pro, should be the same. Your phone uses iTunes to sync and so that data should be in the cloud. You can move your iTunes Library to your new Macbook pro
    you should be able to sync your phone on your new MacBook Pro. Don't know if you can move the older backups yet-maybe try someone else, anyways,
    This handy article from Apple explains how
    How to move your iTunes library to a new computer - Apple Support''
    don't forget to de-authorize your iMac if you don't want to play purchased stuff there
    and re-authorize your new macBook Pro
    time machine is an application, and should be found in the Applications folder. it is built in to OS X, so there is nothing else to buy. double click on it, get it going, choose the Hard drive in your Time capsule/Airport as your backup Time Machine  and go for it.  You should see a circle with an arrow on the top right hand of your screen (the Desktop), next to the bluetooth icon, and just after the wifi and eject key (looks sorta like a clock face). This will do automatic backups  of your stuff.

  • Error with calendar date being extracted : PSA - ODS - cubes correction

    Hello to all,
    I have an issue with incorrect calendar date being captured by BW.
    Here is the analysis:
    We have red request into the invoice cubes because of incorrect calendar date.  It has been found that the process is done via PSA -> ODS -> Cubes
    How will I do the correction?  Kindly specify on whether or not to change the status of the red QM status in the cubes.  Also with the data mart status of ODS and the request of ODS?  What status(has to be changed)? what request has to be deleted?  Thanks.

    Hi, 
    What I did:
    changed QM status to green of the Info Cubes
    deleted the green status of requests in the Info Cubes
    deleted the Data Mart status of ODS
    deleted the request of ODS
    edited manually the data into the PSA
    started the update immediately
    Then....
    I will wait if the request will be updated in ODS?
    Then
    I will check if the delta job from ODS to cube will proceed right?
    Please advise.  Thanks.

  • Data getting duplicated on B2B

    We are having a strnage issue of data getting duplicated on B2B, when a inbound transaction is received by TP for 2 of the Vendors we are seeing that the data is getting duplicated but the same Document Defination is being used by a 3rd trading partner too, but for that 3rd partner we are not seeing any duplicate, also for rest of the 2 Trading partners duplicate happen for couple of days and strangley one day their will be no duplicates. I have verified the WEb logs there is no duplicate entries at Web tier, so data being sent twice by TP is ruled out, Any inputs on the issue will be really helpful. I have SEV 1 SR open for the issue even oracle and working with them on the same.

    Can you provide few more details -
    1. Exact version and patch level of your B2B?
    2. When you say duplicate then does it mean that you are seeing two business message report for same message or You see only one report at B2B and middleware is receiving the message twice?
    3. Which document and exchange protocols are you using?
    There were few known bugs related to duplicate message appearance so it's good that you have logged a SR in parallel with support. You might be hitting one of the known bugs. Can you also let me know the SR number please?
    Regards,
    Anuj

  • What is data being Skewed in a TABLE COLUMN in Oracle

    Hi All,
    I am going through numerous articles in Oracle to understand Cardinality,selectivity,histograms and Data being skewed to understand the characterstics of Oracle Optimizer.I have a hard time understanding the concept of data being skewed for a column in a table in Oracle.I need your help in understanding it.
    Thanks,
    Rav.

    >
    With out understanding the proper meaning of Skewness I assumed that a col data is skewed if the NDV of the col is high.
    Your previoius statement raised this question now
    Is there a corelation between number of distinct values in the column and the Skewness of a column?
    >
    See this Oracle white paper on Understanding Optimizer Statistics
    http://www.oracle.com/technetwork/database/focus-areas/bi-datawarehousing/twp-optimizer-stats-concepts-110711-1354477.pdf
    The section on Table and Column Statistics on page 2 has information that will clear this up
    >
    For example, if a table has 100 records, and the table access evaluates an equality predicate on a column that has 10 distinct values, then the Optimizer, assuming uniform data distribution, estimates the cardinality to be the number of rows in the table divided by the number of distinct values for the column or 100/10 = 10.
    Histograms tell the Optimizer about the distribution of data within a column. By default (without a histogram), the Optimizer assumes a uniform distribution of rows across the distinct values in a column. As described above, the Optimizer calculates the cardinality for an equality predicate by dividing the total number of rows in the table by the number of distinct values in the column used in the equality predicate. If the data distribution in that column is not uniform (i.e., a data skew) then the cardinality estimate will be incorrect. In order to accurately reflect a non-uniform data distribution, a histogram is required on the column. The presence of a histogram changes the formula used by the Optimizer to estimate the cardinality, and allows it to generate a more accurate execution plan.
    >
    Did you notice the phrase 'if the data distribution in that column is not uniform (i.e. a data skew)'?
    The NDV doesn't matter. It is the relative magnitude of each distinct value that determines the skew.
    SB's example of gender, male or female, is not skewed if the number of 'males' is approximately equal to the number of 'females'.
    But if the number of one of them, 'male' for example, is substantially larger than the number of the other then the data is skewed.
    Assume a table has 1 million rows. If only one row is 'male' it makes sense to use an index to find it. But it wouldn't make sense to use that index if you were looking for 'female' since all rows but one are 'female'.
    But because the NDV is two and there are 1 million rows then without a histogram Oracle would assume a uniform distribution and the query 'WHERE GENDER = 'male' would use a full table scan instead of the index.

  • Downloaded Employee from R/3 is being duplicated in CRM

    Hello group….
    We daily run a job that download the Employee (from HR master record) from R/3 to CRM. This job executes the program: RDBMIDOC.
    Several Employees are being duplicating when downloaded in CRM.
    Meaning: is being generated in CRM 2 or more BP for the same employee.
    In CRM generates one BP with a Personal Number value (field: PERNR). And the duplication generates a BP with Personal Number value = BLANK.
    Does anyone has an idea or heard about this issue?
    Many Thanks,
    Barbara

    Hi Barbara,
    Though your problem is EMPLOYEE Table specific.I'd like to share one solution from the SALES point of view.
    You can check your setting for upload to R/3 - table smofparsfa - parameter r3a_sales - pricing type.
    If you need further in fo about CRM and Data Quality you could refer to this link:
    [http://www.absoft.co.uk/absoft/web/site/NewsEvents/newsarchive/News-Is1-Vol5-MTI.asp]
    Regards,
    Krutarth

  • Podcasts being duplicated on my iPhone

    Recently, iTunes has started duplicating podcasts on my iPhone 3GS. I will have multiple episodes of a particular podcast in iTunes on my PC, and each time I sync, iTunes creates another copy of certain episodes on my phone. Not all episodes, only a few. And I see no pattern to it. I can resolve the issue short term by unchecking the Sync Podcasts box on my iPhone, Applying that, then rechecking it and applying again. After that, the iPhone will be correct. But the next time I sync, it will again duplicate some episodes of some podcasts - and always the same ones.
    I've tried deleting and re-downloading the episodes that are being duplicated, and the same thing still happens. And of course I've tried rebooting the iPhone several times.
    This just started within the past couple weeks, so it could be something in iOS 5.1, or in iTunes 10.6, which both also came along roughly during that time frame.
    Is anyone else seeing this?

    I have the same problem with all of my email accounts on my iphone 4S. But it's not the phone, it's something to do with iCloud. I hope someone can answer this question because it's really annoying. I've already removed one of my accounts from the iphone and look online. I'm considering doing the same with my other email addresses.

  • Dialog programming, data being washed out in TAB Control

    Hi,
         i am working on dialog programming , in which i am using Table Control  for user input (data is not coming from database table) . everything is going well till assignment of data to internal table but when
    control goes to PBO by any means like pressing ENTER etc. then data being washed out.
    PROCESS BEFORE OUTPUT.
      MODULE TC_CONTROL.
      LOOP AT it_data
             INTO wa_data
             WITH CONTROL tc_control
             CURSOR tc_control-current_line.
        MODULE tc_control_get_lines.
      ENDLOOP.
    PROCESS AFTER INPUT.
    LOOP AT IT_DATA.
        CHAIN.
          FIELD WA_DATA-FREPS_N.
          FIELD wa_data-TOEPS_N.
          FIELD wa_data-PRCH_A.
          FIELD wa_data-SRVC_AMT .
          FIELD wa_data-ACCNT_C.
          FIELD wa_data-AMT_D.
          FIELD wa_data-NARR_X.
          FIELD wa_data-CRPRD_N.
          MODULE tc_control_modify ON CHAIN-REQUEST.
        ENDCHAIN.
      ENDLOOP.
    *Abap program
    MODULE TC_CONTROL OUTPUT.
    DESCRIBE TABLE it_data LINES tc_control-lines.
    ENDMODULE.                 " TC_CONTROL  OUTPUT
    CONTROLS: TC_CONTROL TYPE TABLEVIEW USING SCREEN 1000,
              TC_CONTROL1 TYPE TABLEVIEW USING SCREEN 1000.
    DATA:     G_TC_CONTROLS_LINES  LIKE SY-LOOPC,
              G_TC_CONTROLS_LINES1  LIKE SY-LOOPC.
    *&      Module  tc_control_get_lines  OUTPUT
          text
    MODULE tc_control_get_lines OUTPUT.
    g_tc_controls_lines = sy-loopc.
    move-corresponding it_data to wa_data.
    ENDMODULE.                 " tc_control_get_lines  OUTPUT
    MODULE tc_control_modify INPUT.
    move-corresponding wa_data to it_data.
    MODIFY it_data
        FROM wa_data
        INDEX tc_control-current_line.
    append it_data.
    clear it_data.
    ENDMODULE.                 " tc_control_modify  INPUT
    Please suggest me any clue.
    Thanks in advance
    vijay dwivedi

    Hi ,
    I have understood the problem.
    In your ABAP code replace all the occurrrences of wa_data  with the structurename.
    Use the TABLES keyword to declare the structure .That structure will be same as
    reference table of the table control .
    Here the structure is SPFLI.
    Check the bellow code , it will resolve the issue.
    ABAP code - -
    program  zsdn.
    tables spfli.  " Declare the structure
    data : it_data like table of spfli with header line,
    *wa_data TYPE spfli,  " commented
    w_i type i.
    *CONTROLS TC_CONTROL TYPE TABLEVIEW USING SCREEN 100.
    controls: tc_control type tableview using screen 1000,
    tc_control1 type tableview using screen 1000.
    data: g_tc_controls_lines like sy-loopc,
    g_tc_controls_lines1 like sy-loopc.
    module tc_control output.
      describe table it_data lines tc_control-lines.
    endmodule. " TC_CONTROL OUTPUT
    module tc_control_get_lines output.
      g_tc_controls_lines = sy-loopc.
      move-corresponding it_data to spfli.
    endmodule. " tc_control_get_lines OUTPUT
    module tc_control_modify input.
      move-corresponding spfli to it_data.
      modify it_data
      from spfli
      index tc_control-current_line.
      append it_data.
      clear it_data.
    endmodule. " tc_control_modify INPUT
    module status_0100 output.
      set pf-status 'STAT'.
    *  SET TITLEBAR 'xxx'.
    endmodule.                 " STATUS_0100  OUTPUT
    module user_command_0100 input.
      case sy-ucomm.
        when 'BACK' or 'EXIT' or 'CANCEL'.
          leave to screen 0.
      endcase.
    endmodule.                 " USER_COMMAND_0100  INPUT
    *&      Module  POPLATE_TABLE  OUTPUT
    *       text
    module poplate_table output.
      if it_data is initial.
        select * from spfli into table it_data.
      endif.
    endmodule.                 " POPLATE_TABLE  OUTPUT
    Screen code (Scr no 1000) - -
    PROCESS BEFORE OUTPUT.
      MODULE status_0100.
      MODULE poplate_table.
      MODULE tc_control.
      LOOP AT it_data WITH CONTROL tc_control CURSOR w_i.
        MODULE tc_control_get_lines.
      ENDLOOP.
    PROCESS AFTER INPUT.
      MODULE user_command_0100.
      LOOP AT it_data.
        MODULE tc_control_modify ON CHAIN-REQUEST.
    *    ENDCHAIN.
      ENDLOOP.
    Regards
    Pinaki

  • Site Web Analytics - no usage data being generated

    Hello all:
    I have a SharePoint Foundation 2013 farm with 2 WFE - 1 Search Server and 1 DB server.  Search Service Application has been configured and functioning properly.  Usage and health Data Service Application has been created and started.  Usage
    data collection is enabled and the "Analytics Usage" check box is checked.  Usage Data Import and Usage Data Processing timer jobs are scheduled and run successfully.
    But, I still get the following error when I go to the Site Web Analytics "A web analytics report is not available for this site. Usage processing may be disabled on this server or the
    usage data for this site has not been processed yet."
    After doing some research, some folks have suggested the following which has to do with manually enabling the receivers via powershell - which I have done but still no report and same error. 
    http://geekswithblogs.net/bjackett/archive/2013/08/26/powershell-script-to-workaround-no-data-in-sharepoint-2013-usage.aspx
    Other Internet searches indicate that Web Analytics Reports is no longer available in SharePoint Foundation 2013:
    http://blogs.msdn.com/b/chandru/archive/2013/08/31/sharepoint-2013-web-analytics-report-where-is-it.aspx
    http://sharepoint.stackexchange.com/questions/63099/where-is-the-web-analytics-service-in-sharepoint-2013
    There is also a TechNet question which indicate that "Microsoft Support confirmed me there's a bug in SharePoint Foundation 2013 in the Database that's going to be fixed in the June or August CU"
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/5372109c-8a6e-4d31-aa34-13b6cbde52cf/sharepoint-foundation-2013-web-analytics?forum=sharepointgeneral
    But, there is no resolution if this bug has been addressed or not.
    Therefore, I would really like to know what the deal is with this issue.  At the moment, I do not see any usage data being generated on any of the SharePoint Foundation servers in the farm.
    Please advise.
    Thank you,
    Rumi

    Hi Rumi,
    Find a same issue internaly which says that the links Site Web Analytics is no longer valid in SharePoint 2013 Foundation due to the changes in analytics service application architecture, so you may need the SharPoint enterprise edition for using
    this feature. 
    Symptom
    - Recently, we upgraded to SharePoint Foundation 2013 from WSS 3.0. In SharePoint Foundation 2013 sites, we see the option to click on Site Web Analytics reports but when we click on it, we get an error.
    - Clicking on Site Web Analytics reports from Site Settings \ Site Actions produces the error: “A web analytics report is not available for this site. Usage processing may be disabled on this server or the usage data for this site has not been processed yet.”
    - We have ensured we have logging enabled (multiple categories)
    - Example Site: http://sharepoint2/sites/IT/Projects/SAP/_layouts/15/usageDetails.aspx
    Cause
    By Design
    1) The links in Site Settings from a site collection are no longer valid in SharePoint 2013 (due to change in Analytics Service application architecture changes...part of Search Service now)
    2) SharePoint Foundation 2013 does not support Usage Reporting Analytics
    Resolution
    o Purchase a license for SharePoint Server 2013 Enterprise, and build out a farm for it (the Foundation SKU cannot be upgraded in-place to Server).
    o Once built up, you could copy your databases over and attach them to the Server farm and do your cutover.
    o Going forward from there, you would be able to have access to the Usage reports.
    Also as you have found that msdn blog with the explenation that it is not available in SPF 2013.
    http://blogs.msdn.com/b/chandru/archive/2013/08/31/sharepoint-2013-web-analytics-report-where-is-it.aspx
    http://technet.microsoft.com/en-us/library/jj819267.aspx#bkmk_FeaturesOnPremise
    Thanks,
    Daniel Yang
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected].
    Daniel Yang
    TechNet Community Support

  • Can anyone help me in iphone mobile, i had lost my data in phone, because i restore my phone without backup, how can i get my old data, i lost my photos and videos... help me

    can anyone help me in iphone mobile, i had lost my data in phone, because i restore my phone without backup, how can i get my old data, i lost my photos and videos... help me

    Sorry Raj,
    If you did not back up your information, and you have now restored your phone, then your information is not recoverable.
    Sorry,
    GB

  • HT1212 My ipod is disabled and the message requests to try again in 223004 minutes.  I think it might have something to do with the date being set wrong before it went into disabled mode.  Can you assist in enabling.

    My ipod is disabled and the message requests to try again in 223004 minutes.  I think it might have something to do with the date being set wrong before it went into disabled mode.  Can you assist in enabling.

    You'll need to connect it to the iTunes library you normally sync it with and restore it.  If iTunes asks you for this passcode before it will let you proceed, connect the iPod to iTunes in recovery mode instead using the instructions in this Apple support document.
    iOS: Unable to update or restore
    B-rock

  • How to delimited text file data being downloaded in Application server

    Hi All,
    How to delimited or having a tab between each fields in the data being downloaded to  Application server. Please provide an example of code or how i should make changes to my below coding. Thanks.
    eg. the out file in application server.
    Field1#Field2#Field3
    what I currently get was as below:-
    Field1Field2Field3
    My coding:
    FORM download_outfile.
      DATA : xfer(400).
      IF rb_locl EQ 'X'.
        DESCRIBE TABLE itab LINES sy-tfill.
        IF sy-tfill GT 0.
          CALL FUNCTION 'WS_DOWNLOAD'
               EXPORTING
                    filename            = p_file
                    filetype            = 'DAT'
               TABLES
                    data_tab            = itab
               EXCEPTIONS
                    file_open_error     = 1
                    file_write_error    = 2
                    invalid_filesize    = 3
                    invalid_table_width = 4
                    invalid_type        = 5
                    no_batch            = 6
                    unknown_error       = 7
                    OTHERS              = 8.
          IF sy-subrc EQ 0.
            WRITE : / 'download done’.
          ELSE.
            WRITE : / '4)Error occured'.
          ENDIF.
        ENDIF.
      ELSE.
        OPEN DATASET p_file FOR OUTPUT IN TEXT MODE.
        DATA : l_subrc LIKE sy-subrc.
        LOOP AT itab.
          MOVE itab TO xfer.
          TRANSFER xfer TO p_file.
          IF sy-subrc NE 0.
            l_subrc = sy-subrc.
          ENDIF.
        ENDLOOP.
        IF l_subrc EQ 0.
          WRITE :/ 'download done’.
        ELSE.
          WRITE :/ 'error occurred’.
        ENDIF.
        CLOSE DATASET p_file.
      ENDIF.
    ENDFORM

    Hi,
    Please check this sample codes.
    OPEN DATASET P_DOWN FOR OUTPUT IN TEXT MODE. " P_DOWN is the file to download
      IF SY-SUBRC = 0.
        CLEAR V_STRING.
    *-- Download to the file
        LOOP AT IT_DOWN.
          CONCATENATE IT_DOWN-DISTTYPE
                      IT_DOWN-O_CITY
                      IT_DOWN-O_REGIO
                      IT_DOWN-O_PSTLZ
                      IT_DOWN-O_CTRY
                      IT_DOWN-D_CITY
                      IT_DOWN-D_REGIO
                      IT_DOWN-D_PSTLZ
                      IT_DOWN-D_CTRY
                      IT_DOWN-DISTANCE
                 INTO V_STRING
                 SEPARATED BY '09'.    " here 09 is the tab delimeter
          TRANSFER V_STRING TO P_DOWN.
          CLEAR V_STRING.
        ENDLOOP. 
    Regards,
    Ferry Lianto

  • Master Data load duplicated records - 0ART_SALES_ATTR

    Hi All,
    I'm trying to load Master Data in the Test System and I'm getting an error that says that There are duplicates of the data record 70114 with the key '10 30 000000000001034170 ' for characteristic 0MAT_SALES .
    This is wrong, no data is duplicated, I already check the PSA and it's fine.
    The dataflow is the 3.5.
    The Infopackage has been set up with Update Initialization with Data Transfer.
    The PSA and the Infoobjects are empty, they have never been loaded.
    The Processing in the Infopackage has been set as PSA and Infoobject (Package by package).
    I can't modify the Infopackage as I am in a Test System.
    Any Idea on how to solve this?

    The problem was that the person who designed the dataflow made a mistake and swapeed two fields.

  • I have an amazing number of duplicates - not photo - but other.  How can I get rid of them?   Virtually all kinds if data is duplicated often 20- to 50 times. The duplicates are bot restricted to any one kind of data.

    I have an amazing number of duplicates - not photo - but other.  How can I get rid of them?   Virtually all kinds if data is duplicated often 20- to 50 times. The duplicates are bot restricted to any one kind of data.

    https://discussions.apple.com/message/25888564#25888564

Maybe you are looking for

  • What is wrong with my audigy 4 p

    <FONT face="verdana, arial, helvetica" size=2>I own a soundblaster audigy 4 for music production (which is enough for what I do in terms of basic quality). I've had various issues over the past, but just lately things have come to a head and I have b

  • How to change the determination of text procedure for campaigns

    Hi all, we want to have different text determination procedures for our different campaign types. I checked the customizing, for the text object CGPL_TEXT there are many text determination procedures possible. However, I was not able to figure out wh

  • Download problems with photoshop elements

    i bought photoshop elements 11 today and it won't download. I want my money back if it can't be done tonight as I am on a photo course

  • Order Attachment

    Hi All, I have to accomplish a task where I need to do attachment as file like you attach file with your mail. The Attacment will be coming from another system, before this all of the orders from other system are coming via BizTalk as XML, We are ins

  • My Homepage opens in Japanese. How do I change it to open in English?

    This is my reply to the-edmiester's answer https://support.mozilla.com/en-US/forum/1/724605#threadId724733 . Post a Reply would not work. My reply: Thanks but does not solve problem. 873 is to change to another country (language) homepage. I have the