AS3/Fx3, if no 'save' between several lines added, all the lines contain the last modified value.

Hi all

I'm a sucker for creating problems. I'm working on adding role and content to a client website management. Currently, I have problems with the management of the role page.

It is a legacy application and the customer is unwilling to upgrade to Coldfusion 8 and Flex Builder 3 Professional, so 'use the new stuff' is not enough for a response. No, I did not select the colors and I don't have the power to change their .

It is a populous example:

roleMgmt.png

Here's the situation:

  1. The management of roles (mxml) page receives its data from a pair of files xml, siteManagement.xml, and roleManagement.xml through cffile calls via a cfc
  2. The xml data is stored locally in vars XML until the clerk.
  3. If I click once on the button 'Add', change the 'Save Changes' and fields immediately (the changes to the file through cfc is validated), everything works as expected, except that resets the combobox of roles. This normally isn't a problem - it is often exactly the behavior you want, but I can't stop reset.
  4. If I click on "Add control" more than once between save changes, changin any field on a new line causes all other lines have the same value for the same domain. (problem 2)
    1. This behavior can be fixed by saving and reloading the xml data between each click on 'add a control '. the problem with this solution is that it clears the Combobox of roles, adding unnecessary clicks to add (sometimes several) controls for the datagrid control.

Controls are added by adding a new child element var XML:

private function btnAddControl_click (): void

{

var tempXML:XML = new XML;

tempXML = controlXMLTemplate;

If (ensureFileExistsForRole ())

{

rolesXML.role [cbRolePicker.selectedIndex] .filename. (@fileName == cbChosenFile.selectedLabel).controls.appendChild (tempXML);

}

on the other

{

Alert.Show ("something does not work...", "Error Control adding :");)

}

dgcControlLabel.editable = true;

dgcControlID.editable = true;

dgcControlType.editable = true

updateControls();

supposed selects new line - this isn't

dgControls.selectedIndex = rolesXML.role [cbRolePicker.selectedIndex] .filename. (@fileName == cbChosenFile.selectedLabel).controls.control.length ();        xmlDisplay.text = rolesXML;

saveRoles();

where controlXMLTemplate is:

< control controlID = "Control ID' controlLabel ="Label control"controlType ="type"editable ="false"visible ="false"/ >

and is added to the filename element:

< canAccess filename = "true" fileName = "" friendlyName = "" > "

< controls >

< / controls >

< / name of the file >

I don't know what is causing the problem with the datagrid control where a line edit causes changes in others. My first thought was that it is caused by all the changes and selections via xml calls for example;

dgControls.dataProvider = rolesXML.role [cbRolePicker.selectedIndex] .filename. (@fileName == cbChosenFile.selectedLabel).controls.control;

So I added the code to add a number to the values that feed the datafields hoping that have unique data would cure the problem. There can be no.

It's the function/code that causes the role Combobox to reset but prevents the datagrid problem:

private function loadSiteInfo (): void

{

cursorManager.setBusyCursor ();

roleManager.RO.loadSiteData.addEventListener (ResultEvent.RESULT, loadSiteData_resultsHandler);

roleManager.RO.loadSiteData ();

}

private void loadRoles_resultsHandler(re:ResultEvent):void

{

cursorManager.removeBusyCursor ();

roleManager.RO.loadRoles.removeEventListener (ResultEvent.RESULT, loadRoles_resultsHandler);

rolesXML = re.result in XML format;

}

I don't know how much information you need to help. I can post the code if necessary, but I have to be careful - it's something health.

This line is suspect:

tempXML = controlXMLTemplate;

This means that you may re-use of the same instance for multiple lines.  Probably, you need to copy the template rather than just use it.

Tags: Flex

Similar Questions

  • calculate the time difference between several lines

    Hello

    I have a table as below:

    create table select TEST_CASETBL (ID, CASE_NUM, CASE_STATUS, CASE_SUB_STATUS, LAST_UPD_DTTM)

    112, 123-456', 'open', 'Work', TO_DATE (11 March 2015 13:00 ',' dd/mm/yyyy hh24:mi:ss') of the DUAL union all select

    113, 123-456', 'Open', 'pending on the admin', TO_DATE (10 January 2015 15:00 ',' dd/mm/yyyy hh24:mi:ss') of the DUAL union all select

    114, 123-456', 'Open', 'client expectation', TO_DATE (10 July 2015 09:00 ',' hh24:mi:ss' of dd/mm/yyyy) of the DUAL union all select them

    315, 123-456', 'open', 'Work', TO_DATE (September 15, 2015 10:00 ',' dd/mm/yyyy hh24:mi:ss') of the DUAL union all select

    219, 123-456', 'Open', 'pending on the admin', TO_DATE (January 9, 2015 08:00 ',' dd/mm/yyyy hh24:mi:ss') of the DUAL union all select

    651, 123-456', 'open', 'Work', TO_DATE (August 20, 2015 10:00 ',' dd/mm/yyyy hh24:mi:ss') from DUAL;

    I would like to calculate the duration total (days ideally) to CASE_SUB_STATUS, so have a set of lines:

    CASE_NUM of work waiting on admin waiting on customer

    -------------------------------------------------------------------------------------------------------------------------------------------------------

    123-456 70days 6 hours

    Here is the explanation of the pattern:

    ex: for everyday business computing (timestamp timestamp of ID:651 - ID:219) +(timestamp of ID:315-timestamp of ID:114) + (ID:112 stamp - current_time) = 11 days + 21 days 22hrs 23hrs 36 days 9 hours

    still waiting on admin

    (ID:219 timestamp - timestamp of ID:315) + (ID:113 timestamp - timestamp of ID:112)

    still waiting on the client

    (ID:114 timestamp - timestamp of ID:113)

    I would appreciate any idea how to solve this, ideally as an SQL

    Thank you

    Should he not?...

    with test_casetbl (id, case_num, case_status, case_sub_status, last_upd_dttm) as)

    Select 112, 123-456', 'Open', 'Work', TO_DATE (11 March 2015 13:00 ',' dd/mm/yyyy hh24:mi:ss') of all the DOUBLE union

    Select 113, 123-456', 'Open', 'pending on the admin', TO_DATE (10 January 2015 15:00 ',' dd/mm/yyyy hh24:mi:ss') of all the DOUBLE union

    Select 114, 123-456', 'Open', 'client expectation', TO_DATE (10 July 2015 09:00 ',' dd/mm/yyyy hh24:mi:ss') of all the DOUBLE union

    Select 315, 123-456', 'Open', 'Work', TO_DATE (September 15, 2015 10:00 ',' dd/mm/yyyy hh24:mi:ss') of all the DOUBLE union

    Select 219, 123-456', 'Open', 'pending on the admin', TO_DATE (January 9, 2015 08:00 ',' dd/mm/yyyy hh24:mi:ss') of all the DOUBLE union

    Select 651, 123-456', 'Open', 'Work', TO_DATE (August 20, 2015 10:00 ',' the hh24: mi: ss' dd/mm/yyyy) double

    ),

    t like)

    Select case_num,

    case_sub_status,

    (last_upd_dttm, 1, sysdate) ahead of diff last_upd_dttm (partition by order of last_upd_dttm case_num).

    of test_casetbl

    )

    Select case_num,

    trunc (a) | "day (s). TO_CHAR (date ' 1-1-1' + a, "fmhh24" 'mi' minute (s) "ss" second (s) hour (s)"") "work."

    trunc (b) | "day (s). TO_CHAR (day 1-1-1' + b, "fmhh24" 'mi' minute (s) "ss" second (s) hour (s)"") 'Waiting on admin',

    trunc (c) | "day (s). TO_CHAR (day 1-1-1' + c, "fmhh24" 'mi' minute (s) "ss" second (s) hour (s)"") "waiting on customer."

    t

    pivot)

    Sum (diff)

    for case_sub_status in)

    'Work' is.

    B "waiting on admin',

    C "customer expectation."

    )

    )

    CASE_NUM Working Waiting on admin Waiting on customer
    123-456 63 day (s) 22 hour (s) (s) 50 minute 49 second (s) 19 day (s) on 20 (s) hour 0 minute 0 second (s) 27 day (s) on 4 hour (s) 0 minute 0 second (s)
  • Cannot change the privacy of my story setting. He always comes back to save history. I tried all the possible solutions without change. Any help for this problem?

    I tried to change my privacy settings for history to remember the history of custom settings and he returned always to remember history. I tried all the fixes including refreshing Firefox, by removing the prefs.js file, check my Norton Security Suite to be sure that Firefox Cleanup is disabled, synchronization is turned off and all the other recommendations I can find with an online search of the problem. Another that a deletion total Firefox and fresh installation is there any other recommendation that I can try allowing the change in my setting of the story.
    The reason why I ask is recently that my browser does not store cookies permanently. When I try to enter a password sites (my Bank for example), I have to answer a question before you enter my password. I have to do this every day. Previously, I was able to save the computer and should not be the question that arises, unless I have cleared my cache, history and cookies. However, it seems that cookies seem to disappear when I close the computer power off or after an unknown period of time and I have to go through the procedure to properly identify myself and my computer on the site. This is a private computer with no access by someone else and it became cumbersome to re-enter the requested information whenever I go to some of my usual sites.
    I use Windows 7 Ultimate with 37.0.1 Firefox as my browser. Any help is greatly appreciated.

    The problem only occurs when you restart Windows and not between the closing and startup of Firefox without having to restart Windows?

    Outside Norton, do you have any other utility that can 'clean up' browser like CCleaner settings?

  • Receive several codes error over the last seven days. This means - my computer is dead?

    Would like to inform if my computer is really damaged:

    The following errors are produced

    Error 2-32 in the last 7 days

    Error 11-190 in the last 7 days

    Error 14-1 in the last 7 days

    Error 55 7 during the last 7 days

    Error 102-19 over the last 7 days

    Error 1001-36 in the last 7 days

    This means - my computer is dead?

    Thank you

    Original title: Error Messages

    Hello

    They are very good methods for most Windows troubleshooting performance problems.

    Error: Windows Explorer has stopped working
    http://support.Microsoft.com/kb/2694911

    Crashes Windows or freezes<- try="" these="" first="" and="" the="" methods="" do="" apply="" to="" your="">
    http://support.Microsoft.com/kb/2681286#method22

    Performance and Maintenance<- check="" these="" especially="" the="">
    http://Windows.Microsoft.com/en-us/Windows/performance-maintenance-help#performance-maintenance-help=Windows-7&V2H=win7tab1&V3H=winvistatab1

    Other methods of troubleshooting to use according to your needs:

    Use the startup clean and other methods to try to determine the cause of and/or
    eliminate problems.

    ---------------------------------------------------------------

    References to Vista also apply to Windows 7.

    What antivirus/antispyware/security products do you have on the machine? Include
    everything you've ALWAYS had on this machine, including those you have uninstalled (they
    remains of leave behind which can cause strange problems).

    ----------------------------------------------------

    Follow these steps:

    Try these to erase corruption and missing/damaged file system repair or replacement.

    Start - type this in the search box-> find COMMAND at the top and RIGHT CLICK – RUN AS ADMIN

    Enter this at the command prompt - sfc/scannow

    How to fix the system files of Windows 7 with the System File Checker
    http://www.SevenForums.com/tutorials/1538-SFC-SCANNOW-Command-System-File-Checker.html

    How to analyze the log file entries that the Microsoft Windows Resource Checker
    (SFC.exe) program generates in Windows Vista cbs.log
    http://support.Microsoft.com/kb/928228

    Also run CheckDisk, so we cannot exclude as much as possible of the corruption.

    How to run check disk in Windows 7
    http://www.SevenForums.com/tutorials/433-disk-check.html

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

    After the foregoing:

    How to troubleshoot a problem by performing a clean boot in Windows
    Vista or Windows 7

    http://support.Microsoft.com/kb/929135

    Use advanced tools to solve performance problems in Windows 7
    http://www.howtogeek.com/HOWTO/6152/use-advanced-tools-to-troubleshoot-performance-problems-in-Windows-7/

    Problems with the overall speed of the system and performance
    http://support.Microsoft.com/default.aspx/GP/slow_windows_performance?p=1

    Optimize Windows 7 for better performance
    http://Windows.Microsoft.com/en-us/Windows7/optimize-Windows-7-for-better-performance

    Open the troubleshooter of Performance
    http://Windows.Microsoft.com/en-us/Windows7/open-the-performance-Troubleshooter

    To see everything that is in charge of startup - wait a few minutes without doing anything-
    then right click on taskbar - task manager - take a look at Applications.
    Process - Services - this is a quick reference (if you have a little box on)
    Lower left - show for all users, then check that).

    How to change, add or remove startup programs in Windows 7
    http://www.SevenForums.com/tutorials/1401-startup-programs-change.html

    Is a quick check to see who are loading method 2 - using MSCONFIG
    then after a list of these here.
    --------------------------------------------------------------------

    Tools that should help you:

    Process Explorer - free - find out what files, registry keys, and other objects
    processes have open, which DLLs they have loaded and more. This unique
    powerful utility will show you even owned by each process.
    http://TechNet.Microsoft.com/en-us/Sysinternals/bb896653.aspx

    Autoruns - free - see what programs are configured to start automatically
    When your system boots and you connect. Autoruns also shows you the complete list
    locations of registry and files where applications can configure start automatic settings.
    http://TechNet.Microsoft.com/en-us/sysinternals/bb963902.aspx
    Process Monitor - Free - monitor file system, registry, process, thread and DLL
    activity in real time.
    http://TechNet.Microsoft.com/en-us/Sysinternals/bb896645.aspx

    There are many excellent free tools from Sysinternals
    http://TechNet.Microsoft.com/en-us/Sysinternals/default.aspx

    WhatsInStartUP - free - this utility displays the list of all applications that are
    loaded automatically when Windows starts. For each application, what follows
    the information is displayed: Type of startup (registry/Startup folder), Command - Line
    Channel file, the product name, Version, company name, location in the registry or
    file system and more. It allows you to easily disable or remove unwanted programs
    that runs in your Windows startup.
    http://www.NirSoft.NET/utils/what_run_in_startup.html

    There are many excellent free tools to NirSoft
    http://www.NirSoft.NET/utils/index.html

    Window Watcher - free - do you know what is running on your computer? Maybe
    not. The window Watcher says it all, every window created by each execution of the statement
    program, if the window is visible or not.
    http://www.KarenWare.com/PowerTools/ptwinwatch.asp
    Many excellent free tools and an excellent newsletter at Karenware
    http://www.KarenWare.com/

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

    Think about it an absolute must - manually update your drivers.

    Vista and Windows 7 updated drivers love then here's how update the most important.

    This is my generic how updates of appropriate driver:

    This utility, it is easy see which versions are loaded: run DriverView - set
    SEE drivers to hide Microsoft - update those with Dump in their names. (Also
    updated the BIOS and drivers from the chipset on the site of the constructor/the system motherboard).

    -Free - DriverView utility displays the list of all device drivers currently loaded
    on your system. For each driver in the list, additional useful information is
    Poster: load address of the driver, description, version, product name,.
    company that created the driver and more.
    http://www.NirSoft.NET/utils/DriverView.html

    For drivers, visit Maker as replacements and system manufacturer of device which are
    the most recent. Control Panel - write - graphics card - device manager
    the brand and complete model of your video card - double click - tab of the driver-
    Note the version information. Now click on UPdate Driver (this can do nothing
    MS is far behind the certification of drivers) - then do a right click - Uninstall - REBOOT
    This will refresh the driver stack.

    Repeat this for network - card (NIC), Wifi network, sound, mouse, and keyboard
    If there are 3rd party with their own software and drivers and the other main device drivers
    you have.

    Now, go to the site of the manufacturer of system (Dell, HP, Toshiba as examples) (restore)
    and site (Realtek, Intel, Nvidia, ATI, for example) and get the manufacturer and device
    their latest versions. (Look for the system to update the BIOS, Chipset and software updates
    Site of the manufacturer here.)

    Download - SAVE - go to where you put them - right click - RUN AD ADMIN -.
    REBOOT after each installation.

    Always check in the Device Manager - drivers tab to be sure the version you are
    installation actually appears. This is because that some rollback of drivers before the
    later is installed (particularly that audio drivers) so install a driver - reboot.
    Make sure that it is installed and repeat if necessary.

    Repeat to the manufacturers - BTW to the device makers DO NOT RUN THEIR
    SCANNER - check manually by model.

    Look at the sites of the manufacturer for drivers - and the manufacturer of the device manually.
    http://pcsupport.about.com/od/driverssupport/HT/driverdlmfgr.htm

    Installation and update of drivers under Windows 7 (updated drivers manually using
    the above methods is preferable to ensure the latest drivers from the manufacturer of system
    and device manufacturers are located)
    http://www.SevenForums.com/tutorials/43216-installing-updating-drivers-7-a.html

    If you update the drivers manually, then it's a good idea to disable driver facilities
    in the updates of Windows, which leaves on Windows updates, but it will not be installed
    pilots who are generally older and cause problems. If updates provides a new
    driver then hide it (right click on it) and then go get new ones manually if
    you want.

    How to stop Windows 7 automatically install drivers
    http://support.Microsoft.com/kb/2500967

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

    Refer to these discussions because many more excellent advice however remember to check
    your antivirus, the main drivers and BIOS update programs and also to solve problems
    with the first method cleanboot.

    Problems with the overall speed of the system and performance
    http://support.Microsoft.com/GP/slow_windows_performance/en-us

    Performance and Maintenance Tips
    http://social.answers.Microsoft.com/forums/en-us/w7performance/thread/19e5d6c3-BF07-49ac-a2fa-6718c988f125

    Explorer Windows stopped working
    http://social.answers.Microsoft.com/forums/en-us/w7performance/thread/6ab02526-5071-4DCC-895F-d90202bad8b3

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle=""><- mark="" twain="" said="" it="">

  • Calculation of the time differences between several lines

    Hello

    I have a table as below:

    EVENT ID DATE
    1. start 05/03/2012-13:00
    1. stop the 15:00 05/04/2012
    1. start 09:00 05/07/2012
    1 stop on 05/09/2012 10:00
    Start 2 08/06/2012-08:00
    2 stop on 08/07/2012 10:00

    I would like to calculate the duration (in hours ideally) between 'Start' and 'Stop' for each ID, so having a set of lines:

    ID TimeSpan
    ---------------------
    1 75
    26 2

    I would appreciate any idea how to solve this, ideally as a SQL solution or maybe a function.

    Thank you very much!
    Tom

    The difference between two dates is a number, where 1 = 1 day. Multiply by 24 to get hours.

    Use the LAG, as stated above, to compare the date prior to the current date.

    create table T(TID, EVENT, TDATE) as select
    1, 'start', TO_DATE('03/05/2012 13:00:00', 'dd/mm/yyyy hh24:mi:ss') from DUAL union all select
    1, 'Stop',  TO_DATE('04/05/2012 15:00:00', 'dd/mm/yyyy hh24:mi:ss') from DUAL union all select
    1, 'start', TO_DATE('07/05/2012 09:00:00', 'dd/mm/yyyy hh24:mi:ss') from DUAL union all select
    1, 'Stop',  TO_DATE('09/05/2012 10:00:00', 'dd/mm/yyyy hh24:mi:ss') from DUAL union all select
    2, 'start', TO_DATE('06/08/2012 08:00:00', 'dd/mm/yyyy hh24:mi:ss') from DUAL union all select
    2, 'Stop',  TO_DATE('07/08/2012 10:00:00', 'dd/mm/yyyy hh24:mi:ss') from DUAL;
    
    select tid, round(sum(hours)) hours from (
      select case
        when EVENT = 'Stop' then 24*(TDATE - LAG(TDATE) over(partition by TID order by TDATE))
        else 0 end hours,
      TID from T
    )
    group by tid;
    
    TID HOURS
    --- -----
      1    75
      2    26
    
  • Several times (not all the time) when I disconnect my lap top and then plug it back, the computer crashes and I have to restart manually.

    I called Dell a few weeks ago.  They had me remove the battery, press the power button 15 X and then restart.  They did a scan of material and said that everything was going well.  I ran once again virus scan software, and there is no virus.  I deleted all temporary files.  They said that perhaps, it might be a problem of software somewhere but wanted a ridiculous just to check amount only.  Do I have other options as to how can I fix?  This is a NEW computer that I just received in August!

    Hello

    What antivirus/antispyware/security products do you have on the machine? Be one you ALREADY had on this
    machine, including those you have uninstalled (they leave leftovers behind which can cause strange problems).

    Follow these steps to remove corruption and missing/damaged file system repair or replacement.

    Run DiskCleanup - start - all programs - Accessories - System Tools - Disk Cleanup

    Start - type in the search box - find command top - RIGHT CLICK – RUN AS ADMIN

    sfc/scannow

    How to analyze the log file entries that the Microsoft Windows Resource Checker (SFC.exe) program
    generates in Windows Vista cbs.log
    http://support.Microsoft.com/kb/928228

    Then, run checkdisk - schedule it to run at next boot, then apply OK your way out, then restart.

    How to run the check disk at startup in Vista
    http://www.Vistax64.com/tutorials/67612-check-disk-Chkdsk.html

    ---------------------------------------------------------------------------------------

    How to troubleshoot a problem by performing a clean boot in Windows Vista
    http://support.Microsoft.com/kb/929135
    How to troubleshoot performance issues in Windows Vista
    http://support.Microsoft.com/kb/950685

    Optimize the performance of Microsoft Windows Vista
    http://support.Microsoft.com/kb/959062
    To see everything that is in charge of startup - wait a few minutes without doing anything - then right click on the task - bar
    The task manager - take a look at stored by - Services - process - it is a quick reference (if you have
    a small box in the lower-left - show for all users can check only).

    How to check and change Vista startup programs
    http://www.Vistax64.com/tutorials/79612-startup-programs-enable-disable.html

    A quick check to see that load method 2 is - using MSCONFIG and then display a list of the people here.
    --------------------------------------------------------------------

    Tools that should help you:

    Process Explorer - free - find out what are the files, registry keys and other objects processes have opened, the dll
    they loaded and much more. This exceptionally effective utility will show you even owned by each process.
    http://TechNet.Microsoft.com/en-us/Sysinternals/bb896653.aspx

    Autoruns - free - see what programs are configured to startup automatically when your system boots and you
    opening of session. Autoruns also shows you the full list of registry and file locations where applications can configure auto-
    start the settings.
    http://TechNet.Microsoft.com/en-us/sysinternals/bb963902.aspx
    Process Monitor - Free - monitor the system files, registry, process, thread and DLL real-time activity.
    http://TechNet.Microsoft.com/en-us/Sysinternals/bb896645.aspx

    There are many excellent free tools from Sysinternals
    http://TechNet.Microsoft.com/en-us/Sysinternals/default.aspx

    WhatsInStartUP - free - this utility displays the list of all applications that are loaded automatically when Windows
    starts. For each request, the following information is displayed: Startup Type (registry/Startup folder).
    The command - line String, product name, file Version, company name, location in the registry or the file system,
    and much more. It allows you to easily disable or remove unwanted programs that runs in your Windows startup.
    http://www.NirSoft.NET/utils/what_run_in_startup.html

    There are many excellent free tools to NirSoft
    http://www.NirSoft.NET/utils/index.html

    Window Watcher - free - do you know what is running on your computer? Maybe not. The window Watcher says it all, reporting of any window created by all running programs, if the window is visible or not.
    http://www.KarenWare.com/PowerTools/ptwinwatch.asp

    Many excellent free tools and an excellent newsletter at Karenware
    http://www.KarenWare.com/

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

    Vista and Windows 7 the love of the updated drivers that can drastically affect the performance so I would update the main
    drivers.

    This is my generic how updates of appropriate driver:

    This utility, it is easy see which versions are loaded:

    -Free - DriverView utility displays the list of all device drivers currently loaded on your system. For
    each driver in the list, additional useful information is displayed: load address of the driver, description,.
    version, product name, company that created the driver and more.
    http://www.NirSoft.NET/utils/DriverView.html

    For drivers, visit manufacturer of emergency system and of the manufacturer of the device that are the most common.
    Control Panel - Device Manager - Display Adapter - note the brand and complete model of your
    video card - double - tab of the driver - write version information. Now click on UPdate Driver (this
    cannot do anything as MS is far behind the certification of drivers) - then do a right click - Uninstall - REBOOT
    This will refresh the driver stack.

    Repeat this for network - card (NIC), Wifi network, sound, mouse, and keyboard if 3rd party with their
    own the software and drivers and all other main drivers that you have.

    Now go to the site of the manufacturer of system (Dell, HP, Toshiba as examples) (restoration) and then of the manufacturer of the device
    (Realtek, Intel, Nvidia, ATI, for example) and get their latest versions. (Look for the BIOS, Chipset and software)
    updates on the site of the manufacturer of the system here.)

    Download - SAVE - go to where you put them - right click - RUN AD ADMIN - REBOOT after each installation.

    Always check in the Device Manager - tab drivers version you install actually shows up. This
    because some restore drivers before the most recent is installed (particularly that audio drivers) so install a
    pilot - reboot - check that it is installed and repeat if necessary.

    Repeat to the manufacturers - BTW on device at the DO NOT RUN THEIR SCANNER - manually check by model.

    Look at the sites of the manufacturer for drivers - and the manufacturer of the device manually.
    http://pcsupport.about.com/od/driverssupport/HT/driverdlmfgr.htm

    How to install a device driver in Vista Device Manager
    http://www.Vistax64.com/tutorials/193584-Device-Manager-install-driver.html

    If you update the drivers manually, then it's a good idea to disable the facilities of driver in the Windows updates,
    This leaves ONE of Windows updates, but it will not install the drivers who are generally older and cause
    questions. If updates offers a new driver and then hide it (right click on it) and then go look for new ones
    manually if you wish.

    How to disable automatic driver Installation in Windows Vista - drivers
    http://www.AddictiveTips.com/Windows-Tips/how-to-disable-automatic-driver-installation-in-Windows-Vista/
    http://TechNet.Microsoft.com/en-us/library/cc730606 (WS.10) .aspx

    Hope these helps.

    Rob - bicycle - Mark Twain said it is good.

  • Why the tabs have now several images showing after the last updated favicon?

    The last update for Firefox has created a problem with the tabs. The tabs now have multiple images of the websites favicon projection. When I open a tab and visit a Web site, when the favicon shows then it creates multiple images of this favicon. When I click the tab and then back on it, they disappear, but obviously, this should not happen and did not begin until the last update has been installed. I even did an update and it does not solve the problem. I tried to upload an image, but the region has just a spinning wheel and the size of the image was only 5,41 kb. Apparently that doesn't work so well either. It seems that Mozilla Firefox has created a few bugs for its browser and help forum.

    If anyone knows how to fix this or get Mozilla to solve their problem, it would be appreciated. Thank you!

    You can try to disable hardware acceleration in Firefox.

    • Tools > Options > advanced > General > Browsing: "use hardware acceleration when available.

    You will need to close and restart Firefox after enabling/disabling this setting.

    Start Firefox in Safe Mode to check if one of the extensions (Firefox/tools > Modules > Extensions) or if hardware acceleration is the cause of the problem.

    • Put yourself in the DEFAULT theme: Firefox/tools > Modules > appearance
    • Do NOT click on the reset button on the startup window Mode safe
  • nightly of Firefox does NOT save cookies. I want all THE saved cookies!

    have win8 and had to reinstall the operating system and all points, including nightly. don't go to facebook game "glory of Rome", for some reason, NO cookie is saved. It's terrible! I've read many articles to support (stupid, I hate the idea of privacy) privacy settings, didn't do anything.

    Make sure that you run not Firefox in private browsing mode (permanent) (don't forget the story never).

    • Tools > Options > privacy > Firefox will be: "use the custom settings for history".
    • Uncheck the box: [] "always use the navigation mode private.

    If clearing cookies doesn't work, then it is possible that the cookies.sqlite file that stores the cookies is corrupted.

    Rename (or delete) cookies.sqlite (cookies.sqlite.old) and delete other files to present as cookie cookies.sqlite - journal in the profile folder of Firefox in the case where the cookies.sqlite file has been corrupted.

  • Is it possible to send several emails without all the names come in?:

    Is it possible to send multiple mails without all the names come in?:

    Thank you

    These forums are for MS programs, and your Hotmail should ask here for the best help.
     
    Windows Live Solution Center Hotmail Forum
    http://windowslivehelp.com/forums.aspx?ProductID=1
  • BlackBerry Smartphones ONLY transfer Contacts between Blackberry's without all the data and settings again BB

    Anyone know if there is a way ONLY to transfer all my contacts from one Blackberry to another Blackberry without transferring all the data and settings to the other Blackberry with the device switch Wizard?

    Hi and welcome to the forums!

    If you have a full backup of the old Blackberry, use this .ipd file to restore only the contacts on the new device.

    If your contacts are up to date in Outlook do a one-way Outlook for contacts device synchronization.

    Thank you

    Bifocals

  • LR unexpectedly several times after leaving the last update

    After I downloaded the last update of Lightroom CC, a couple of days, whenever I open Lr to work, it would be stay on only for a few minutes and close unexpectedly. What should I do now? Many reports of errors have been sent to Adobe, but so far no reply yet.

    Hi F5Duke,

    If this is the last update CC2015.2/6.2, suggest you to turn off the "Show Add Photos screen" option in Lightroom preferences > General

    Relaunch Lightroom and check if the problem persists.

    Kind regards

    Claes

  • find out all the line last character and color fill

    Dear friend,

    I need to find all the last character and fill color of line (no need to the last character of words).

    My code problem: no space in the last character is not the fill color.

    My code is below:

    var myDocument = app.activeDocument;  
    var myLine = myDocument.stories.everyItem().lines.everyItem().getElements();  
    for(i=0; i<myLine.length; i++)  
    {  
        var myCon = myLine[i].texts[0].contents;  
        if(myCon.match(/\n| /gi) != null){  
            try{  
                if(myLine[i].characters.item(-2).fillColor = myDocument.colors[2]);
                }catch(e){}  
            }  
        }  
    

    My screenshot as below:

    last.png

    Please suggest a friend

    Thanks in advance

    KS

    Add a ' if else ' statement to apply the fill color to the second to the last character only if the last character is a space. otherwise apply the fill color for the last character.

    myDocument var = app.activeDocument;

    myLine var = myDocument.stories.everyItem ().lines.everyItem () .getElements ();

    for (i = 0; i

    {

    Chantal var = myLine [i] .texts [0] .silence;

    If (myCon.match (/ \n| IM)! = null) {}

    try {}

    If (myLine [i].characters.item-(1) .silence == "'" ") {}

    myLine [i].characters.item-(2) .fillColor = myDocument.colors [2];

    } else myLine [i].characters.item-(1) .fillColor = myDocument.colors [2];

    } catch (e) {};

    }

    }

  • Cannot migrate VM between 5.5 ESXi versions: the version of the product to the destination host does not support one or several CPU features

    We receive an error message that I am trying to make sense. I understand very well the notion of compatibility, CPU, CPUID, masking and so on, after working on a competitor hypervisor. However, this error seems wrong (or needs better wording) based on my understanding:

    Here is the message:

    ----

    A general error occurred: the version of the product to the destination host does not support one or several features of the CPU currently use by the virtual machine.

    Characteristics of CPUID level 0 x 1 'ecx' register are indicated with a '1' bit: x00x:xxx0:xx0x:x 000: x 0 11xx:00: 00xx:11xx

    ----


    This happened during the migration between two hosts ESXi with the same physical processors - in this case, a Westmere X 5650.


    The source host is on ESXi build 2068190 (5.5). The destination host is on ESXi build 1474528.


    The bits it seems to complain are:


    DTES64

    Monitor/MWait

    Cx16

    PDCM

    The punch line seems to be: "the product version of the destination host. However, I have trouble believing that support for these features have been added to ESXi between the two versions. If it were, VMware has been certainly silent about.

    For what it's worth, explicitly set us the CPUID masks in our virtual machines (no, CVS is not an option for us at this time.) This is the mask:

    CPUID.1.EAX = "00000000000000100000011001010001".

    CPUID.1.ECX = "00000010100110001110001000111111".

    CPUID.1.EDX = "10001111111010111111101111111111".

    CPUID.80000001.ECX = "00000000000000000000000000000001.

    CPUID.80000001.EDX = "00101000000100000000100000000000".

    cpuid.d.EAX = "00000000000000000000000000000000".

    cpuid.d.ECX = "00000000000000000000000000000000".

    cpuid.d.EDX = "00000000000000000000000000000000".

    Note that the bits of the message complains (2, 3, 14, 15) * are * in fact forced to '1' in our mask of cpuid.1.ecx. That means (if I understand correctly), ESXi does not have the virtual machine unless the host processor supports the feature. And in our case, the virtual machine will start with happiness on nodes, with both versions. It will be not simply migrate between them.

    So, long story short, is this a bug of ESXi? The error message is misleading? I understand something?

    Thank you


    Matt

    To use the masks feature VM in this way, you must replace all the 1 to your masks with-'s:

    CPUID.1.EAX = "00000000000000-000000 - 00-0 - 000-

    CPUID.1.ECX = "000000-0-00--000---000-000---".

    CPUID.1.EDX = '-000 - 0-0 - 0-

    CPUID.80000001.ECX = "0000000000000000000000000000000 -"

    CPUID.80000001.EDX = "00-0-000000-00000000-00000000000.

    cpuid.d.EAX = "00000000000000000000000000000000".

    cpuid.d.ECX = "00000000000000000000000000000000".

    cpuid.d.EDX = "00000000000000000000000000000000".

    Zeros erases the features that are not available on your hosts Westmere, and dashes will leave the other one features.  The problem with those masks was forced to you certain features on who would have normally been off.

  • 01427 00000 - "einreihig subquery returns several lines.

    Hi all
    How can I solve it
    SELECT 
           v.code
          ,v.bar_code
          ,v.arb_name
          ,v.eng_name
          ,v.branch_no
          ,(SELECT sum(quantity) FROM viw_whs_items_movement GROUP BY branch_no)
    FROM  viw_whs_items_movement V
    This code gives me this error
    01427 00000 - "einreihig subquery returns several lines.
    I know that I have more value, but I need this value

    Result group
    SELECT sum(v.quantity) 
    FROM viw_whs_items_movement v 
    GROUP BY v.branch_no
    ##########################
    SUM(V.QUANTITY)
    ---------------
             114453 
               2501 
               8137 
              13270 
              15230 
             120626 
              22536 
               2926 
              12848 
              37509 
              20911 
               7503 
               6248 
              17221 
                462 
                 24 
              15041 
              10307 
              12524 
             526627 
              10564 
               8230 
              13204 
               2840 
              80769 
            1418238 
             215694 
              15238 
               5063 
             104187 
                913 
             147079 
              11293 
              12678 
              18855 
    
     35 rows selected 

    Must be scalar subqueries. You demonstrate your subquery returns more than one line. Where the error.

    A solution would be to establish a correlation between the results of the subquery by joining the branch_id with branch_id of the outer query. However, as the two queries use the same table, you can simply use an analytical SUM():

    SELECT
           v.code
          ,v.bar_code
          ,v.arb_name
          ,v.eng_name
          ,v.branch_no
          ,sum(quantity) over (partition by branch_no) as branch_tot
    FROM  viw_whs_items_movement V      
    

    Cheers, APC

  • Concatenate several lines in a Unique identifier

    Hi all

    I need to concatenate several lines in a unique identifier

    So, my unique identifiers are name and email_id columns.


    It is 1:M relationship as eponymous and email_id can have n number of different products, now I should


    So let's say that the name = xyz and [email protected] has 5 rows with different product info for them.

    Product # #Name #email_id

    XYZ [email protected] Ora
    XYZ [email protected] sql
    XYZ [email protected] siebel
    XYZ [email protected] erp
    XYZ [email protected] crm

    My end result would be after concatenation (seen / as a delimiter between each concatenated row):

    Product # #Name #email_id
    XYZ [email protected] Ora/sql / / erp/crm siebel

    Need help please, after several attempts, I can't seem to make it work. I thank in advance

    Published by: user13080645 on January 22, 2011 07:33

    Hello

    You should look at using STRAGG or LISTAGG - take a look on: http://www.dba-oracle.com/t_display_multiple_column_values_same_rows.htm or search the Forum of SQL for these

    Andy

Maybe you are looking for

  • How can I change the desktop pictures?

    I don't like pictures of default on my desk. How can I remove them?

  • DVD Super Multi Drive problem - cannot access any CD - Satellite A100

    Hi, 1st post: My Satellite A100 features a DVD Super Multi drive, which worked very well. However I cannot now access any CD - error message ' D: / is not accessible. The request could not be performed because of an i/o device error."is displayed. Ho

  • HP PSC 2410 Photosmart fax and scanning problem

    I have a HP PSC 2410 Photosmart all-in-one I can neither be fax or scan. I deleted the software and recharged using at least 6 times the CD or nothing helps online downloads. HP Director does not show that they are in the system. I use a HP Pavilion

  • Created recovery partition after reinstalling OS

    I bought Server PowerEdge R630 and reinstalled the operating system due to problems of soome on the server. After the reinstallation, I can see a partition created with the name of recovery and it gets displayed as a drive in my computer. This partii

  • Upgrade Wizard indicates the active partition is compressed

    Hello I have a MSI Netbook running Windows 7 Starter and want to go to Windows 10. I run the upgrade wizard that tells me the current active partition is compressed. I checked in the management of the computer - I have: Recovery partition - 8.35 GB A