Toggle button in ver 3.0 given the State

How to toggle the button in ver 3.0 based on the activation/deactivation of other button
I have the submit button that will be disabled initially, in, click Save submit button should get activated

Hello

Use two hidden point saying: P1_HSUBMIT and: P1_HSAVE. Give the value 0 by default for the: P1_HSAVE point and 1 for the: P1_HSUBMIT point.

Step 1: Click on the "Save" button.
Step 2: Go to the conditions tab.
Step 3: Select the body of the PL/SQL function returning a Boolean as the condition type.
Step 4: The Expression 1, write the code below.

BEGIN
IF :P1_HSAVE = 1 THEN
RETURN TRUE;
ELSE
RETURN FALSE;
END IF;
END;

Step 1: Click on the submit button.
Step 2: Go to the conditions tab.
Step 3: Select the body of the PL/SQL function returning a Boolean as the condition type.
Step 4: The Expression 1, write the code below.

BEGIN
IF :P1_HSUBMIT = 1 THEN
RETURN TRUE;
ELSE
RETURN FALSE;
END IF;
END;

Go to the processes in the title of the Page that deals,

Step 1: Create a new process of PL/SQL.
Step 2: Give the name, the sequence, and then select the point as on submit - after calculations and Validations
Step 3: Write the code below,

BEGIN
:P1_HSAVE := 1;
:P1_HSUBMIT := 0;
END;

Step 4: Under condition, when the button is pressed, select " SUBMIT " button.
Step 5: The registration process.

Note: The value of the State of the procedure to restart page as ever and test the above

Kind regards
Santini.

Published by: Santini on September 23, 2011 02:56

Tags: Database

Similar Questions

  • Is it possible to change the State through several buttons?

    If I have already created, say, 100 identical buttons, and I want to change the State 'down' to a new color other than black. is it possible to do it quickly? I use 9 Captivate.

    Because you talked about "buttons" I assumed that you were pointing to the InBuilt States: Normal, rollover and down. The situation with styles is a little confusing IMO concerning States. You cannot set the States in Manager of Style of the object, as was the case of the Captivate 8 buttons. Since 9 Captivate, you will need to define States in the Panel object, for custom reports also state in regard to integrated States. Part of the InBuilt says are really integrated in the style: this is the case for all of the State for the Image buttons, for the background/outline for other types and form buttons. The labels on the buttons (text, system and form) are not part of the style. The exception are the image buttons because you have to put the text in the images. If you add objects in integrated States, they wil not be part of the style.  Even for States custom: they are not part of the style. I have problems with this configuration of confusing. It would be much easier, I think, if everything was recorded in an object style could be edited and changed in the Object styles Manager.

    The button menu "three lines", also called the hamburger or hot dog button, has opportunities to save changes to an existing style, to create a new style to apply a style to objects with a different style by default (as long as you override, leading + sign to appear).

    This no doubt confused answer: the workflow, I proposed with object styles, does that for characteristics that are saved in an object style (there no real explanation to help him as far as I KNOW). Now, I understand your last answer (sorry) that you are talking about a State that isn't integrated, but custom. In this case, you cannot change this State for all buttons at the same time. Only way is to duplicate the buttons. My apologies, I may have to write a blog about the object styles and its Director. I've heard several trainers proclaiming that they never use the OSM.

  • How to play a sound on a button to the bottom of the State?

    Hello

    That is my question. How to play sound on CLICK or down state of the button? I don't know how to slap a sound on the timeline, but not how to put specifically for the button and that's down from the State.

    Thanks for the help in advance.

    go to the scenario of the button and attach a sound to its low chassis.   You probably want the sync event property.

  • backkey does not work after the state change

    Hello

    I have a simple vision containing a "Channels" list in the State and a histogram in State "Charts".

    This point of view has an assigned custom backkeyhandler that simply changes the status back to 'Channels' if backkey material has been activated in mode "Charts".

    The application starts and presents two items in his list.

    If I touch one of the its entry, I load the data for this article and change the "Charts" view that displays the bar graph.

    By pressing the previous button does nothing in the emulator and brings back me to the homescreen on my nexus s.

    But if I touch the graph bars once before pressing the previous button, it takes back me to the State "Charts".

    Using the debugger with a breakpoint in the confirmed following function, this function will be not be called after a state change if I don't touch the graph bar.

    If it is possible to use two views for the presentation of the list and graphics, I need the backkey to work in different States, because I want to use the States to

    use different layouts for tablets vs phones.

    Any ideas?

    Michael

    protected

    function view1_backKeyPressedHandler(event:FlexEvent): Sub

    {

    TODO self-generating method stub

    if (currentState == 'Charts' ) {}

    Event.preventDefault ();

    setCurrentState)

    'Channels' );

    }

    }

    Hey,.

    The problem is that the focus of the scene is directed to the list, once it has been removed from the display list.  Here's what happens:

    1) tap on the item "Item 1."

    (2) stage.focus is automatically set to this article

    (3) change the graphics state

    (4) list is removed from the display list

    5) press return

    (6) no event is triggered because of the list has the focus but is not on the display list

    To work around this problem, set to null stage.focus just after changing state.  If your list change manager would look like this:

    protected function list1_changeHandler(event:IndexChangeEvent):void

    {

    setCurrentState ("Charts");

    internship. Focus = null;

    }

    In my internal tests with 4.5.1 this solves your problems.

    Let me know if this does not work.

    Chiedo

  • Use the toggle button to simulate the Ctrl key now

    Hello

    I saw someone asked something very similar before, but nobody seemed to know the solution.

    I was wondering if it is possible to use a toggle button to simulate the CTRL key now, the idea being that the user could then zoom in on a rectangle of their choice on a field without having to press the button themselves. I know that you can use the FakeKeystroke function to simulate support that the key however is possible that it may be held?

    Thank you

    I forgot one thing. You must handle the case when you have a real EVENT_DOUBLE_CLICK. In this case, you don't want to reset the keyboardState. Here's the modified code.

    char oldKeyState [256] = {0};
    char newKeyState [256] = {0};
    int isFakeDouble = 0;

    Zoom CVICALLBACK int (int, int int event, control panel,
    void * callbackData, int eventData1, int eventData2)
    {
    HWND hwnd;
    toggleButton int = 0;
    switch (event)
    {
    case EVENT_LEFT_CLICK:

    get the current state of the keyboard
    GetKeyboardState (oldKeyState);
    get the State of the toggle button
    GetCtrlVal (panelHandle, PANEL_TOGGLEBUTTON, & toggleButton);

    If (ToggleButton)
    {
    create the new copy of the keystate
    memcpy (newKeyState, oldKeyState, 1);

    Active control key.
    newKeyState [VK_CONTROL] = 128;
    SetKeyboardState (newKeyState);

    generate left mouse button events that will be holding the CTRL active
    SetActiveCtrl (panelHandle, PANEL_GRAPH);
    GetPanelAttribute (panelHandle, ATTR_SYSTEM_WINDOW_HANDLE, (intptr_t *) &hwnd);)
    isFakeDouble = 1;
    SendMessage (hwnd, WM_LBUTTONDOWN, 0, 0);
    isFakeDouble = 0;
    }

    break;
    case EVENT_LEFT_DOUBLE_CLICK:

    mouse event generated will be taken as a double click. restore the old state of the keyboard
    If (isFakeDouble)
    SetKeyboardState (oldKeyState);

    break;
    }
    return 0;
    }

  • Put the toggle buttons in a container

    Hello

    How to set the layout of the button switches that he would be placed on a right to a container Center, I put the property layout from left to right, after the text, but it located right after the text I stated I want to toggle would be placed on a center of right of a container, if I used the x translation or position x so I know that it should be moved to another screen how it is possible my code here is a screenshot attachment.

    I want to put turn the button right om that fits on any screen, please help...

     Container {
    
        layout: StackLayout {
    
            orientation: LayoutOrientation.LeftToRight
        }
            Container {
                layout: StackLayout {
                    orientation: LayoutOrientation.TopToBottom
    
                }
    
                horizontalAlignment: HorizontalAlignment.Fill
                verticalAlignment: VerticalAlignment.Fill
                background: Color.Transparent
    
                leftPadding: 20
                topPadding: 25
                bottomPadding: -20
    
                Label {
                    text:"Smart Charging"+Retranslate.onLocaleOrLanguageChanged
    
                    textStyle{
                        color: Color.White
                        fontSize: FontSize.Large
                    }
    
                }
    
                }
    
                Container {
    
        horizontalAlignment: HorizontalAlignment.Right
        verticalAlignment: VerticalAlignment.Center
                ToggleButton {
    
                    id: toggle
    
                    accessibility.name: "TODO: Add property content"
    
                            verticalAlignment: VerticalAlignment.Center
                            horizontalAlignment: HorizontalAlignment.Right
    
                        }
                }
            }
    

    Use DockLayout instead of StackLayout

                                 Container {
                                     layout: DockLayout {
                                     }
                                     horizontalAlignment: HorizontalAlignment.Fill
                                     Label {
                                         text: qsTr("my Toggle Button")
                                         horizontalAlignment: HorizontalAlignment.Left
                                     }
                                     ToggleButton {
                                         horizontalAlignment: HorizontalAlignment.Right
                                         onCheckedChanged: {
                                         }
                                     }
                                 }
    
  • Change the State of all the Image inside the list view toggle button when a list is tap

    Hi, please help, is there a way to change the State of a toggle button to image inside the listview where in when you type a list, the toggle button in the list state change and the other toggle button will be set to their default image? the list has a defined Image toggle button to check both...

    
    ListView {
    
                        layout: GridListLayout {
                            cellAspectRatio: 1.4
                        }
    
                        id: denominationList
                        dataModel: _model.denominationModel
    
                        listItemComponents: [
    
                            ListItemComponent {
    
                                id: component
                                type: "item"
                                CustomListItem {
    
                                    id: itemRoot
                                    dividerVisible: false
                                    highlightAppearance: HighlightAppearance.None
    
                                    Container {
                                        id: fieldContainer
                                        topPadding: 5
                                        leftPadding: 10
                                        rightPadding: 10
                                        bottomPadding: 5
                                        //maxWidth: 270
    
                                        layout: DockLayout {}
    
                                        Container {
                                            id: amountContainer
                                            //topPadding: 
    
                                            layout: DockLayout {}
                                            background: Color.create("#ffffff")
                                            horizontalAlignment: HorizontalAlignment.Center
                                            verticalAlignment: VerticalAlignment.Center
    
                                            ImageView {
                                                id: amountBorder
                                                preferredWidth: 400
                                                imageSource: "asset:///images/flux/amount-border-other.png"
                                            }
    
                                            Container {
                                                horizontalAlignment: HorizontalAlignment.Center
                                                verticalAlignment: VerticalAlignment.Center
                                                layout: StackLayout {
                                                    orientation: (!(ListItemData.name > 4) ? LayoutOrientation.TopToBottom : LayoutOrientation.LeftToRight)
                                                }
    
                                                Container {
                                                    horizontalAlignment: HorizontalAlignment.Center
                                                    verticalAlignment: VerticalAlignment.Top
                                                    visible: (ListItemData.name.length > 4)
    
                                                    preferredHeight: 60
    
                                                    Label {
                                                        id: loadPromoName
                                                        textFit.mode: LabelTextFitMode.FitToBounds
                                                        //multiline: true
                                                        visible: (ListItemData.name.length > 4)
    
                                                        textStyle{
                                                            fontSize: FontSize.Medium
                                                            fontWeight: FontWeight.W300
                                                            color: Color.create("#b9babe")
                                                            textAlign: TextAlign.Center
                                                        }
    
                                                        text: ListItemData.name
                                                    }
                                                }
    
                                                Container {
                                                    verticalAlignment: VerticalAlignment.Center
                                                    topPadding: 8
                                                    rightPadding: 0
                                                    ImageView {
                                                        visible: (ListItemData.name.length <= 4)
                                                        preferredHeight: 40
                                                        imageSource: "asset:///images/flux/pesosign-amount.png"
                                                    }
                                                }
    
                                                Container {
                                                    verticalAlignment: ((ListItemData.name.length > 4) ? VerticalAlignment.Center : VerticalAlignment.Bottom)
                                                    horizontalAlignment: HorizontalAlignment.Center
                                                    leftPadding: 0
    
                                                    Label {
                                                        id: amountLabel
                                                        textFit.mode: LabelTextFitMode.FitToBounds
    
                                                        textStyle{
                                                            fontSize: FontSize.XLarge
                                                            fontWeight: FontWeight.W300
                                                            color: Color.create("#b9babe")
                                                            textAlign: TextAlign.Center
                                                        }
    
                                                        text: ListItemData.amount
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        ]
                        onTriggered: {
                            var selectedItem = dataModel.data(indexPath);
    
                        }
                    }
                }
    

    link the button to a property of an element, and then change all the elements in the datamodel. ListView reflects these changes.

  • How do you use the toggle buttons to switch the content on and off with a smooth transition?

    I work in edge animate CC 2015 and am using toggle buttons to hide and show content, I would that this content to animate smoothly on the screen, maybe going from 0 to 100% opacity and 0-100% scale when enabled and vice versa when it is switched off, is there a simple way to do this?

    Appreciate help!

    Emily

    An easier way if you who would rather just code, use use the Greenock JS library.

    First, add http://cdnjs.cloudflare.com/ajax/libs/gsap/1.18.0/TweenMax.min.js to your scripts Panel to the library.

    Then, add the following code to document.compositionReady

    sym.setVariable ("toggle", true); Create a new global variable called "toggle" and set the value to true

    Now, create a button and click on the following code:

    Toggle var = sym.getVariable ("toggle"); Get the variable global "toggle" and him assign a local variable of the same name

    var FadeSymbol = sym.$("FadeSymbol"); The value of a local variable to your symbol name

    If (toggle == true) {}

    TweenMax.to (FadeSymbol, 0.6, {opacity: 0});

    sym.setVariable ("toggle", false); Reset the value of the variable global 'toggle' false

    } else {}

    TweenMax.to (FadeSymbol, 0.6, {opacity: 1});

    sym.setVariable ("toggle", true); Reset the value of the variable global 'toggle' false

    }

    Note the line TweenMax, it fades to the opacity of the whole symbol rather than using a calendar. It breaks down as follows:

    TweenMax.to (TheNameOfYourSymbol, theTimeinSeconds, {theOpacity, 1 = 100 %}

  • Toggle buttons control according to the selected line in the table?

    Hello

    I have used JDev 11.1.1.2.0

    On my main page, it has a query section and view the result to a component of the lookup table and also has functioning as (update/deletion) buttons in the toolbar.

    I want to toggle buttons operating according to some value of the selected line in the table, and I searched on the OTN forum, found more than issues like that, but seemed no found a good solution.

    The table is a unique and has a status column selection, its data type is integer, and I want to activate the buttons when the value of the status field of the selected line is 0 or 1, disable the buttons when the State value is other values.

    Code of the table as:

    < af:table value = "#{bindings." Var VO1.collectionModel}"="row ".
    lines = ' #{bindings. " VO1.rangeSize}.
    emptyText = "#{bindingsVO1.viewable?" '} ". No data to display. ': 'Access Denied. »} »
    fetchSize = "#{bindings." VO1.rangeSize}.
    rowBandingInterval = '0 '.
    filterModel = "#{bindings." VOCriteriaQuery.queryDescriptor}.
    queryListener = ' #{bindings. " VOCriteriaQuery.processQuery}.
    filterVisible = "true" varStatus = "vs."
    selectedRowKeys = ' #{bindings. " VO1.collectionModel.selectedRow}.
    selectionListener = "#{bindings." VO1.collectionModel.makeCurrent}.
    rowSelection = "single" id = "resId1" >

    Operation code buttons like:
    < af:commandToolbarButton text = "Update" id = "ctb2" action = "editDAF" / >

    Any suggestions would be very helpful.

    Thank you
    zeroxin

    Hello

    bind to the attribute in the PageDef file for the status field. Then configure the PartialTriggers property button to point to the ID of the table. Of the disabled button property then points to the status as attribute link

    #{bindings.statusField.inputValue == 'value'}

    Frank

  • For the visibility toggle button.

    Hi, I saw some info about it on these forums and Google searches, but I'm still a little confused.  I want to make a button that activates / deactivates the visibility for printing a column of fields.  I can do two buttons for this, but a rocking would be much nicer.

    Thank you!

    Suppose that there are three fields in the column 'text1', 'text2' and 'Text3 '. A simple script to toggle their visibility that you can use in the mouse event to the top of the button is:

    // MouseUp script for button
    (function () {
    
        // Get a reference to the first field in the column
        var f1 = getField("text1");
    
        // Toggle the display visibility value
        dv = (f1.display === display.visible) ? display.hidden : display.visible;
    
        // Set the display property of the fields to the new value
        f1.display = dv;
        getField("text2").display = dv;
        getField("text3").display = dv;
    
    })();
    

    This could be somewhat simplified, but you should get the idea.

  • Modify the Code for the sound toggle button

    Hi all... it is a code I could do work, but I need so plays music at the beginning and then the pause button it and then turn it into a graphic game that, pressed, she will play again.  I tried to edit the code, but I'm horrible at programming, and of course nothing I've tried has worked.  Please let me know what I need to change to start playing music, and then have it stop/pause on the first press and alternate 'play' and 'stop' on the presses.  Thank you!

    [My fla has 2 layers, one for this AS and one for the buttons... within the section symbol, I have two layers, one for the common button, and two executives in the button BG layer, one for the game (triangle) and one for stop (square).]  They are recorded as a clip].

    If need be the tutorial for this button is to (remove all the ' $' signs and spaces...) I don't have enough posts to post urls)

    flashperfection. $o$m/$tutorials/$Toggle-sound-button-in-Actionscript-3-18231 c. $t h $ m $l

    Thank you!

    This prevents toggle buttons to play the second image.
    toggle_btn. Stop();

    Variable to detect whether the number of times the button has been clicked.
    var clickOnce:uint = 0;

    Creates a new instance of any sound.
    var aSound:Sound = new MySound();

    Create a new instance of the SoundChannel
    var aChannel:SoundChannel = new SoundChannel();

    This adds the click event of the toggle button.
    toggle_btn.addEventListener (MouseEvent.CLICK, togglePlay);

    If the button has been clicked once and then the sound is played
    with a picture of a symbol of the judgment. If you click on the button toggle
    ring again then stops and the play symbol appears.
    function togglePlay(event:MouseEvent):void {}
    clickOnce ++;
    If (clickOnce == 1) {}
    Consolidate = aSound.play ();
    toggle_btn.gotoAndStop (2);
    }
    If (clickOnce == 2) {}
    SoundMixer.stopAll ();
    toggle_btn.gotoAndStop (1);
    clickOnce = 0;
    }
    }

    Try using:

    var aSound:Sound = new MySound();

    var aChannel:SoundChannel = new SoundChannel();
    Consolidate = aSound.play ();

    toggle_btn.gotoAndStop (2);
    toggle_btn.buttonMode = true;
    toggle_btn.addEventListener (MouseEvent.CLICK, togglePlay);

    function togglePlay(event:MouseEvent):void {}

    If (toggle_btn.currentFrame == 1) {}
    Consolidate = aSound.play ();
    toggle_btn.gotoAndStop (2);
    } else {}
    aChannel.stop ();
    toggle_btn.gotoAndStop (1);
    }
    }

    I removed the clickOnce variable since it has already detect something that exists whether to stop or play

  • How given the action to a dynamic button programmatically?

    Hello

    I use JDeveloper 11.1.1.6

    I am trying to assign the action to a button that is created programmatically, using the following code:

      functionButton.setActionExpression(GlobalUtils.createActionMethodExpression("#{CollectorBean.invokeFunctionCall}"));
    

        public static MethodExpression createActionMethodExpression(String actionMethodExpression){
            FacesContext fctx = FacesContext.getCurrentInstance();
            ELContext elctx = fctx.getELContext();
            Application app = fctx.getApplication();
            ExpressionFactory exprFactory = app.getExpressionFactory();
            //Create and add method expression that references the ADF
            //binding layer to execute the operation
            MethodExpression methodExpr = null;
            //create method expression that doesn’t expect a return type (null),
            //and that has no parameters to pass (new Class[]{})
            methodExpr = exprFactory.createMethodExpression( elctx,actionMethodExpression ,null, new Class[]{});
            return methodExpr;
        }
    

    But it gives an error:

    javax.faces.el.EvaluationException: method not found: [email protected])

    Why is this happening?

    Kind regards

    Nigel.

    Hello

    The code above works well after you stop and restart the application.

    Thank you

    Nigel.

  • change the State of the button

    Hi, I'm new to labview and I have a few questions.  I came to a point in my code where I'm stuck.  I have attached the code so you can see where I am.  My problem comes into play with the toggle button.  I need to know if there is a way to change its operation based on a condition.  I want to it have where when you press the button, it remains pressed.  But if it meets a condition, it turns itself off.  In my code, I have a point where I need an output message, but because the State of the button does not change, it keeps out the message unless I have disable the program.

    If that makes sense, anyone know of a solution to this?

    Thank you much for the help in advance.

    You can use a local variable of the control inside the structure of case where you write a fake to she to him popping up when you need to.  Your not actually change its operation, but it allows you to programmatically change the current state of the button.

  • Buttons does not return to the early state in the state machine.

    Hello

    I downloaded a program that is used to back up data. I used a machine to States with different States. State 1 is initialization, where it moves automatically select the State, which allows to select one of the remaining States to copy the data. The selection is made by command buttons. Once u pressed a button, it goes to that respective State and in this state when you press the backup, the backup of data occurs. Once the backup is located the program goes back to the selection state. So far, it works fine. The problem then. Once he returned to the selection state after that copy was made, then none of the buttons are working properly. Then when it goes back to select State and I tried to select a State, nothing happens, not even the stop button works. I don't know why this is happen. Please help me solve this problem. Thanking you in advance.

    You have many States where you have the event structures ("All data" "given more older that '" young data that ' 'Defined Data') (worse there are two of them in "Data set")

    Each of these event structures are for a "Backup" mouse event down.  A singularity is now why you use a mouse event down on a button.  This really should be a value change event.  But this is not the big problem.

    The big problem is that all of these structures events are set to lock the front until the end of the case of the event.  Well, when you click the mouse down on this button, all 4 of these structures tail event this event.  If you are luckly, one of the event will execute and process the event.  Others, that you will never run because the state machine will not get through these cases.)

    You have multiple structures of event you VI and certainly not buried in the event.

    Reading guard and recommendations when using events in LabVIEW

    Then fix your VI architecture.  You must limit the structures of the event or a separate parallel loop, or to a single case of your state machine that your code will frequently return to, without any other user interaction, in order to service the structure of the event.

  • BEFSR41 ver 2 (three on the beautiful work of Ports)

    A worm BEFSR41 2.

    Background: had the router for years.  Served 3 pcs (2 OS from windows and 1 mac OS), and a PS2, faithfully for 5-7 years.  A true friend of the family. No problems until recently. Remained current on all updates, have no problems.

    Recent issue: one of the windows PC (master unit ensuring the router connect to the page) recently acquired disgust/disabilities, sending attachments in outgoing emails.  It wasn't a problem for many years.  Only recently.  This same pc had increasing problems of loading web pages.  Note the other PC, mac and ps2 had NO problems during this period.

    I double checked the firmware and it crosses a dozen times or more with Windows updates monthly Malware Removal and RemoveIT PRO and AVG, Avira and SpybotS & D and BlackIce Hijack this, Vundo Rootkits, AirDusters and the works. Check that any security downloads with an MD5 checksum utility. Infrared analytical lighting memory running in a steralized room.  Got my lawyer and my tax accountant involved in case there was something had to be done to this end. A homeland security on alert 5000mAh.

    Everything was up to date. Has begun to suspect that it was an old windows update, which was causing the problem. Tinkered a little.

    After several months of trying to solve the problem, decided to install the window on this pc the scrap and start over.  At that animate the pc turned off and in a sterile room for cleaning, removed the BONES and the defragmentated.  Hit in the back and made the installation.  Put just the major updates on the operating system to make the XP up to SP2.  Put online and fear once again, the thing was still slow and haunted by slow down navigation while the other PC on the router where you have NO problem (but it made me wonder why the other computers and ps2 did not have a problem).

    Then had the idea to change the port of the router. Swapped the port from a pc having problems and gave to this port to a pc not having NOT the question.  Was given the pc having issues, the port of a pc, that was NOT the question before.  And violo.  The pc with the problem is now resolved, while the pc having is not the question before, is now seen the question.

    My question is (and I guess it is answered already but I like confirmation):

    When a router goes wrong, he's going poorly a port at a time, or all at the same time?  2nd question: is it possible that a bug in the matrix has set itself at this port and set up a trap to trap all things out of this port, and will get an invitation soon to follow rabbits or tattoo-girls or rather hot babes looking with a cropped bangs and too much red lipstick?

    Alternative 3 question: If a matrix like bug has himself affixed to this port and set up a trap to capture all things out of this port, can I set up a trap hand to trap the trap, or otherwise get rid of it?

    Thanks in advance for any response.

    It is follow-up:

    We ended up having to replace the router.  We used the other ports for three or four weeks, then a second port went bad and a third party. We have replaced sometime in December of the same year, went to version 4.3 of the same number of model above.  Works fine again.  All ports.

    Anyone, know why, the prior model (ver 2) went bad as he did?  I noticed with the new unit, the MAC address is outside of the box, with the bar coding. I think that, for security reasons, this information should be on the unit itself and not on the outside of the box, at the time of departure.

Maybe you are looking for

  • iPod touch - remove the photo library?

    My photo library takes too much space. I already manually deleted the photos, keeping only 12 on my camera. However, the library is still in 2.9 GB worth of space. I read in previous posts and have not found a definitive solution. Someone has another

  • FN keys do not work on F20 - 137

    Can someone help me please. I have a F20-137. They don't do anything except Fn + F9 and F10. I need Fn + F5 works as I don't know if I can the S-video output on my tv (bush ws667-1). Any help would be great your Shaun

  • HP Pavilion Slimline S3614uk

    Hi, I got a HP Pavilion Slimline S3614uk I'm looking for a new motherboard can you please tell me what the motherboard model number so I can replace it

  • Computer OFFICE-R4RAE96: AccelerometerSt.exe - Application error

    These days, when I open my laptop, it's show as "the application could not start correctly (0xc000007b). Click ok to close the application. Also the top of the box of dialoge showing AccelerometerSt.exe - Application error

  • Is it possible to play Xbox via HDMI Y530?

    Or use the Y530 monitor play Xbox in any other way?