Selection multiple question table advanced on the OFA page

Hello

I have a table edge on the OA Page. This advanced table, I had added the action of multi selection table.
For multiple selection, I have attached an Instance of the view and an attribute of the view.

There are text entry field in the advanced table. If the user makes changes to it, a 'updateDate' event fires.
Co:
{if (Event.Equals ("updateDate"))}
System.out.println ("A");
String rowReference =
pageContext.getParameter (OAWebBeanConstants.EVENT_SOURCE_ROW_REFERENCE);

[Serializable] param = {rowReference};

am.invokeMethod ("DetailsCheckBox", param);
}

Am:
public void DetailsCheckBox (String rowReference) {}
System.out.println ("B");
line oracle.jbo.Row = findRowByRef (rowReference);


Ivo DetailsVOImpl =
FindViewObject ("DetailsVO1") (DetailsVOImpl);

String chkbox = (String) row.getAttribute ("Multiselect");
System.out.println ("multiselect original:" + chkbox);
If ((chkbox == null) |) (chkbox.equals ("N"))) {
ivo.setCurrentRow (row);
row.setAttribute ("Multiselect", "Y");
String chkbox1 = (String) row.getAttribute ("Multiselect");

System.out.println ("multiple selection:" + chkbox1);
Ivo.Reset ();
}

}

The problem is that if there are 5 lines are displayed in the advanced table and changes to one of the first 4 rows, the box gets checked on the page but if I make the changes to the last row, the box is not checked on the page, even if the statement String chkbox1 = (String) row.getAttribute ("Multiselect"); Returns 'Y' AM.

Help, please. Its urgency.

Hello

We use the following pseudocode of the AOS.

VO. Reset()
While (vo.hasNext ())
{
your code
}

This will solve your problem.

Thank you
Kumar

Tags: Oracle Applications

Similar Questions

  • Clear fields on the master page when fluid table goes to the second page

    Good then this is quite annoying, because I have no idea why this is happening.  In my form, I have 5 text fields that users are required to conclude the data personal (name, address, city, State and zip).  These 5 areas are on the master page 1.  I also have a master page 2, which was designed strictly for the flow on the text for a table of expenditure.  The expenditure table drains properly and I have no problems with the calculations but I noticed today that when the expenditure table throw on the second page, the data that the user entered in the 5 text fields clear when the table runs.

    Is this something I need to write code that said once the user leaves the field lock.  This does not seem as if it were necessary, given that many users who also make the fluid fields.

    I'm stumped, any help would be great.

    Thank you

    Hello

    Make sure that the binding for the five fields on the Master Page are set to Global (see object > range of liaison, when objects are selected).

    Hope that helps,

    Niall

  • use javascript advanced action to advance to the next page of parent window?

    Hello

    I'm looking using Captivate quiz in some provided training based on html. I have this type of structure:

    Page html with a conceptual content.

    Html b. with a conceptual content page

    Page c. html which displays a Captivate quiz question

    Html d. with a conceptual content page

    When the user finishes the test successfully at point C, I want to automatically advance to the next page of the html (D).  I'm assuming I could use a tip action in the Quiz properties. In other words, 'the success = Execute advanced Actions', then to run our javascript gotoNextPage() function.  But it does not work. Is there a trick to do something like that?

    Thank you!

    If you test this output on your computer, try to upload to a web server and test from there.

    I find a lot of actions executed in Captivate JavaScript works only when the content is served from a Web server.

  • Problem with PPR in a table advanced with the insertion of several lines in create the page using 'add a new button '.

    Hello experts,

    I created a page that contains an array of advanced, 6-7fields (including a poplist column)

    Whenever I have add a new using the line add new line button, I get a null pointer exception.

    Code in Scenario1.


    Public Sub handleCurrencyChangeEvent()

    {

    PVO OAViewObject = (OAViewObject) findViewObject ("xxCurrencyPVO1");

    Line OARow = (OARow) pvo.first ();

    OAViewObject dtlVO = (OAViewObject) findViewObject ("xxEcreditCardDtlVO1");

    OARow dtlRow = (OARow) dtlVO.getCurrentRow ();

    String currency = (String) dtlRow.getAttribute ("CurrencyCode");    / / NULL POINTER EXCEPTION

    If ((currency == null) |) ("AED".equals (currency)))

    {

    row.setAttribute ("ExchangeRateTypeRender", Boolean.FALSE);

    row.setAttribute ("ExchangeRateDateRender", Boolean.FALSE);

    row.setAttribute ("ExchangeRateRender", Boolean.FALSE);

    }

    on the other

    {

    row.setAttribute ("ExchangeRateTypeRender", Boolean.TRUE);

    row.setAttribute ("ExchangeRateDateRender", Boolean.TRUE);

    row.setAttribute ("ExchangeRateRender", Boolean.TRUE);

    }

    }

    Public Sub initPVO()

    {

    OAViewObject appPropsVO = (OAViewObject) findViewObject ("xxCurrencyPVO1");

    If (appPropsVO! = null)

    {

    If (appPropsVO.getFetchedRowCount () == 0)

    {

    appPropsVO.setMaxFetchSize (0);

    appPropsVO.executeQuery ();

    appPropsVO.insertRow (appPropsVO.createRow ());

    Line OARow = (OARow) appPropsVO.first ();

    row.setAttribute ("RowKey", new Number (1));

    }

    }

    handleCurrencyChangeEvent();    / / If I comment on this call, there will be no null pointer when I click on the button Add a new rank and PPR will not be the first line when I select the poplist.                 

    }

    Public Sub createDetailRow()

    {

    String hdrId;

    OAViewObject hdrvo1 = (OAViewObject) getxxEcreditCardHdrVO1 ();

    OAViewObject dtlvo = (OAViewObject) getxxEcreditCardDtlVO1 ();

    Initialize and create a line of VO

    If (! dtlvo.isPreparedForExecution ())

    {

    dtlvo.setMaxFetchSize (0);

    dtlvo.executeQuery ();

    }

    Line dtlrow = dtlvo.createRow ();

    dtlvo.executeQuery ();

    int count = dtlvo.getRowCount ();

    dtlvo.insertRowAtRangeIndex (count, dtlrow);

    Development of the sequence for the number of request *.

    Number of dtlseq = getOADBTransaction () .getSequenceValue ("xxdm. XXDMI_ECREDIT_CARD_DTL_SEQ");

    hdrId = hdrvo1.getCurrentRow ().getAttribute("CreditCardHdrId").toString (); mind vo

    dtlrow.setAttribute ("CreditCardHdrId", hdrId);

    dtlrow.setAttribute ("CreditCardLineId", dtlseq);

    dtlrow.setAttribute ("LineNumber", count + 1);

    End of sequence generation *.

    dtlrow.setAttribute ("CurrencyCode", "AED");

    String currency = (String) dtlrow.getAttribute ("CurrencyCode");

    System.out.println ("CurrencyCode:" + currency);

    dtlrow.setNewRowState (Row.STATUS_INITIALIZED);

    } / / end createDetailRow()

    ' Public Sub processFormRequest (pageContext OAPageContext, OAWebBean webBean)

    {

    super.processFormRequest (pageContext, webBean);

    OAApplicationModule am = pageContext.getApplicationModule (webBean);

    Event string = pageContext.getParameter (OAWebBeanConstants.EVENT_PARAM);

    * Treatment add line button *.

    If ((ADD_ROWS_EVENT. Equals (Event)) & & "AdvTblRN".equals (pageContext.getParameter ("source"))) ".

    {

    am.invokeMethod ("createDetailRow", null);

    am.invokeMethod ("initPVO");

    } //**End add row button *.

    otherwise if

    ("currCodeChangeEvent".equals (pageContext.getParameter (OAWebBeanConstants.EVENT_PARAM)))

    {

    am.invokeMethod ("handleCurrencyChangeEvent");

    }

    ===========================================================================================================================

    Could please help what is wrong in the code, I followed all the steps as stated in the guide, but the table advance, the problem starts whenever I click on the button Add a new row for the creation of new line.

    I couldn't understand what was wrong with the code.

    Thanks in advance,

    Suman

    Suman,

    A few points:

    1. Why do you call handleCurrencyChangeEvent in the event to add a line? Simply set the useful, likely of the values in the line it himself.

    ex:-instead of calling the handleCurrenyChange method, simply add the below lines inside the createDetailRow()

    dtlrow.setAttribute ("ExchangeRateTypeRender", Boolean.FALSE);

    dtlrow.setAttribute ("ExchangeRateDateRender", Boolean.FALSE);

    dtlrow.setAttribute ("ExchangeRateRender", Boolean.FALSE);

    2. it looks like you have on the field of the currency and that fireAction handleCurrencyChangeEvent action method is called, right?

    Instead of using dtlVo.getCurrentRow, use the code below:

    public void handleCurrencyChangeEvent(String eventRowSourceParam)
      {
      OAViewObject pvo = (OAViewObject)findViewObject("xxCurrencyPVO1");
      OARow row = (OARow)pvo.first();
    
      OAViewObject dtlVO = (OAViewObject)findViewObject("xxEcreditCardDtlVO1");
    
      //OARow dtlRow = (OARow)dtlVO.getCurrentRow();
      OARow dtlRow = (OARow)this.findRowByRef(eventRowSourceParam);
    
      String  currency = (String)dtlRow.getAttribute("CurrencyCode");    // NULL POINTER EXCEPTION
    
      if ((currency == null) || ("AED".equals(currency)))
      {
      row.setAttribute("ExchangeRateTypeRender", Boolean.FALSE);
      row.setAttribute("ExchangeRateDateRender", Boolean.FALSE);
      row.setAttribute("ExchangeRateRender", Boolean.FALSE);
      }
      else
      {
      row.setAttribute("ExchangeRateTypeRender", Boolean.TRUE);
      row.setAttribute("ExchangeRateDateRender", Boolean.TRUE);
      row.setAttribute("ExchangeRateRender", Boolean.TRUE);
      }
      }
    

    In the controller:

    if((ADD_ROWS_EVENT.equals(event)) && "AdvTblRN".equals(pageContext.getParameter("source")) )
    {
      am.invokeMethod("createDetailRow",null);
      am.invokeMethod("initPVO");
    } //**End Add Row Button**
    else if ("currCodeChangeEvent".equals(pageContext.getParameter(OAWebBeanConstants.EVENT_PARAM)))
    {
      String eventRowSourceParam = pageContext.getParameter(EVENT_SOURCE_ROW_REFERENCE);
      Serializable[] params = {eventRowSourceParam};
        Class[] paramTypes    = {String.class};
      am.invokeMethod("handleCurrencyChangeEvent",params, paramTypes);
    }
    

    3. Why do you call initPVO when it is clicked on the Add line? Are you calling not just in the PR?

    You could call it once in the PR and let. When you call it PR, you may need to remove the handleCurrencyChangeEvent of this method call.

    See you soon

    AJ

  • Make the required column in table advanced of the OPS

    Hi all

    I have an obligation to make the column as required in table advanced BWC (worker buyer Center).

    Navigation: Purchase of super user-> Work Center buyer-> orders-> create a Standard command-> click the tab lines

    Please find the screen shot for your reference below

    Purchase_Order_Screen.PNG

    Void tab lines, five lines created automatically in advanced table and I made the need-by / Start Date is required by using customizations.

    I saw the line and submit button launches the error message ' form Validation failures: a value must be entered for 'need a day'. "

    Purchase_Order_Screen1.PNG

    Requirements of companies is required the need - by / column Start Date and the user trying to enter the line instead of 5 lines and when click on submit/save button without having to throw the error. Please let me know how to make and share sample code.

    Page path: / oracle/apps/po/document/order/webui/OrderPG

    Kind regards

    Vincent

    {public processFormRequest (pageContext OAPageContext, OAWebBean webBean) Sub

    pageContext.writeDiagnostics (this, "XxBEFOrderCO PFR start:", 1);

    OAApplicationModule am = pageContext.getApplicationModule (webBean);

    DocumentAMImpl documentamimpl = (DocumentAMImpl) pageContext.getRootApplicationModule ();

    String submitButton = pageContext.getParameter ("SubmitButton");

    String SaveButton = pageContext.getParameter ("SaveButton");

    String strPoMode = pageContext.getParameter ("poMode");

    String strEventParam = pageContext.getParameter (OAWebBeanConstants.EVENT_PARAM);

    String strRowRef = pageContext.getParameter (OAWebBeanConstants.EVENT_SOURCE_ROW_REFERENCE);

    Dim description As String = null;

    Day needbydate = null;

    String str2 = (String) pageContext.getTransactionValue ("DOCUMENT_MODE");

    PoLinesMergeVOImpl PoLinesMergeVO = documentamimpl.getPoLinesMergeVO ();

    Line PoLinesMergeVORowImpl = null;

    If (SaveButton! = null | submitButton! = null) {}

    pageContext.writeDiagnostics (this, "inside the if condition in the PFR:", 1);

    int pcLineRowCount = PoLinesMergeVO.getRowCount ();

    RowSetIterator rowSetIterator = null;

    try {}

    rowSetIterator = PoLinesMergeVO.createRowSetIterator ("PcLineIterator");

    If (pcLineRowCount > 0) {}

    rowSetIterator.setRangeStart (0);

    rowSetIterator.setRangeSize (pcLineRowCount);

    for (int i = 0; i)< pclinerowcount;="" i++)="">

    pageContext.writeDiagnostics (this, "inside the LOOP:", 1);

    line = (PoLinesMergeVORowImpl) rowSetIterator.getRowAtRangeIndex (i);

    Description = row.getItemDescription ();

    needbydate = row.getNeedByDate ();

    If (description! = null & needbydate == null) {}

    throw new OAException ("Please enter the Needby/Startdate", OAException.ERROR);

    }

    }

    rowSetIterator.closeRowSetIterator ();

    }

    rowSetIterator.closeRowSetIterator ();

    {/ *} catch (Exception exception) {}

    exception.printStackTrace ();

    }*/

    }

    super.processFormRequest (pageContext, webBean);

    }

    The above code is correct. This code can useful to others on the OrderPG in 12.2.4 version.

  • Control the OFA page scrolling

    Hello

    In the OAF page, we have developed, when you click button SAVE to save the data, the screen is up i.e. that it scrolls automatically to the top of the page when save the ends of the event.

    There are also same thing when we click the button 'Add to the GRID' in a table that has multiple choice.

    Let me know if there is a way by which we can manage this problem and focus on the part of the page desired.

    Thanks in advance
    Saurabh

    test fire partial action instead of full submit.

    Prasanna-

  • Question: CP9: color of the web page outside of the project area.

    CP9, HTML5, output only.

    Hello

    Question: How can I change the color of the web page outside of the project area?

    I want that my projects in 100% white as in example 1.

    I tried changing all kinds of options on the slide master and made sure that both projects have the same settings, but I still get a gray color as in example 2.

    (If the solution is to edit the index.html file or any other file I'm happy about it).

    Any help will be much appreciated.

    Thank you

    Peter.

    Example 1

    This project page is 100% white.

    border01.png

    Example 2

    This is another project, but the page outside of the project area is a very pale gray.

    border02.png

    Hi Peter,.

    You can change the color of the HTML box around the Captivate project from:

    1. in the menu bar, click themes and select the skin editor.

    2. in the skin Editor window, open the borders page (second means of icon on the left, under the name of skin).

    3. in the theme section, specify the background color of the HTML.

    This solves your question?

  • Cannot reset af:table paging to the first page

    Hi all

    I use JDevelopper 11.1.1.7.0.

    I enabled paging on my af:table displayed in a jsff. Then I added on my jsff to choose page size after the post of Andrejus (Andrejus Baranovskis Blog: how to control ADF Table Pagination on TIME and Do Case Insensitive search).

    My problem is that whenever I have access to the web page, the page of the selected table from the previous session remembers... I would like to see the table page set to 1 whenever I get to the taskflow containing this jsff.

    I tried this method: Browse by program on the following page: paging enabled on af:table

    but it does not work in my case, because I want to reset the paging before the jsff appears so the richeTableau does not yet exist.

    is there not a way to reset pagination while playing with the iterator binding or the RowSetIterator?

    Thanks a lot for your help!

    Doug

    In my case, the problem was that no matter what page I want to programmatically set, it would be crushed by the value from the MDS...

    Because I don't want the page number to be persisted, I simply added the following on my af:table attribute

    dontPersist = «first»

  • Filtering of the VO of the Table before starting the display Page

    Hello

    Similar question was asked here: https://forums.oracle.com/message/10650574 but has no solution for it.

    I created a Bean managed for the Page that also contains the method to filter the VO. I had a taskflow with MethodCall component that calls the component view, where I display the region to the user.

    Using the method call I call the method to filter the VO of the bean managed, but I returned with the Exception that it can not find the VO. It seems that the managed Bean instance is again created between the method call activity and the activity of the view. Of course now I can access VO without exception. So, I certainly can filter the table in the constructor of Bean managed (under certain conditions).

    Is there another way to filter the table before loading the page or access the VO?

    Thank you

    The user, which jdev Version you're using?

    You must use a call to method activity in a stubborn workflow marked as default activity. You can map your bean method and create a Def page for the method to give access to the link layer. Don't try to run something in the constructor of your bean. You can't access the link layer here as the context of the adf is not initialized.

    Timo

  • Calls to procedures of database with IN/OUT params in the OFA Page

    Hello

    I have the following requirement, can anyone suggest as the best approach please.

    I have a contract with header page and the rows that will be stored in the custom tables.

    User needs features to copy, which will provide a copy of the current record with the new record (similar to copy the functionality of the simultaneous program).


    As soon as the user presses the copy function, it must call my backend pricedure copy_contract (p_old_contract_no in NUM
    p_new_contract_no OUT number
    p_ret_code OUT number
    p_err_msg OUT VARCHAR
    )

    Once it returns RETCODE contains 0, and p_err_msg is null, then I need open another page that displays p_new_contract_no.


    If one has done similar req. Please share the code.

    Thank you
    Mahesh

    Mahesh

    You can use Oracle callable statement to call the procedure of the OFA database. Please find the link to describe which

    http://oracleanil.blogspot.com/2009/04/itemqueryvoxml.html

    Thank you
    AJ

  • HTTPS Post does not work in the OFA Page

    Hi all

    I created a Page of the OFA, by clicking on button I do next.

    //--------------------------------------------------------
    private static String contactService(String xmlInputString) throws Exception {}
    String outputStr = null;
    OutputStream outputStream = null;
    try {}

    URL url = new URL ("https://wwwcie.ups.com/ups.app/xml/ShipConfirm");

    HttpURLConnection connection = () (HttpURLConnection) url.openConnection;
    System.out.println ("Customer connection established with" + url.toString ());
    Configure the HTTP POST parameters
    connection.setDoOutput (true);
    connection.setDoInput (true);
    connection.setUseCaches (false);

    outputStream = connection.getOutputStream ();
    outputStream.write (xmlInputString.getBytes ());
    outputStream.flush ();
    outputStream.close ();
    System.out.println ("Http status =" + connection.getResponseCode () + "" + connection.getResponseMessage ());

    outputStr = readURLConnection (connection);
    System.out.println ("Response..." + outputStr);
    } catch (Exception e) {}
    System.out.println ("error sending data to the server..." + e.getMessage ());
    throw e;
    } {Finally
    If (outputStream! = null) {}
    outputStream.close ();
    outputStream = null;
    }
    }
    Return outputStr;
    }

    //----------------------------------------------------
    public static String readURLConnection (URLConnection uc) throws Exception {}
    StringBuffer buffer = new StringBuffer();
    BufferedReader reader = null;
    try {}
    reader = new BufferedReader (new InputStreamReader (uc.getInputStream ()));
    Letter int = 0;
    reader.readLine ();
    While ((letter = reader.read ())! = - 1) {}
    Letter from buffer. Append ((Char));
    }
    Reader.Close ();
    } catch (Exception e) {}
    System.out.println ("could not read from URL:" + try ());
    throw e;
    } {Finally
    If (reader! = null) {}
    Reader.Close ();
    Reader = null;
    }
    }
    Return buffer.toString ();
    }

    Now, when I run this JDEVELOPER local it works fine, but when when depolyed on the server, then when I click the button then page gets hanged and it does nothing.
    Is there any setting I should do in APPS environment. or anyone had done the same. any help will be appreciated.

    Thank you
    Vijay chraibi

    Hello

    If your code works fine in JDev and it does not work on the instance, then you can trigger SR with Oracle for Ptoduct JDeveloper.

    Kind regards
    Out Sharma

  • 5th element of the table disappears after the new page load

    Hello

    In a page, I set the following...

    <! - set up color site map - >
    < cfset session.colors = ArrayNew (1) >
    < cfset session.colors = [1] #get_club.color1 # >
    < cfset session.colors = [2] #get_club.color2 # >
    < cfset session.colors = [3] #get_club.color3 # >
    < cfset session.colors = [4] #get_club.color4 # >
    < cfset session.colors = [5] #get_club.title_color # >

    In the page in which these session variables are defined, all are accessible. When I load a new page, items 1 to 4 are available, but the 5th is destroyed.

    < cfdump var = "#session #" > show all 5 items in the page that creates the variables, but < cfdump var = "#session #" > on the second page shows only 4 elements in the table.

    Why this might be happening?

    For example...

    Cannot find the element at position 5.

    The error occurred in J:\InetPub\wwwroot\Version3\mainframe.cfm: line 79



    Thank you
    Tanya

    Hey Nate,

    OOP! You are right. They have been developed in one of the pages that has been used in the frameset. I don't know how I missed. I am so embarrassed now :-)

    I was looking so strong at what was wrong with the code that I missed that it be implemented elsewhere...

  • After you apply the hotfix, button Submit seems to be different in the OFA page

    Hi all

    Recently, we have applied a fix to the db in one of our cases of development and we are now able to find the difference, it's originally. The difference is, in the OA Page submit button seems to be a little different.

    Fixing of the screenshot, FYR

    Note: This is instance 11i in which the hotfix is applied (db is 12 c version)

    Kindly share your thoughts

    Thank you

    Valsaint

    Check the solutions mentioned in the links below.

    Button style - OA frame display

    The button resembles html button not like OPS button

    See you soon

    AJ

  • Same question with passage to the next page

    I repeated my problem of not being able to move from one page to another. I tried this on another page with the same result. The page works fine and inserts the work. I changed nothing except to change the behavior of server for that I switch from the current page to another page. The warning that I get is: warning: cannot modify header information - headers already sent by (output started at Users/davidbarrack/Sites/NadolneWeb/CreateDeNovoMessage.php:6) in /Users/davidbarrack/Sites/NadolneWeb/CreateDeNovoMessage.php on line 59

    Any help is appreciated.

    Hi David!

    Thank you for your help. I thought that your name is familiar and of course when I got home I saw your name on my PHP book (immediately, I opened the book to see what is written on 'white spaces'! You will come out a book on PHP with DW CS3? I'm always looking for good information, discuss the balance between the use of DW, compared to out more pure raw capabilities of PHP and MySQL. When stored procedures are available with the PHP model I will certainly use that. What are your thoughts? Thanks again for your time on this forum.

  • Selected line AF:table see, when the color

    Hello

    I put some color on the column of my table with this method:

    public String getConditionalBackgroundColor() {}
    System.out.println ("WW:" + executeValueExpression ("#{rank.")) (OvruLibelle}') + "-" + getBindingAttributeValue ("OvruLibelle"));
    String res = "";
    String color = (String) executeValueExpression ("#{rank.") OvrtColor}");
    If (color is nothing)
    Color = "";
    If (color.equalsIgnoreCase ('green'))
    RES = res + "background-color: lightgreen;" \n » ;
    ElseIf (color.equalsIgnoreCase ("blue"))
    RES = res + "background-color: color lightblue;" \n » ;
    return res;
    }

    But now I don't see when a lines which is colorful, is selected...

    I can't find a solution... I would like the line becomes blue when selected, as before...

    Kind regards
    Julien

    Hello

    I think you want the selected lines to bottom right blue color?

    If Yes, you can override the default property that is given for af | : the table-row data: selected

    AF | : the table-row data: selected af | : given the column-cell, af | : the table-row data: selected af | column: {banded-data-cell
    make-weight: bold;
    color: Blue;
    or
    background-color: blue;
    }

Maybe you are looking for

  • iPhone 7 do not restore from the back to the top

    Cannot restore my iphone 7 more of the back upward. She travels for one hour or more and when he almost finished (1 minute left), he said he "cannot be restored from backup" I tried backup on mac and it says the backup is corrupt, and I could not man

  • How can I activate the location in the browser so that I can look for things nearby?

    I want to look for things of my position, but it keeps telling me that the browser will not allow it and I cannot find the place where to him allow.

  • Digital and analog gain in Script mode

    Hello. 5422 module can change the voltage Vp-p order of 05:54 V. But when I use the property node - digital Gain, after setting the 1.1 V and return to its previous value (V 1.0) occurs the following error: And when generating a signal of amplitude o

  • I'm updating my punkbuster files...

    I'm currently updating my punkbuster files so I can play call of Duty (all for PC), and when I try to save them in the appropriate folder, he invites me to ask permission of the administrator or save it as a document. I tried to save in a document, b

  • Block the screen changed to analog clock clock

    I use either Sony clock or digital on the lock screen.  However, it will be an analog clock for no reason.  Several times already.  Changed clock Digital/Sony, but it goes back to analog clock after a certain time (in days). Everyone else see this be