How to encrypt a value for a specific row in a table?

Hi all

I use jdev11.1.2.4

Please find the below screenshot.

Untitled.png

I have a table as shown above, which comes from the database using the connection. My requirement is when the record name is 'Database password' in the name field, then the password in the value field should be replaced by Star symbols. How to solve this problem using managed bean?

Thanks in advance,

Suresh.

You probably have bean managed at all.

AF:inputText has a 'secret' property so you can probably use something like: secret = ' #{rank. " Name is "Database password"}"

Dario

Tags: Java

Similar Questions

  • Under certain conditions (by program) make MessageCheckBox read-only for the specific rows in a table

    Hello

    I have a table (on a custom page) which includes the columns MessageStyledText and MessageCheckBox column, I want to put the MessageCheckBox to read-only if the value of the column MessageStyledText of the line is "XYZ", could someone give me some advice on how this can be achieved?

    Oracle EBS: 12.1.3

    JDEV: 10.1.3.3.0.3

    Kind regards
    Carl

    Sorting using SPEL (according to https://forums.oracle.com/message/1815932#1815932).

  • using the function - how to use the values of the input variables on the table select statement names

    Hello community, I have a problem when creating a function. The purpose of this function is to check the table of weather gave yesterday or not. We must check this on different tables on different sachems. We are creating a function with input variables.

    CREATE OR REPLACE FUNCTION IN_SCHEMA.IS_YDAYDATA_TO_TABLE

    (

    in_schema IN VARCHAR2,

    in_tablename IN VARCHAR2,

    in_datefield IN VARCHAR2,

    )

    RETURNS INTEGER

    AS

    -Declaring variables

    v_is_true INTEGER.

    BEGIN

    SELECT

    CASE

    WHEN MAX (in_datefield) = TRUNC(SYSDATE-1)

    THEN 1

    ON THE OTHER

    0

    END

    IN

    v_is_true

    Of

    in_schema.in_tablename

    ;

    RETURN v_is_true;

    END;

    /

    When creating, I got error: [error] ORA-00942 (44:19): PL/SQL: ORA-00942: table or view does not exist

    How to use the values of the input variables on the table select statement names?

    Hello

    Here's a way you can use dynamic SQL statements for this task:

    CREATE OR REPLACE FUNCTION IS_YDAYDATA_TO_TABLE

    (

    in_schema IN VARCHAR2,

    in_tablename IN VARCHAR2,

    in_datefield IN VARCHAR2,

    in_first_date DATE DEFAULT SYSDATE - 1,.

    in_last_date DATE by DEFAULT NULL

    )

    RETURNS INTEGER

    AS

    -IS_YDAYDATA_TO_TABLE returns 1 if in_schema.in_tablename.in_datefield

    -contains all the dates in the in_first_date of the range through included in_last_date

    - and it returns 0 if there is no such lines.

    -If in_last_date is omitted, the search only the data on in_first_date.

    -If in_first_date is omitted, it defaults to yesterday.

    -Time parts of the in_first_date and in_last_date are ignored.

    -Declaring variables

    sql_txt VARCHAR2 (1000);

    v_is_true INTEGER.

    BEGIN

    sql_txt: = 'SELECT COUNT (*).

    || 'FROM ' | in_schema | '.' || in_tablename

    || 'WHERE ' | in_datefield | ' > =: d1'

    || «AND» | in_datefield | '< >

    || 'AND ROWNUM = 1';

    dbms_output.put_line (sql_txt |) '= sql_txt in IS_YDAYDATA_TO_TABLE");  -For debugging

    Sql_txt EXECUTE IMMEDIATE

    IN v_is_true

    With the HELP of TRUNC (in_first_date) - d1

    TRUNC (NVL (in_last_date

    in_first_date

    )

    ) + 1                -- d2

    ;

    RETURN v_is_true;

    END is_ydaydata_to_table;

    /

    DISPLAY ERRORS

    If you must use dynamic SQL statements, put all the SQL statement in a single string variable, such as sql_txt in the example above.  In this way, you can easily see exactly what will be executed.  Comment out the call to dbms_output under test is completed.

    Try to write functions that will address not only the question that you have now, but similar questions that you may have in the future.  For example, now that interest you only to the verification of the data of yesterday, but later, you might want to check another day or range of days.  The above function combines the convenience of a function simple (looks like yesterday data if you don't tell him otherwise) with the power of a more complex function (you can use the same function to check any day or range of days).

  • How would you disble modifiable for a particular row in a dataGrid?

    How would you disble modifiable for a particular row in a dataGrid? Looks really hard to do.

    Point to make function made the trick:




    Editable = "{outerDocument.rendererEditable (data .month)} '"
    paddingTop = paddingBottom '0' = '0' / >

    public void rendererEditable(s:String):Boolean {}

    If (s == 'Total') {}
    Returns false;
    }
    Returns true;

    }

  • How to save a chart for a specific length of time

    Dear all,

    I use a sensor of magnetic field on a mine detector. Let's say the minedetector scans the area for 10 sec. I need your help on the following

    (1) how to back up the chart of waveform for the sec ten integer. All I know is that I came across an example where I can save the graph at a specific time as a jpg. But this example is also in a graph. for the chart, I suppose we must change the table in a certain way.

    (2) if I record the magnetic field value obtained in each sample in a table, can I save it as an excel file. How to do that.

    Best regards

    Whenever I am asked to reproduce the data in the chart, I use Excel. In other words, your #2. The cards are widgets floating along on the screen. Once they are gone, they are gone. You can save the chart on jpg whenever the table is full, then follow up later, but why? The data is the data, not the chart.

    To save an Excel spreadsheet, the easiest method is to simply write the data to a text file and have LabVIEW save the file as a *.csv file. This file can be opened directly in Excel and then mapped out.

    The other method would be to have the LabVIEW to record directly to an Excel spreadsheet. There are many examples of this on the forum.

  • How to select the values for each check box in a group of records

    Hello

    I have a requirement in form 10g. In this form there are 10 records are display each record has a checkbox is there if I click on the check box save number one and number three and make some changes in the text field (field adjustment is the number data type) and then finally, I want to see the total a total amount called field.

    In this, my question is how to select specific to a group of records records? and finally these selected records are inserted in a table.
    Because I am not able to read these records at a time.
    Is there any table to define a record group to fetch each of them individually for example Rec [1] Rec [2]... like this if yes please suggest me the steps how to do this.

    Thanks in advance
    Prasanna

    Published by: user10315107 on December 17, 2008 23:44

    OK, so you want to shoe the total amount in the form itself (I guess that somewhere under the dashboard lines?).

    You can do this easily using formulat elements:

    1 create a new item in your block where the field amount is places, set "section of the database" on the 'No', 'calculation mode' to the 'formula' and the 'formula' himself to something like:

    CASE WHEN :BLOCK.CHECKBOXITEM=CHECKVALUE THEN :BLOCK.AMOUNT+:BLOCK.ADJUSTMENT ELSE 0 END;
    

    This formula returns 0 if the checkboxitem is not checked, otherwise the sum of amount and adjustment (of course you can adjust the names of elements and the value for 'Checked')
    2. place the element in the layout, if you wish.
    3. set the property "Query all Records" to "true" for your block elements, this is necessary for the calculation to work
    3 create a control block to keep summary article in a, "Single Document" set to 'True '.
    4. place a new element in this control block, set 'Calcuation mode' to 'Summary', 'Summary block' to your block elements, 'Summary point' in newly created formula section in the block elements
    and function of synthesis for the "sum".
    5. place the element in the layout

    She's.

  • How to identify the buttons for forms in rows not columns

    Hello

    I have a long questionnaire with 100 lines.

    column 1 is the question.  Column 3, 4, 5 and 6 are responses of buttons (none, moderate, mild, extreme).  Buttons, which means only one answer allowed per line.

    There are headers for the buttons.    When this excel spreadsheet to adobe acrobat conversion - works.   But after creating a form buttons are labeled by column not online, then... they are not the true option by row buttons.   In other words, that one response per column is allowed, the opposite of what I want.

    How to solve this?   I change this by the original format or some global change?  There are a total of 100 buttons.  Much too laborious to change each one individually.


    Thank you.

    Yet once you create an option button or check box field. Then copy this field 5 times and place as needed. This should give you a line of 5 boxes or option of checkboxes with the same name. Now for each button field, right-click the field and select the 'Properties' option in the context menu. Select the 'Options' tab and assign a different value to the value of the option or the value of the exports. This means that you EF the same value for the fields in a given column.

    As a suggestion, start with a small form and see how the system works.

    From my experience of conversion Excel 'shape' a PDF form is not the best approach.

  • How to reset the value of selectOneChoice when it is af:table

    12.1.3 Jdev

    I need to reset the selectOneChoice of the first empty value when you click a Refresh"" button.  The selectOneChoice is located in one of the columns of af: table.  I tried to reset by getting the selectOneChoice component and set the value to «»   Please see the snipplet of code for more details. However if the selectOneChoice is not within the af: table, then using the same way to reset works!

    in jspx

    "< af:commandToolbarButton id ="ctb15"icon="/images/refresh_qualifier.png "shortDesc ="Refresh"action =" #{viewScope.backing_requestOverview.onRefresh} "partialSubmit ="false"> < / af:commandToolbarButton >"

    < af:table value = "#{bindings." ItasTaskAssigneesListVO1.collectionModel}.

    var = "row".

    lines = ' #{bindings. " ItasTaskAssigneesListVO1.rangeSize}.

    emptyText = "#{bindings." ItasTaskAssigneesListVO1.viewable? "{'No data to display.': 'Access Denied.'}".

    fetchSize = "#{bindings." ItasTaskAssigneesListVO1.rangeSize}.

    rowBandingInterval = '1' id = 't4 '.

    styleClass = "AFStretchWidth."

    columnStretching = "column: c1.

    rowSelection = 'single '.

    selectionListener = "#{bindings." ItasTaskAssigneesListVO1.collectionModel.makeCurrent}.

    selectedRowKeys = ' #{bindings. " ItasTaskAssigneesListVO1.collectionModel.selectedRow} ">"

    < af:column id = "c6" headerText = "Action".

    rendering = "#{bindings." EventLevelTypeCode.inputValue! ' = ' 10 G ' & amp; & amp;! viewScope.backing_requestOverview.isReadOnly} ">"

    < af:selectOneChoice id = "soc2".

    autoSubmit = 'true '.

    valueChangeListener = "#{viewScope.backing_requestOverview.onChangeMyPendingAction} '"

    Disabled = "#{!}" line. TaskActionEnabled} ">"

    < f: selectItems value = "#{backing_requestOverview.actionsMap [row." StatusUid]} ".

    ID = "si3" / >

    < / af:selectOneChoice >

    < / af:column >

    < / af:table >

    < af:selectOneChoice id = "soc222" >

    < af:selectItem label = "Complete"

    value = "COMPLETE"

    ID = "si4" / >

    < af:selectItem label = "Assign".

    value = "ASSIGN".

    ID = "si555" / >

    < / af:selectOneChoice >

    Java bean:

    public String onRefresh() {}

    RichSelectOneChoice actionDropdown = (RichSelectOneChoice) JSFUtils.findComponentInRoot ("soc2");

    actionDropdown.setValue("");

    RichSelectOneChoice actionDropdown2 = (RichSelectOneChoice) JSFUtils.findComponentInRoot ("soc222");

    actionDropdown.setValue("");

    If (actionDropdown! = null) {}

    AdfFacesContext.getCurrentInstance () .addPartialTarget (actionDropdown);

    }

    If (actionDropdown2! = null) {}

    AdfFacesContext.getCurrentInstance () .addPartialTarget (actionDropdown2);

    }

    }

    Please notify.

    Thank you

    -Mina

    The root of the problem remains the same. As long as you don't set a value for each of SPC property that you use, you cannot reset them without running into trouble.

    An soc within a table must be stored too, you must provide the form of attribute value each of them. If you only use a soc, to distinguish the action to take, it belongs in the table.

    Timo

  • How to set the color for a particular column in the table in advance?

    How can we set the color for a particular column in advance table based on a few feteched of vo in process request query parameter?

    Hello

    Reference http://oraclearea51.com/blog/dynamically-color-the-rows-in-an-oa-framework-advanced-table.html

    and prev thread. Can color us the lines in the column of a table

    It will be useful.

    Kind regards
    GYAN

  • easily the value column in the row of the table when you click check box

    Hello

    in Jdev 11.1.2.3 I have a table which line is made up of 2 columns:
    How can I set value #{securityContext.userName} for it1 in column 2 when soc1 is amended in column 1?
    I can see how to set < af:setPropertyListener soc, then find currentRow in sib and set the respective attribute in VO.
    Can someone suggest an easier approach, a shortcut to one upstairs? In my view, there are some... :-)
    Use a clientListener?

    < af:column sortProperty = "#{bindings." V1.hints.selected.name}"sortable ="false ".
    headerText = "" id = "c1" width = "30" > "
    < af:selectBooleanCheckbox value = "#{row.bindings.Selected.inputValue} '"
    label = "#{row." Bindings.Selected.label}.
    shortDesc = "#{bindings." V1.hints.selected.ToolTip}"id ="sbc1"/ >
    < / af:column >

    < af:column headerText = "#{bindings." V1.hints.ProcessedUser.label}"id ="17">
    < af:inputText value = "#{row.bindings.ProcessedUser.inputValue}"it1 "
    < / af:column >

    Hello

    is easier to

    1. open the Pagedef
    2 create a new attribute value binding in the bindings section
    3. choose the table iterator
    4. mark the attribute for the second column and OK it
    5. in the setPropertyListener, you can now pass the value as #{bindings.. inputValue}

    Frank

  • Hide columns in Table B, based on values LOV in another row of the table:

    Hello

    Jdev 12.2.1.0

    I have two tables A and B and I hide columns b based on the value of row of table A LOV. For example, I have a line in A table that has a column with the x, y, z values lov. Now, if I select the row in the table has and change the LOV to x, I had to hide some of the columns in the table (B) is there a way to get this feature? Any help would be appreciated.

    Thank you

    Assume:

    1 table a call "DepartmentId" column this column has LOV.

    B 2-table a column "ColumnInB" this column will be visible depending on the value of "DepartmentId".

    Try to do the following:

    1 - from data controls, drag "DepartmentId" attribute and drop it on the page as inputText then together make this inputText to false (you can remove it, but don't forget the corresponding binding in pageDef. not deleted).

    2. copy the value of the inputText which will be as "#{bindings." DepartmentId.inputValue}"and go to the"ColumnInB"column and visible property beyond the copied value.

    3 - the ColumnInB visible will be the condition as:

    4-set DepartmentId autoSubmit = 'true '.

    5-set table partialTriggers table B has id and id of DepartmentId LOV

  • CFHTTP Parse page for the last row of the table

    OK, so I need to analyze the page returned from a cfhttp call and select the last row in a table. I then take the value of this line and run another cfhttp to another page. This returns an html page where I'll need to parse for extr the img tag. Any thoughts?

    Here is a code:

    "" < cfhttp url = ' http://SERVERNAME/GetPhotoEncounters.cgi ' method = 'post' resolveurl = "yes" >
    < name cfhttpparam = 'TXTBox' type = "formfield" value = "17133804" >
    < / cfhttp >

    He returns (at the source):

    "< form method = post name ="EncounterInfo"action =" http://SERVERNAME/GeneratePhotos.cgi "> "
    < table border units is relative width is 0.9 colspec "C2 C1 C1 C1 C1 C1 C1 C1 C1" = >
    < th align = center > < view h3 > < / h3 >
    < th align = center > < No. h3 > < / h3 >
    < th align = center > < ID h3 > < / h3 >
    < th align = center > < Type of encounter h3 > < / h3 >
    < th align = center > < h3 > Date & time < / h3 >
    < th align = center > < Type h3 > < / h3 >
    < th align = center > < system indicator X h3 > < / h3 >
    < th align = center > < location Images h3 > < / h3 >
    < th align = center > < h3 database Ind > < / h3 >
    <! - data - >
    < b >
    < td align = center > < input type = "checkbox" name = "eid" value = "36659622; 02/06/05 13:31:29 ">
    < td align = center > 36659622
    < td align = center > 17133804
    < td align = center > BP
    < td align = center > 02/06/05 13:31:29
    < td align = center > F
    < td align = center > ENF
    < td align = center > 967
    < td align = center > R
    < b >
    < td align = center > < input type = "checkbox" name = "eid" value = "37070943; 09/06/05 14:28:28 ">
    < td align = center > 37070943
    < td align = center > 17133804
    < td align = center > BP
    < td align = center > 09/06/05 14:28:28
    < td align = center > R
    < td align = center > ENF
    < td align = center > 968
    < td align = center > R
    < b >
    < td align = center > < input type = "checkbox" name = "eid" value = "38114421; 23/06/05 19:03:50 ">
    < td align = center > 38114421
    < td align = center > 17133804
    < td align = center > BP
    < td align = center > 23/06/05 19:03:50
    < td align = center > R
    < td align = center > ENF
    < td align = center > 968
    < td align = center > R
    < b >
    < td align = center > < input type = "checkbox" name = "eid" value = "38216303; 24/06/05 22:30:42 ">
    < td align = center > 38216303
    < td align = center > 17133804
    < td align = center > BP
    < td align = center > 24/06/05 22:30:42
    < td align = center > R
    < td align = center > ENF
    < td align = center > 968
    < td align = center > R
    < b >
    < td align = center > < input type = "checkbox" name = "eid" value = "41424139; 04/08/05 22:48:21 ">
    < td align = center > 41424139
    < td align = center > 17133804
    < td align = center > BP
    < td align = center > 04/08/05 22:48:21
    < td align = center > R
    < td align = center > ENF
    < td align = center > 968
    < td align = center > R
    < b >
    < td align = center > < input type = "checkbox" name = "eid" value = "42971024, 19/08/05 11:59:35" >
    < td align = center > 42971024
    < td align = center > 17133804
    < td align = center > BP
    < td align = center > 19/08/05 11:59:35
    < td align = center > R
    < td align = center > ENF
    < td align = center > 968
    < td align = center > R
    < b >
    < td align = center > < input type = "checkbox" name = "eid" value = "43676008, 15/09/05 00:43:33" >
    < td align = center > 43676008
    < td align = center > 17133804
    < td align = center > BP
    < td align = center > 15/09/05 00:43:33
    < td align = center > R
    < td align = center > ENF
    < td align = center > 968
    < td align = center > R
    < b >
    < td align = center > < input type = "checkbox" name = "eid" value = "51501911; 20/02/06 01:17:16 ">
    < td align = center > 51501911
    < td align = center > 17133804
    < td align = center > BP
    < td align = center > 20/02/06 01:17:16
    < td align = center > R
    < td align = center > ENF
    < td align = center > 970
    < td align = center > R
    < b >
    < td align = center > < input type = "checkbox" name = "eid" value = "52543143; 20/03/06 06:06:56 ">
    < td align = center > 52543143
    < td align = center > 17133804
    < td align = center > BP
    < td align = center > 20/03/06 06:06:56
    < td align = center > R
    < td align = center > ENF
    < td align = center > 971
    < td align = center > R
    < b >
    < td align = center > < input type = "checkbox" name = "eid" value = "52812077, 30/03/06 08:36:15" >
    < td align = center > 52812077
    < td align = center > 17133804
    < td align = center > BP
    < td align = center > 30/03/06 08:36:15
    < td align = center > R
    < td align = center > ENF
    < td align = center > 971
    < td align = center > R
    < b >
    < td align = center > < input type = "checkbox" name = "eid" value = "52983796; 07/04/06 15:15:32 ">
    < td align = center > 52983796
    < td align = center > 17133804
    < td align = center > BP
    < td align = center > 07/04/06 15:15:32
    < td align = center > R
    < td align = center > ENF
    < td align = center > 971
    < td align = center > R
    < b >
    < td align = center > < input type = "checkbox" name = "eid" value = "53243687; 23/04/06 14:58:23 ">
    < td align = center > 53243687
    < td align = center > 17133804
    < td align = center > BP
    < td align = center > 23/04/06 14:58:23
    < td align = center > R
    < td align = center > ENF
    < td align = center > 972
    < td align = center > R
    < b >
    < td align = center > < input type = "checkbox" name = "eid" value = "54447246; 24/06/06 00:46:23 ">
    < td align = center > 54447246
    < td align = center > 17133804
    < td align = center > BP
    < td align = center > 24/06/06 00:46:23
    < td align = center > R
    < td align = center > ENF
    < td align = center > 973
    < td align = center > R
    < b >
    < td align = center > < input type = "checkbox" name = "eid" value = "56717661; 05/07/06 06:45:19 ">
    < td align = center > 56717661
    < td align = center > 17133804
    < td align = center > BP
    < td align = center > 07/05/06 06:45:19
    < td align = center > R
    < td align = center > ENF
    < td align = center > 973
    < td align = center > R
    < b >
    < td align = center > < input type = "checkbox" name = "eid" value = "61073876; 28/08/06 02:13:33 ">
    < td align = center > 61073876
    < td align = center > 17133804
    < td align = center > BP
    < td align = center > 28/08/06 02:13:33
    < td align = center > R
    < td align = center > ENF
    < td align = center > 974
    < td align = center > R
    < /table >
    < /Center >
    < p align = "left" > < input type = "checkbox" name = "photoOnly" > < p >
    < INPUT TYPE = "SUBMIT" NAME = 'SUBMIT_BUTTON' VALUE = 'Show the photo (s)' >
    < INPUT TYPE = "BUTTON" NAME = "SELECT_ALL_BUTTON" VALUE = "Select all" onClick = "doSelectAll (15)" >
    < INPUT TYPE = "RESET" NAME = "CLEAR_ALL_BUTTON" VALUE = "Remove all" >
    < input type = "hidden" name = 'TXTBox' value = "17133804" >
    < br >
    < / make >

    I need the last row of the table checbox value. In this way, I can present this value on the next page via cfhttp. That would return:

    border = 1 >
    < b >
    < td align = "center" > < font color = 'blue' size = 4 > EID < / make >
    < td align = "center" > < font color = 'blue' size = 4 > Date < / make >
    < td align = "center" > < font color = 'blue' size = 4 > picture < / make >
    < td align = "center" > < font color = 'blue' size = 4 > picture < / make >
    < td align = "center" > < font color = 'blue' size = 4 > picture < / make >
    < b >
    < td > < b > < /b > 61073876
    < td > < b > 28/08/06 < /b > < br > < b > < /b > 02:13:33
    < td >
    < img src = "" / image_cache/61073876.jpeg ' height width 200 = 200 = > "
    < td >
    < img src = "" / image_cache/61073876_F2.gif ' height width 200 = 200 = > "
    < td >
    < img src = "" / image_cache/61073876_F7.gif ' height width 200 = 200 = > "
    < /table >

    On this basis, I need to the variable value, CBC three img tags. Then I can insert these values into a local database.

    Help me please, because I'm drowning on this one!

    Thank you all.

    You could loop on the content of the file and then parsing each line using a regular expression to extract your checkbox values and image. This is code that I wrote which gets the last box and a panoply of images based on your example. You may need to adjust the regular expression a bit if your example is not the same as the HTML code that you are monitoring.

  • How to reset the selectOnechoice in a particular row of a table.

    Hello

    Currently, using Jdeveloper 11.1.1.7.0.

    I have a requirement to reset selectOnechoice in a particular row of a table.

    Next to my column in the table < af:selectOneChoice > is there and each button to reset a row is there. During the click on reset button from the drop-down list should reset itself.

    Can someone help me?

    Urgent for me!

    Thank you

    Prabhat

    Hi William,.

    You can use a setPropertyListener in the reset button. Happening {null} # to #{row.yourLov}. Remember not to put partialSubmit on the button and partialTriggers in the LOV component.

    Concerning

  • How to find records of value for a specific period of time?

    Hello

    I'm building an application where I need to use BDB to store tons of documents of the call.

    In the files, I have the following fields:
    1. appellant's
    2. to the appellant
    3. start time
    4. end of time
    5. account code
    6. user code
    I want to use the representation of microsecond of end times to use the key.

    So, how can I do the following database search?

    1. research all records of value between 2009-10-11, and now()
    2. find the value of all records between 2009-10-11 to now() with account-code = 100
    3. find the value of all records between 2009-10-11 to now() with account-code = 100 and user code = 10

    Are there similar examples out there that I can do?

    Thank you
    JB

    Look at this:
    http://www.Oracle.com/technology/documentation/Berkeley-DB/DB/api_c/dbc_get.html#DB_SET_RANGE

  • How to change the value of the specific element of a cluster

    Hi all

    I have a cluster that contains the string for the most part, I want to change a specific value of an element of the latter. How can I do that.

    joined my vi

    Thank you

    Bundle name

Maybe you are looking for

  • I lost my PC favorites. Can I restore them from the iPhone app?

    I have synced my favorites for a second PC and then deleted some of them. This resulted in the removal of these same bookmarks from my first PC. Is it possible to restore these bookmarks (for example, the House of firefox iphone app)?

  • Paviilion p7-1010: NO SOUND AFTER VIRUS REMOVAL

    I took the PC for Staples to have checked and viruses, spyware, malware was found.  These have been removed and all cleaned up.  Now I have no sound.  I have tried everything I can think of nothing doesn't. Can anyone help?

  • BBM BBM group capacity size increase demand

    Hello, BBM, I was asked by my head of the Alliance in a game called EVE ask BBM if we could have a group with a capacity of 150 because the service GroupMe we use at the moment is not as stable as your platform BBM surveys and we'd spend at your plat

  • Z10 blackBerry help! Several problems with Z10

    I bought my Z10 3 days and I noticed several questions: 1. heating and custom battery last a whole day of work2. do not receive all the alerts from the applications installed on the hub, I have to restart my phone to receive (alerts, sms, facebook an

  • Simple question about HSRP

    capture.PNG Hello world In a HSRP scenario where the router is active router and router B is the standby router, what happen if the connection between the switch two fails? data traffic is split in two? Thanks Paolo