OnChange doesn't work on lov popup for a field in the collection

I've defined a collection and used a multi-record entry
I'm trying to assign values in the various fields of the record collection based on a popup lov value in the same folder of the collection

For this I used an onchange in field properties in the State

but not work

When I try to use the same thing for the different field of a popup lov works well (list, textfield, etc.)

Why?

When I use a popuplov in the page as a field not in a multi-record factory too...

Can you help me?

Thank you
Daniel

Hello

It's because of the way that the element is built by Apex - it doesn't have a 'Attributes of the HTML Form element' setting as it is on a normal form element.

In your area, add something like the following in the foot of the region:

<script type="text/javascript">
var f03 = document.getElementsByName("f03");
if (f03.length > 0)
{
 for (var x = 0; x < f03.length; x++)
 {
  f03[x].onchange = new Function("alert('Here');")
 }
}
</script>

replace f03 whose attribute name of fnn for your items (you can check this by doing a View Source on the page).

Replace "alert ('Here')"; with the script you want to run.

Andy

Tags: Database

Similar Questions

  • DVD player doesn't work after installing SP3 for Windows XP.

    DVD player doesn't work after installing SP3 for Windows XP. That it disappeared from "MY COMPUTER". Device Manager sees it, but there's a yellow exclamation mark over it. See the BIOS of the motherboard and it still works in the BACK. I know SP3 is a collection of updates, but I'm not sure that is my problem. I suspect it's one of the more recent cause I have Windows automatic updates is turned on. Thank you.

    Hello Superhornet142,

    Thank you for your message.  Click HERE and run the FixIt!  Please let us know if it did or did not help to solve your problem.
    See you soon

    Engineer Jason Microsoft Support answers visit our Microsoft answers feedback Forum and let us know what you think.

  • Connect on DPS doesn't work anymore - been waiting for 10 days for support

    Hello

    10 days ago my producer Folio connection did not work any longer - form one minute to the next, while he was working on a portfolio. I get a message that I need to contact support.

    I did it there - immediately for 10 days, but nothing has happened so far. Meanwhile, I call Adobe support and asked why they didn't help me, but they told me that I have to wait.

    The Adobe ID has been used for a professional account of DPS until early August, but it has not renewed the OBA.

    We now use creative cloud. Today my next application was ready and I started to create the application (simple editing with creative cloud).
    Then I noticed that the Adobe ID for which we bought the creative cloud has no right to connect on the DPS, too!

    I'm desperate!

    What can I do to access my simple editing with creative cloud at the Adobe support does not take into account my case?

    Someone had a problem like this? Or is there someone from Adobe which is able to help me? My client is waiting for the online application!

    Best regards

    Almute

    The problem seems to be that you had already a business account and your ID Adobe has been providioned as a professional of DPS that is always implemented as user id professional, now that you've used the same id to buy CCM and as your identifier is always supplied a user to a business account, you have received this error message. I am in contact with our ordermanagement to address this problem. I have sent you a PM as well.

  • HP ProtectSmart doesn't work if connect you a HARD drive in the Bay of DVD?

    Hello

    I bought an SSD and replaced the old HDD accompanying my dv6, but I thought to buy an OptiBayHD or something like that to remove the optical DVD drive and replace it with the old HDD, so my question is, will be the work of HP ProtectSmart HARD drive with in the optical Bay (with the OptiBayHD)? or the Bay only works in the HARD drive?

    Thanks, best regards

    Rodolfo Antunes

    Hello

    For basic information, you can check the link below

    http://www.shopping.HP.com/shopping/PDF/ProtectSmart.PDF

  • How can I apply the automatic spelling correction for selected fields from the data entered by the users of forms?

    I would like to be able to apply the spelling correction of selected fields in the forms I created using LiveCycle Designer 8.2 at runtime, as opposed at design time.  I understand that version 8 LCD has a spelling corrector new OWL for form designers.  But I want to say check the data entered by users using Acrobat Reader.  And I want to apply the spelling correction automatically on only selected fields.

    Currently it seems that fill out my forms, users must know how manually right-click on each field, and then select "Spell Check" from the dialog box to check spelling mistakes in the data that the user entered into the form.

    I would like to discover a way to apply the correction spelling in certain areas, as well as I am able to do in forms created using Acrobat Pro.  Acrobat Pro, I can set a property for each field to require the spell check.  but this feature seems to be missing in Livecycle Designer.

    I have check the object model for XFA forms hoping I could find a method I can call a JavaScript file, check the spelling based on an event such as onBlur.  But I have not found a method of spelling.

    Am I missing something simple?  Is there a way to define each field out controls when a user is filling out the form using the free software Acrobat Reader?

    Our users are not sophisticated and forcing spell check each field separately just doesn't cut it...

    Any help on this will be greatly appreciated.

    Thank you!

    -David Bartholomew

    Hi David,

    Two things...

    At design time has set the locale of the form to that coming out Acrobat checks. For example the locale English (United States) and English (United Kingdom) have Spellers; However the English (Ireland) does not work. Check the warnings tab to see if the spell checking is supported for your locale.

    If your locale form supports spell checking, so you can go to the script of the button below.

    If you form local does NOT support spell checking, Stephanie has a great work-around to force spell (http://forums.adobe.com/message/2233945#2233945).

    Put a normal button on the form and in the click event must have the following:

    app.execMenuItem ("spelling: spell check");

    Which will open the checker spelling for all fields.  Thanks to Paul for extract all elements of menu available (http://forums.adobe.com/message/1912914#1912914).

    Good luck

    Niall

  • touch events for several fields in the Manager of several

    In my application... I have a vertical field (VFM) Manager in the screen.

    In this optimization of resources, I inserted 3 manaagers:

    (1) District Manager hfmHeader horizontal (in which I added 1 label (NON_FOCUSABLE) and 1-2 Btns according to the conidtion (tuochEvent FOCUSABLE and overrried all in initlilsing it).)

    (2) District Manager vertical ListField container or TextField or LabelField vfmManager in accordance with the condition.

    ((3) District Manager horizontal hfmButtons containing 6 btns... all tuochEvent FOCUSABLE and overrried initlilsing while the).

    public int getFieldAtLocation (int x, int y)
    {
    XYRect rect = new XYRect();
    int index = getFieldCount()-1;
    While (index > = 0)
    {
    getField (index) .getExtent (rect);
    If (rect.contains (x, y))
    break;
    -the index;
    }
    return to index.
    }

    Second, the click event try something like:

    protected boolean touchEvent(TouchEvent event)
    {
       switch( event.getEvent()  )
       {
            case TouchEvent.CLICK:
              int index = getFieldAtLocation(event.getX(1),
                                             event.getY(1));
              // Ignore click events outside any fields
              if (index == -1)return true;
              Field field = getField(index);
              if(field.equals(bitmapField))
              {
                System.out.println("Bitmap Clicked");
              }
            return true;
       }
       return super.touchEvent(event);
    }
    

    Even when I am using above solution, can't scroll. and click event of the hfmButtons buttons aren't the gt performed.

    Second... If I don't stand... I am able to scroll and executed at least the first 3 buttons click event.

    How can I implement for each button click event in any Manager? Is this possible...

    Can someone please help in this regard. Any suggestion or if possible code snippet will be appreciable.

    Thank you

    Use the snippet for each manager of...

    case TouchEvent.CLICK:
    India = getFieldAtLocation (event.getX (1),)
    event.getY (1));
    If (India! = - 1) {}
    Field fm = getField (India);
    {if (FM. Equals (vfmMain))}
    int index1 = vfmMain.getFieldAtLocation (event.getX (1),)
    event.getY (1));

    If (index1 >-1) {}

    Field = vfmMain.getField (index1);

    check field is instance of the field you want

    {if (Field.Equals (footerManager))}
    Container.isFooterManager = true;
    int index2 = footerManager.getFieldAtLocation (event.getX (1), event.getY (1));

    Search fields in the Manager of this...

    } ElseIf... {

    go on the same cehcking

    } ElseIf {}

    ... like this, go to the control...

    }

    }

  • Jumping cursor, sporadic and touchpad doesn't work does not correctly for HP envy 15

    Hello

    I had my HP ENVY 15 t-q100 CTO Notebook PC in September 2014. It has 8.1, 64-bit Windows. For the first few weeks of use, I don't have any problems. Then, I started having occurrences more problems of cursor/touchpad to the point where it happens all the hours of use (not a problem of external mouse):

    Jump around on the screen (a few millimeters in inches).

    Move per increment on its own without me anywhere near the laptop (usually spazzes left).

    Does not allow scrolling functions / normal touchpad when problems are happening.

    Works as if I am holding down the click button while I try to move it - mostly frustrating when I make the important work.

    At random click things that I try to move it.

    Here's what I tried to do to fix this and did not work:

    Roll back the driver (did not work).

    Update driver (no update available).

    Reset the device (works for a minute or two).

    Reboot (I do it everyday anyway).

    Reduce the speed of the cursor and other mouse options offered online.

    I've seen similar problems for the HP Envy 17 and other laptops, but no real solutions have been proposed. Please help me with this problem.

    In January 2015, I received by mail, a brand new Envy 15 t-q100 purchased HP's official website. Packaging and the laptop is here Mint (aesthetically speaking). That being said, I had the exact symptoms described in this thread since the first day. With a replacing synaptics driver, I was able to stabilize the mouse enough to effectively use the tool 'curve of pressure. " Then, I determined that it was in fact a hardware problem. I noticed that from time to time, the "animation" icon would indicate that pressure is applied even if I wasn't touching the laptop. If I applied pressure by pressing or stirring on the basis of the Palm, would stop the pressure indication and use mouse returns to normal. However, this problem gradually went from bad to worse, and finally the touchpad does not have all together. Firmware and BIOS flashing helped before, but has been either nothing change.  I debated on referring to HP for repairs under warranty, but after having to wait a month to get this unit in the first place, in addition to reading all these horror stories of people coming back a semi destroyed unity and always faced with the same symptoms, I was ready to fight against myself. so, I found a source replacement nine track want pads 'zone of control '. Ninety-nine percent sure that I had a defective keypad, I bought P/N "761210-001" to "parts_direct101" for $59.95 ebay seller. Disassembly, I discovered that one of the screw mount for the pad was loose (this may have contributed to the problem). I decided to replace the pad in any case. Finally. No more glitches. After months of experimentation and reading these forums, I have now a mouse working 100%! It's been more than 2 weeks now, since I replaced the touch pad and still no problems! I use my laptop 3-4 hours per day. I always use the synaptics driver installed replacement from "dpinst.exe" found in the x 64 folder downloaded directly on the website of synaptics 'uncompressed'. I have not tried to update with windows update again. Just happy to finally have a mouse to work on this beast of a machine. I'll keep you all posted if this problem will never return. With regard to the absence being automated support generic responses to "Customer Service" aka HP, I guess HP has accidentally put on a bad batch of caterpillars and they simply cannot 'afford' parts, labour and logistics to issue a notice of recall of this magnitude! Unfortunately, this laptop must be completely disassembled to replace the touchpad. I would NOT recommend this fix if you feel that it is beyond your skill level. Instead, call the HP technical support and insist that you have received a unit with a defective keypad. I hope this helps!

  • Tab doesn't work does not correctly for Datagrid ComboBox ItemEditor

    When you run the app type a1 in the discovery of an App combo box and then type the tab key.

    Click the 3rd row in the column as Bs and show a combobox.

    Type a3 and her and then press ENTER.  Note that the A3 is saved under the selected and recorded on the dataprovider element

    Press the return key back key and press ENTER.  Note that the null value is saved and that nothing is selected.

    Type a3 again and press ENTER.

    Hit of the new backspce, but this time typing the tab key.  Note that the previous value is returned.  Oops.

    {Code}

    <? XML version = "1.0" encoding = "utf-8"? >

    "" < s:Application xmlns:fx = "http://ns.adobe.com/mxml/2009"

    xmlns:s = "library://ns.adobe.com/flex/spark".

    xmlns:MX = "library://ns.adobe.com/flex/mx".

    xmlns:vo = "valueObjects.*".

    Width = "100%" height = "100%" >

    < fx:Script >

    <! [CDATA]

    Import mx.collections.ArrayCollection;

    Import mx.events.FlexEvent;

    protected function aCBLabel(item:Object):String

    {

    If (item! = null)

    Return item.name;

    on the other

    Return ' ';

    }

    protected function bDG_creationCompleteHandler(event:FlexEvent):void

    {

    bDG.selectedIndex = 0;

    }

    protected function bAFormat(item:Object,_column:DataGridColumn):String

    {

    If (item [column.dataField]! = null)

    return item [column.dataField] .name;

    on the other

    Return ' ';

    }

    []] >

    < / fx:Script >

    < fx:Declarations >

    < vo: ADto id = "aDto" / >

    < vo: BDto id = "bDto" / >

    < s:ArrayCollection id = "aList" >

    < vo: ADto >

    < vo: id > 1 < / vo: id >

    < name: vo > a1 < / vo: name >

    < vo: bs >

    < vo: BDto >

    < vo: id > 1 < / vo: id >

    < vo: aDto >

    < vo: ADto >

    < vo: id > 1 < / vo: id >

    < name: vo > a1 < / vo: name >

    < / vo: ADto >

    < / vo: aDto >

    < / vo: BDto >

    < vo: BDto >

    < vo: id > 2 < / vo: id >

    < vo: aDto >

    < vo: ADto >

    < vo: id > 2 < / vo: id >

    A2 < vo: name > < / vo: name >

    < / vo: ADto >

    < / vo: aDto >

    < / vo: BDto >

    < vo: BDto >

    < vo: id > 0 < / vo: id >

    < / vo: BDto >

    < / vo: bs >

    < / vo: ADto >

    < vo: ADto >

    < vo: id > 2 < / vo: id >

    A2 < vo: name > < / vo: name >

    < vo: bs >

    < vo: BDto >

    < vo: id > 3 < / vo: id >

    < vo: aDto >

    < vo: ADto >

    < vo: id > 3 < / vo: id >

    < name: vo > a3 < / vo: name >

    < / vo: ADto >

    < / vo: aDto >

    < / vo: BDto >

    < vo: BDto >

    < vo: id > 0 < / vo: id >

    < / vo: BDto >

    < / vo: bs >

    < / vo: ADto >

    < / s:ArrayCollection >

    < s:ArrayCollection id = "Ballista" >

    < vo: ADto >

    < vo: id > 1 < / vo: id >

    < name: vo > a1 < / vo: name >

    < / vo: ADto >

    < vo: ADto >

    < vo: id > 2 < / vo: id >

    A2 < vo: name > < / vo: name >

    < / vo: ADto >

    < vo: ADto >

    < vo: id > 3 < / vo: id >

    < name: vo > a3 < / vo: name >

    < / vo: ADto >

    < / s:ArrayCollection >

    < / fx:Declarations >

    < source = fx:Binding "aCB.selectedItem as ADto" destination = "aDto" / > "

    < s:Form id = "AForm" width = "700" height = "170" >

    < s:layout >

    < s:BasicLayout / >

    < / s:layout >

    < s:HGroup x = "0" y = "50" width = "670" height = "60" >

    < s:Label height = "25" fontWeight = "bold" = "find a" verticalAlign = "middle" / >

    < s:ComboBox id = "aCB".

    prompt = "enter or select a name.

    labelFunction = "aCBLabel."

    x = "110" y = "10" width = "375" >

    < mx:ArrayCollection id = list "asList" = "{aList}" / >

    < / s:ComboBox >

    < / s:HGroup >

    < / s:Form >

    < mx:DataGrid id = "bDG" x = "10" y = "140" width = "450" height = "200".

    Editable = "true".

    dataProvider = "{aDto.bs}" "

    creationComplete = "bDG_creationCompleteHandler (event)" >

    < mx:columns >

    < mx:DataGridColumn id = "bidDC".

    headerText = "id".

    Editable = "true".

    dataField = "id".

    editorDataField = 'value '.

    Width = "50" / >

    < mx:DataGridColumn id = "bNameDC".

    headerText = "Like Bs"

    Editable = "true".

    dataField = "aDto.

    labelFunction = "bAFormat."

    editorDataField = 'value '.

    Width = "150" >

    < mx:itemEditor >

    < fx:Component >

    < s:MXDataGridItemRenderer implements = "mx.managers.IFocusManagerComponent" >

    < fx:Script >

    <! [CDATA]

    Import mx.collections.ArrayCollection;

    Import mx.controls.dataGridClasses.DataGridListData;

    Import mx.controls.listClasses.BaseListData;

    Import mx.events.FlexEvent;

    Import spark.events.DropDownEvent;

    Import spark.events.IndexChangeEvent;

    [Bindable]

    public var down: ArrayCollection;

    protected function cb_InitializeHandler(event:FlexEvent):void

    {

    Low = outerDocument.bAList;

    aDto = outerDocument.bDG.selectedItem.aDto;

    If (aDto! = null)

    {

    var t:ADto;

    for (var i: int = 0; i < bAs.length; i ++)

    {

    t = low [i];

    If (aDto.id is t.id)

    {

    cb.selectedIndex = i;

    break;

    }

    }

    }

    }

    override public function setFocus (): void

    {

    cb.setFocus ();

    }

    public function get value (): ADto

    {

    If (cb.isDropDownOpen)

    cb.closeDropDown (true);

    cb.validateNow ();

    aDto = cb.selectedItem as ADto;

    return aDto

    }

    protected function cb_closeHandler(event:DropDownEvent):void

    {

    aDto = cb.selectedItem as ADto;

    }

    []] >

    < / fx:Script >

    < fx:Declarations >

    < vo: ADto id = "aDto" / >

    <! - Place non-visual elements (e.g., services, items of value) here - >

    < / fx:Declarations >

    < s:ComboBox id = "cb".

    Width = '100% '.

    prompt = "{aDto.Name}" "

    dataProvider = "low" {} ".

    labelField = 'name '.

    Initialize = "cb_InitializeHandler (Event)" "

    Close = "cb_closeHandler (Event)" >

    < / s:ComboBox >

    < / s:MXDataGridItemRenderer >

    < / fx:Component >

    < / mx:itemEditor >

    < / mx:DataGridColumn >

    < / mx:columns >

    < / mx:DataGrid >

    < / s:Application >

    {Code}

    {Code}

    package valueObjects

    {

    import com.adobe.fiber.services.IFiberManagingService;

    import com.adobe.fiber.valueobjects.IValueObject;

    Import mx.collections.ArrayCollection;

    Import valueObjects.BDto;

    import com.adobe.fiber.core.model_internal;

    Using namespace model_internal;

    public class com.adobe.fiber.valueobjects.IValueObject implements ADto

    {

    private var _internal_id: int;

    private var _internal_name: String;

    private var _internal_bs: ArrayCollection collection;

    model_internal var _internal_bs_leaf:valueObjects.BDto;

    public void ADto()

    {

    }

    public function get id(): int

    {

    Return _internal_id;

    }

    public function get name(): String

    {

    Return _internal_name;

    }

    public function get bs(): ArrayCollection collection

    {

    Return _internal_bs;

    }

    public function set id(value:int): void

    {

    var oldValue:int = _internal_id;

    If (oldValue! == value)

    {

    _internal_id = value;

    }

    }

    public function set name(value:String): void

    {

    var oldValue:String = _internal_name;

    If (oldValue! == value)

    {

    _internal_name = value;

    }

    }

    public function set bs(value:*): void

    {

    var oldValue:ArrayCollection = _internal_bs;

    If (oldValue! == value)

    {

    If (value is ArrayCollection collection)

    {

    _internal_bs = value;

    }

    else if (value is table)

    {

    _internal_bs = new ArrayCollection (value);

    }

    else if (value == null)

    {

    _internal_bs = null;

    }

    on the other

    {

    throw new Error ("value of bs should be a collection");

    }

    }

    }

    private var _managingService:com.adobe.fiber.services.IFiberManagingService;

    public function set managingService(managingService:com.adobe.fiber.services.IFiberManagi_ngService):void

    {

    _managingService = managingService;

    }

    }

    }

    {Code}

    {Code}

    package valueObjects

    {

    import com.adobe.fiber.core.model_internal;

    import com.adobe.fiber.services.IFiberManagingService;

    import com.adobe.fiber.valueobjects.IValueObject;

    Import valueObjects.ADto;

    Import mx.collections.ArrayCollection;

    Using namespace model_internal;

    public class com.adobe.fiber.valueobjects.IValueObject implements BDto

    {

    private var _internal_id: int;

    private var _internal_aDto: ADto;

    private static var emptyArray:Array = new Array();

    public void BDto()

    {

    _internal_id = 0;

    }

    public function get id(): int

    {

    Return _internal_id;

    }

    public function get aDto(): ADto

    {

    Return _internal_aDto;

    }

    public function set id(value:int): void

    {

    var oldValue:int = _internal_id;

    If (oldValue! == value)

    {

    _internal_id = value;

    }

    }

    public function set aDto(value:ADto): void

    {

    var oldValue:ADto = _internal_aDto;

    If (oldValue! == value)

    {

    _internal_aDto = value;

    }

    }

    private var _managingService:com.adobe.fiber.services.IFiberManagingService;

    public function set managingService(managingService:com.adobe.fiber.services.IFiberManagi_ngService):void

    {

    _managingService = managingService;

    }

    }

    }

    {Code}

    the tab wasn't working because because he wasn't changing the selection and just leave the drop-down list box.  For example, in the value of the Add function if (cb.textInput.text == "") cb.selectedIndex = - 1;  This will change the selection as you wish and solve the problem.

  • JavaScript onchange doesn't work only not with the single display element

    Hello
    I am filling a form element based on the value of another element of form. Everything works great when the element that I am filling is a text box. However, if I do a single display element, it won't fill.
    Does anyone know why this is?

    Here's the header code:

    < script language = "JavaScript1.1" type = "text/javascript" >

    function populate_end_date() {}
    var pay_period = document.getElementById('P7_PAY_PERIOD').value;

    If (pay_period! = "") {}
    var pay_period_length = pay_period.length;
    document.getElementById('P7_PAY_PERIOD_END_DATE').value = pay_period.substring ((pay_period_length-11), pay_period_length);
    }
    }

    < /script >

    Here is the code of html form about to P7_PAY_PERIOD element attribute:
    OnChange = "JavaScript:populate_end_date();" »

    Thank you...

    Ok.

    Change display only type to as it was before (do not save the State)
    The JS below allows you to set the value of the element display only

       $x('DISPLAY_ONLY_PAGE_ITEM_NAME').innerHTML="Show this value";
    

    CITY

  • Back to Firefox button doesn't work does not correctly when you navigate to the new Site

    When I open a page to a new site that I can navigate forward and backward on this site very much, but whenever I try to leave this site via the back button it shows as if there are no pages beyond this site, like the opening of fresh on this site page. This is driving me crazy so if someone could help this type of person not techno I would be eternally grateful.

    Yes, how the code page tab, you cannot return to the new tab Firefox's built-in page or a page that you want to substitute for it.

    Since this is your home page, you can use the usual methods to return to your home page:

    • Click on the home button in the toolbar
    • Press Alt + home keyboard

    Or you could try a different extension for the new tab page see if that solves it. For example:

    https://addons.Mozilla.org/firefox/addon/custom-new-tab/

    After installing, you must use the Options page to set the new desired tab page (instead of use subject: config).

    Open the page modules using either:

    • CTRL + SHIFT + a (Mac: Cmd + shift + a)
    • "3-bar" menu button (or tools) > Add-ons

    In the left column, click Extensions. Then on the right side, find Custom new tab and click on the Options button.

    It is easy to enter your favourite homepage address. If you check either of the boxes, the expansion will set the focus in the page as well, for example, the cursor will be in the Google search box. (See attached screenshot).

    I had to leave Firefox and start it up again before new custom tab started working, but this may have been due to tests so many extensions back to back.

    Any improvement?

  • Sometimes it will work and then after I stopped it, and then it doesn't work yet. He said that it is the proxy server.

    The proxy server refuses connections

    Firefox is configured to use a proxy server refusing connections.

    It worked this morning, and now it is not working.  It keeps doing this me.  It will work, and then when I go to get on it again, it no longer works.
    
       *   Check the proxy settings to make sure that they are correct.
    
       *   Contact your network administrator to make sure the proxy server is
             working.
    

    Tools-> Options-> advanced-> network (tab)-> settings
    Click Auto Detect Proxy...

    See if it works for you.

  • Member of the Working Group, but ask for password field.

    I have a router dlink/access point. I run my laptop on the wireless. I have an Iomega hard drive attached by wire to the router. I'm trying to get my laptop. I see the hard drive on my network, but when I try to access to I get a window to enter my username and password. At the bottom it says "domain: laptop.» The network on my laptop settings specify the working group. Any suggestions? He also says "Windows security at the top of the window. I was wondering if there is somewhere in the Windows security I could turn it off?

    None of this worked after some trial and error, I found I had to set up a user account on the Iomega storage device and signature using that. Thanks for trying it. I can't be expected to know on an Iomega device. Now I have to find a way to use it as a print one server where my default admin. account is gone.

    David

  • "Whatever.exe has stopped working, windows is checking for a solution to the problem."

    After making some changes to my Start menu, without backup, several of my games don't work anymore. They start to load then I get the message "stopped working". TrackMania and full of carnage.
    Windows 7, Gigabyte GA-880GA-UD3h F7.
    Event data; for full

    Fouc.exe
    1.0.0.1
    485a1e21
    nvd3dum.dll
    8.17.12.7533
    4dd734f1
    c0000005
    003c012b
    1140
    01cc909a86da2866
    C:\Games\Empire Interactive\FlatOut ultimate Carnage\Fouc.exe
    C:\Windows\system32\nvd3dum.dll
    c6cd3907-fc8d-11e0-A2A1-1c6f658f1661

    for Trackmania.

    TmForever.exe
    0.0.0.0
    4b9e8add
    ntdll.dll
    6.1.7601.17514
    4ce7ba58
    c0000029
    000907b 6
    E38
    01cc909a6042713d
    C:\Program Files (x86)\TmUnitedForever\TmForever.exe
    C:\Windows\SysWOW64\ntdll.dll
    9fa74988-fc8d-11e0-A2A1-1c6f658f1661

    Any help would be appreciated.

    Hello RichardMcCamy,

    As Palcouk comment, what changes have you made to your menu start computers?  A step like suggested Palcouk would restore the system to a point in time before your changes.  I have included a link on the measures for the restoration of the system.   Please let us know status and any additional information.

    System Restore:

    http://Windows.Microsoft.com/en-us/Windows7/products/features/system-restore

    Thank you

  • A new attempt of an individual doesn't have a process task for all users of the IOM

    Hello

    We use IOM 11.1.1. One day, one of the systems was not available so all tasks in process for this system failed for a number of users. Is it possible to view the task process has failed and retry them together, there are more than 3000 users and it is not possible to pass by one by one.

    Any method via the console or programmatically do would be very useful.

    Thanks in advance.

    --
    UZ

    The ITO table has all the rejected task information. You can use it to bind to the user and the instances of the resource through the table Ouedraogo as well.

    You can then take the SCH_KEY and then use code like this to deal with them:

    public void completeTask() {}
    task of long [] = new [long] {123123,3242134,23432,43534,34656,456456};
    int counter = 0;
    for {(clé: travail très long)}
    try {}
    counter ++;
    provIntf.retryTask (key);
    System.out.println (counter + "|" + task.length);
    } catch (Exception e) {}
    }

    }
    }

    -Kevin

  • Windows Defender doesn't work, even when I click on it, in the center of the Action

    My Norton has expired and I went to the center of the action of turning on Windows Defender, but it does!  Anyone have any ideas?  Thank you!

    Jim

    Hi Jim,.

    You will have to remove Norton first, download and run the Norton Removal Tool relevant to your particular product from the link below.

    Norton Removal Tool.

    When the tool has finished, restart the laptop.

    When windows has fully recharged see if you can now turn on Windows Defender.

    Also, to make sure that your PC is protected adequately, you can examine the offer from Microsoft at the following free security link.

    http://Windows.Microsoft.com/en-us/Windows/Security-Essentials-download

    Kind regards

    DP - K

Maybe you are looking for