Prevent Agents from disabling Headset Button hen using Auto Answer With Headset

Help!!!
When you enable "Auto Answer with Headset" an agent can still press the Headset button and break that function.  Is there a way to keep the agent from being able to disable the Headset button on the phone (Cisco IP Phone 7962g) while maintaining the ability to force Auto Answer with Headset??
Thanks for any ideas!

Hi,
It sounds more like training or organizational issue. If agents do it accidentally, usually this behavior disappeas in a couple of days (if agents were using other phones). And if they do it on-purpose, then supervisors should take care for this issue.
Technically this issue may be resolved by placing some kind of plastic cap over the headset button, but then you should have a mechanism to activate a headset button, if it was deactivated (for excample, afther the phone reboots).
Alternatively you may use longer cord and place the phone out of reach (not exactly "far-far away", but at least out of the hand reach. Plus, depending on the CallCenter software you use, agent may never need touch a phone, in most cases all interaction happens on the PC.
Good luck,
Mike / CCNP, CCVP, CCSP, CCDP, MCSE, CCIE Voice (written), etc.
Headset Adapters for Cisco IP Phones

Similar Messages

  • UCCE v7.5 - Prevent Agent from going into Not-Ready on RONA

    Does any one know whther it is possible to prevent Agents using IP Phone Agent from going into Not-Ready once a call has been presented and the RONA timer has expired?
    My customer is fully aware of the implications of doing this. They are not using CAD or CTI-OS.
    Many thanks
    Freddie

    If you don't set the RNA timer in the agent desk settings, the agent will not be made not ready.
    Whoops: did not read carefully. You are using IP phone agent. Sorry, I don't know.
    Regards,
    Geoff

  • How to prevent user from disabling plugins like censureblock or adblock?

    I'm thinking about using censureblock and adblock in classroom in school, but it is easy to disable these plugins. Is there a way to prevent users to disable or delete these plugins?

    Hi microspace
    you mean add-ons, like censureblock or adblock.
    see if this helps : [https://addons.mozilla.org/en-US/firefox/addon/public-fox/ Public Fox - addon]
    thank you

  • Disable "Your computer may use more energy with these settings"

    I frequently use my laptop for presentations or video chats, and I frequently have to turn off my screen saver and disable all my Energy management settings to prevent that stuff from showing up during a presentation.
    However, every time I drag the Energy Saver timers around, I get the annoying message:
    "Your computer may use more energy with these settings"
    The box forces me to hit Okay to acknowledge this painfully obvious message. How do I disable this prompt from popping up every single time I adjust my Energy settings? Plist setting somewhere perhaps?

    Thanks Livia and Huevoos (eggs??) for your interest in this post.
    In a nutshell, I haven't been able to solve this. I gave up on Apple support after they proved useless.
    As Huevoos suggested, and I confirmed it time and again after browsing thru endless forums, it seems that the user validation routine for the Mac App Store is done by looking into your network settings, which in my case are either incomplete or erroneous due to the broken-down ethernet. (I am still waiting for somebody more experienced in this forum to contradict or explain this).
    So, because I still have wireless connection, I can use my machine for day-to-day chores, have not been able to purchase anything up to this date in the Mac App Store though. I'm waiting for either a software update that could correct this (Mountain Lion??? there's no guarantee only hope) or the moment when my machine will need to be replaced by a new one with a functional ethernet.
    I'm sorry I can't be of more help. But I'm pretty much in the same situation as you guys.
    Live long and prosper.
    Brt1618

  • How to use auto numbering with ENG_ECO_PUB.PROCESS_ECO (EBS version 12.1.1)

    Hi All,
    I'm trying to create a new ECO using the PL/SQL API "ENG_ECO_PUB.PROCESS_ECO". I want the ECO name to be automatically assigned by the system but when leaving the ECO_NAME empty (in paramter P_ECO_REC) I get the error message:
    "You must enter an ECO name and organization because they are the primary identifiers of a business object. Please ensure that these values exist in all your records and re-run the import process."
    I have set the profile option "ENG: Change Order Autonumbering - System Administrator access" to yes.
    I have set following fields in P_ECO_REC:
    p_eco_rec.organization_code := 'V1';
    p_eco_rec.change_type_code := 'ECO';
    p_eco_rec.description := 'Test';
    p_eco_rec.transaction_type := 'CREATE';
    p_eco_rec.plm_or_erp_change := 'ERP'; -- also tried with 'PLM'
    p_eco_rec.approval_status_name := 'Approved';
    Do I need to set anything else?
    Thanks,
    Carolin

    Hi Helios,
    thanks for reply.
    I checked note 1242524.1, but there's no advice what to configure for using auto numbering.
    I tried it again with adapted sample code and leaving the ECO_NAME empty:
    DECLARE
    -- API Input variables
    l_eco_name VARCHAR2(9) := '';
    l_org_code VARCHAR2(3) := 'V1';
    l_rev_item_number VARCHAR2(20):= 'CS_Test_Assem_10';
    l_eff_date DATE := '8-SEP-2011';
    l_new_revised_item_revision VARCHAR2(2) := 'A';
    l_eco_rec Eng_Eco_Pub.Eco_Rec_Type := Eng_Eco_Pub.g_miss_eco_rec;
    l_eco_revision_tbl Eng_Eco_Pub.Eco_Revision_Tbl_Type := Eng_Eco_Pub.g_miss_eco_revision_tbl;
    l_revised_item_tbl Eng_Eco_Pub.Revised_Item_Tbl_Type := Eng_Eco_Pub.g_miss_revised_item_tbl;
    l_rev_component_tbl Bom_Bo_Pub.Rev_Component_Tbl_Type := Eng_Eco_Pub.g_miss_rev_component_tbl;
    l_sub_component_tbl Bom_Bo_Pub.Sub_Component_Tbl_Type := Eng_Eco_Pub.g_miss_sub_component_tbl;
    l_ref_designator_tbl Bom_Bo_Pub.Ref_Designator_Tbl_Type := Eng_Eco_Pub.g_miss_ref_designator_tbl;
    l_rev_operation_tbl Bom_Rtg_Pub.Rev_Operation_Tbl_Type := Eng_Eco_Pub.g_miss_rev_operation_tbl;
    l_rev_op_resource_tbl Bom_Rtg_Pub.Rev_Op_Resource_Tbl_Type := Eng_Eco_Pub.g_miss_rev_op_resource_tbl;
    l_rev_sub_resource_tbl Bom_Rtg_Pub.Rev_Sub_Resource_Tbl_Type := Eng_Eco_Pub.g_miss_rev_sub_resource_tbl;
    -- API output variables
    x_eco_rec Eng_Eco_Pub.Eco_Rec_Type := Eng_Eco_Pub.g_miss_eco_rec;
    x_eco_revision_tbl Eng_Eco_Pub.Eco_Revision_Tbl_Type := Eng_Eco_Pub.g_miss_eco_revision_tbl;
    x_revised_item_tbl Eng_Eco_Pub.Revised_Item_Tbl_Type := Eng_Eco_Pub.g_miss_revised_item_tbl;
    x_rev_component_tbl Bom_Bo_Pub.Rev_Component_Tbl_Type := Eng_Eco_Pub.g_miss_rev_component_tbl;
    x_sub_component_tbl Bom_Bo_Pub.Sub_Component_Tbl_Type := Eng_Eco_Pub.g_miss_sub_component_tbl;
    x_ref_designator_tbl Bom_Bo_Pub.Ref_Designator_Tbl_Type := Eng_Eco_Pub.g_miss_ref_designator_tbl;
    x_rev_operation_tbl Bom_Rtg_Pub.Rev_Operation_Tbl_Type := Eng_Eco_Pub.g_miss_rev_operation_tbl;
    x_rev_op_resource_tbl Bom_Rtg_Pub.Rev_Op_Resource_Tbl_Type := Eng_Eco_Pub.g_miss_rev_op_resource_tbl;
    x_rev_sub_resource_tbl Bom_Rtg_Pub.Rev_Sub_Resource_Tbl_Type := Eng_Eco_Pub.g_miss_rev_sub_resource_tbl;
    -- Other API variables for return status / error handling / debugging
    l_error_table Error_Handler.Error_Tbl_Type;
    l_return_status VARCHAR2(1) := NULL;
    l_msg_count NUMBER := 0;
    l_output_dir VARCHAR2(500) := 'C:\temp';
    l_debug_filename VARCHAR2(60) := 'su_debug_10_15.dbg';
    -- WHO columns
    l_user_id          NUMBER := -1;
    l_resp_id          NUMBER := -1;
    l_application_id     NUMBER := -1;
    l_row_cnt          NUMBER := 1;
    l_user_name          VARCHAR2(30) := 'MFG';
    l_resp_name          VARCHAR2(30) := 'MFG_AND_DIST_SUPER_USER_APS';
    BEGIN
    -- Get the user_id
    SELECT user_id
    INTO l_user_id
    FROM fnd_user
    WHERE user_name = l_user_name;
    -- Get the application_id and responsibility_id
    SELECT application_id, responsibility_id
    INTO l_application_id, l_resp_id
    FROM fnd_responsibility
    WHERE responsibility_key = l_resp_name;
    FND_GLOBAL.APPS_INITIALIZE(l_user_id, l_resp_id, l_application_id); -- Mfg / Mfg & Dist Mgr / INV
    dbms_output.put_line('Initialized applications context: '|| l_user_id || ' '|| l_resp_id ||' '|| l_application_id );
    Error_Handler.Initialize;
    l_return_status := NULL;
    l_eco_rec.eco_name := l_eco_name;
    l_eco_rec.organization_code := l_org_code;
    l_eco_rec.change_type_code := 'ECO';
    l_eco_rec.eco_department_name := NULL;
    l_eco_rec.priority_code := NULL; --'Medium';
    l_eco_rec.approval_list_name := NULL; --'SU_ONLY';
    l_eco_rec.reason_code := NULL;
    l_eco_rec.Approval_Status_Name:= 'Approved'; -- will default to Not submitted for Approval
    l_eco_rec.Status_Name := 'Open';
    l_eco_rec.description := 'ECO - '||l_eco_rec.eco_name||' API Test';
    l_eco_rec.transaction_type := 'CREATE';
    l_eco_rec.plm_or_erp_change := 'ERP'; -- or 'PLM'
    l_eco_rec.return_status := NULL;
    dbms_output.put_line('Initialized ECO Header');
    l_revised_item_tbl(l_row_cnt).eco_name := l_eco_name;
    l_revised_item_tbl(l_row_cnt).organization_code := l_org_code;
    l_revised_item_tbl(l_row_cnt).revised_item_name := l_rev_item_number;
    l_revised_item_tbl(l_row_cnt).new_revised_item_revision := l_new_revised_item_revision;
    l_revised_item_tbl(l_row_cnt).start_effective_date := l_eff_date;
    l_revised_item_tbl(l_row_cnt).alternate_bom_code := NULL;
    l_revised_item_tbl(l_row_cnt).status_type := 1; -- 'Open'
    l_revised_item_tbl(l_row_cnt).change_description := 'Test';
    l_revised_item_tbl(l_row_cnt).transaction_type := 'CREATE'; -- transaction type : CREATE / UPDATE
    dbms_output.put_line('Initialized ECO revised items');
    -- Add RS_BOM_C3, acd_type = 1
    l_rev_component_tbl(l_row_cnt).eco_name := l_eco_name;
    l_rev_component_tbl(l_row_cnt).organization_code:= l_org_code;
    l_rev_component_tbl(l_row_cnt).revised_item_name := l_rev_item_number;
    l_rev_component_tbl(l_row_cnt).new_revised_item_revision := l_new_revised_item_revision;
    l_rev_component_tbl(l_row_cnt).start_effective_date := l_eff_date;
    l_rev_component_tbl(l_row_cnt).operation_sequence_number := 1;
    l_rev_component_tbl(l_row_cnt).component_item_name := 'CS_Sub_Item_10_D'; -- Add RS_BOM_C3
    l_rev_component_tbl(l_row_cnt).alternate_bom_code := NULL;
    l_rev_component_tbl(l_row_cnt).acd_type := 1;
    l_rev_component_tbl(l_row_cnt).item_sequence_number := 40; -- new item sequence number
    l_rev_component_tbl(l_row_cnt).quantity_per_assembly := 5;
    l_rev_component_tbl(l_row_cnt).transaction_type := 'CREATE'; -- transaction type : CREATE / UPDATE
    -- Change RS_BOM_C1, acd_type = 2
    l_row_cnt := l_row_cnt + 1;
    l_rev_component_tbl(l_row_cnt).eco_name := l_eco_name;
    l_rev_component_tbl(l_row_cnt).organization_code:= l_org_code;
    l_rev_component_tbl(l_row_cnt).revised_item_name := l_rev_item_number;
    l_rev_component_tbl(l_row_cnt).new_revised_item_revision := l_new_revised_item_revision;
    l_rev_component_tbl(l_row_cnt).start_effective_date := l_eff_date; -- effective date
    l_rev_component_tbl(l_row_cnt).operation_sequence_number := 1;
    l_rev_component_tbl(l_row_cnt).component_item_name := 'CS_Sub_Item_10_B'; -- Change qty for RS_BOM_C1
    l_rev_component_tbl(l_row_cnt).alternate_bom_code := NULL;
    l_rev_component_tbl(l_row_cnt).acd_type := 2;
    l_rev_component_tbl(l_row_cnt).old_effectivity_date := to_date('29-APR-2011 10:09:38', 'dd-MON-yyyy hh24:mi:ss'); -- old effectivity date from bill
    l_rev_component_tbl(l_row_cnt).old_operation_sequence_number := 1; -- old operation sequence number from bill
    l_rev_component_tbl(l_row_cnt).item_sequence_number := 20;
    l_rev_component_tbl(l_row_cnt).quantity_per_assembly := 5; -- existing comp qty on Bill = 2
    l_rev_component_tbl(l_row_cnt).transaction_type := 'CREATE'; -- transaction type : CREATE / UPDATE
    -- Disable RS_BOM_C2, acd_type = 3
    l_row_cnt := l_row_cnt + 1;
    l_rev_component_tbl(l_row_cnt).eco_name := l_eco_name;
    l_rev_component_tbl(l_row_cnt).organization_code:= l_org_code;
    l_rev_component_tbl(l_row_cnt).revised_item_name := l_rev_item_number;
    l_rev_component_tbl(l_row_cnt).new_revised_item_revision := l_new_revised_item_revision;
    l_rev_component_tbl(l_row_cnt).start_effective_date := l_eff_date;
    l_rev_component_tbl(l_row_cnt).disable_date := l_eff_date + 2; -- disable date is 2 day from effective_date
    l_rev_component_tbl(l_row_cnt).operation_sequence_number := 1;
    l_rev_component_tbl(l_row_cnt).component_item_name := 'CS_Sub_Item_10_C'; -- disable RS_BOM_C2
    l_rev_component_tbl(l_row_cnt).alternate_bom_code := NULL;
    l_rev_component_tbl(l_row_cnt).acd_type := 3;
    l_rev_component_tbl(l_row_cnt).old_effectivity_date := to_date('29-APR-2011 10:09:38', 'dd-MON-yyyy hh24:mi:ss'); -- old effectivity date from bill
    l_rev_component_tbl(l_row_cnt).old_operation_sequence_number := 1; -- old operation sequence number from bill
    l_rev_component_tbl(l_row_cnt).transaction_type := 'CREATE'; -- transaction type : CREATE / UPDATE
    dbms_output.put_line('Initialized ECO revised components');
    -- call API to create eco
    DBMS_OUTPUT.PUT_LINE('=======================================================');
    DBMS_OUTPUT.PUT_LINE('Calling Eng_Eco_PUB.Process_Eco API');
    Eng_Eco_PUB.Process_Eco( p_api_version_number => 1.0
    , p_init_msg_list => TRUE
    , x_return_status => l_return_status
    , x_msg_count => l_msg_count
    , p_bo_identifier => 'ECO'
    , p_eco_rec => l_eco_rec
    , p_eco_revision_tbl => l_eco_revision_tbl
    , p_revised_item_tbl => l_revised_item_tbl
    , p_rev_component_tbl => l_rev_component_tbl
    , p_ref_designator_tbl => l_ref_designator_tbl
    , p_sub_component_tbl => l_sub_component_tbl
    , p_rev_operation_tbl => l_rev_operation_tbl
    , p_rev_op_resource_tbl => l_rev_op_resource_tbl
    , p_rev_sub_resource_tbl => l_rev_sub_resource_tbl
    , x_eco_rec => x_eco_rec
    , x_eco_revision_tbl => x_eco_revision_tbl
    , x_revised_item_tbl => x_revised_item_tbl
    , x_rev_component_tbl => x_rev_component_tbl
    , x_ref_designator_tbl => x_ref_designator_tbl
    , x_sub_component_tbl => x_sub_component_tbl
    , x_rev_operation_tbl => x_rev_operation_tbl
    , x_rev_op_resource_tbl => x_rev_op_resource_tbl
    , x_rev_sub_resource_tbl => x_rev_sub_resource_tbl
    , p_debug => 'Y'
    , p_output_dir => l_output_dir
    , p_debug_filename => l_debug_filename
    dbms_output.put_line('x_eco_rec.eco_name:'|| x_eco_rec.eco_name );
    dbms_output.put_line('x_eco_rec.org_code:'|| x_eco_rec.organization_code);
    DBMS_OUTPUT.PUT_LINE('=======================================================');
    DBMS_OUTPUT.PUT_LINE('Return Status: '||l_return_status);
    IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
    dbms_output.put_line('x_msg_count:' || l_msg_count);
    Error_Handler.GET_MESSAGE_LIST(x_message_list => l_error_table);
    DBMS_OUTPUT.PUT_LINE('Error Message Count :'||l_error_table.COUNT);
    FOR i IN 1..l_error_table.COUNT LOOP
    DBMS_OUTPUT.PUT_LINE(to_char(i)||':'||l_error_table(i).entity_index||':'||l_error_table(i).table_name);
    DBMS_OUTPUT.PUT_LINE(to_char(i)||':'||l_error_table(i).message_text);
    END LOOP;
    END IF;
    DBMS_OUTPUT.PUT_LINE('=======================================================');
    EXCEPTION
    WHEN OTHERS THEN
    DBMS_OUTPUT.PUT_LINE('Exception Occured :');
    DBMS_OUTPUT.PUT_LINE(SQLCODE ||':'||SQLERRM);
    DBMS_OUTPUT.PUT_LINE('=======================================================');
    RAISE;
    END;
    But with this example I again get same error message...
    Any idea?
    Thanks,
    Carolin

  • Disable Shutdown Button while using Terminal Services

    When I remote desktop into the server remotely, the shutdown button shut's down the server.  Granted I have the reason for shutdown turned on, so some less skillful admin's have to fill in the reason and click okay before they really shutdown the server... but
    Is it possible to replace the shutdown button with a Log Off button for remote sessions or disable it all together?
    Seems like it could be a huge problem if I (or someone logged in as Admin) shutdown the server that's 4 hours away.

    Absolutely, we have had this since 2000 (though we do tend to change the name in each new policy editor) :-).
    In 2008 you need to use group policy and set the user config -> admin templates -> start menu and taskbar -> remove and prevent access to the shutdown, restart, sleep and hibernate comands = enabled
    You probably want to apply this to a machine OU with loopback policy so it only applies to terminal severs.
    You may also want to filter it to apply only to the remote desktop users group (this way it only applies when you logged in remotely).
    if you still need to shutdwon the remote machine when remotely connected then use ctrl-alt-end to bring up the remote SAS and the shutdown button is there in the bottom right hand corner.
    Alex

  • How do i get my IPhone from disabled to able to use it?

    I entered my password that I have had for 5 months and my phone when i entered it locked. I have not had my phone in the last 2 months. But when I turned it back on the phone was died and the whole screen looked different and the password would not work. So now its Disabled and I can receive calls but cant make any. How can I fix this?

        We want to make sure your phone is working, needhelp34. Have you attempted tbo27's suggestion for a restore: http://bit.ly/1i0Wy2b This will erase the content from your device, but will allow you to walk through setup and activation.
    AndreaS_VZW
    Follow us on Twitter @VZWSupport

  • Workshop Domain Prevents Agents from listening on ports

    Hello,
         It took me quite a while to diagnose this. I'm trying to run a profiler
    with BEA Weblogic 8.1. I have a Weblogic Workshop Domain template. I've
    tried using many commercial products, in particular JProfiler, but they
    would not connect to their profiling agent.
         I found the causes to be the Weblogic Workshop domain. Here's the
    explanation:
    Profilers use the JVMPI interface to start their agent.
    Here's an example JVM args for JProfiler
    -Xint -Xrunjprofiler:port=8849 "-Xbootclasspath/a:C:\Program
    Files\jprofiler\bin\agent.jar"
    You can see it tries to run the agent on port 8849
    When this is placed in a Weblogic Server domain, the agent starts up
    fine on port 8849.
    However, when I make a Weblogic Workshop domain, the agent does not
    start up.
    Can someone please explain why this may be, and a way to fix it?
    Thank You

    I found out what causing this issue, it's a fault of JProfiler's BEA
    script generation.
    When the WLW domain template is used, there is an echo statement of the
    Java VM args, before the server is actually started.
    JProfiler modifies that echo line to add its args, instead of modifying
    the actual startup line.
    Took me a while to notice that, since WL was echoing the proper args,
    but was starting without them!
    DealRaider.com wrote:
    Hello,
    It took me quite a while to diagnose this. I'm trying to run a
    profiler with BEA Weblogic 8.1. I have a Weblogic Workshop Domain
    template. I've tried using many commercial products, in particular
    JProfiler, but they would not connect to their profiling agent.
    I found the causes to be the Weblogic Workshop domain. Here's the
    explanation:
    Profilers use the JVMPI interface to start their agent.
    Here's an example JVM args for JProfiler
    -Xint -Xrunjprofiler:port=8849 "-Xbootclasspath/a:C:\Program
    Files\jprofiler\bin\agent.jar"
    You can see it tries to run the agent on port 8849
    When this is placed in a Weblogic Server domain, the agent starts up
    fine on port 8849.
    However, when I make a Weblogic Workshop domain, the agent does not
    start up.
    Can someone please explain why this may be, and a way to fix it?
    Thank You

  • How can I prevent Photoshop from quitting when trying to use Photomerge?

    When trying to use photomerge, Photoshop (CS 5.5 version) quits immediately. How can I fix it?

    I seem to remember that there have been several threads on issues with Photomerge, have you done a Forum search?
    And you may want to provide more information, OS, reports, …
    Boilerplate-text:
    Are Photoshop and OS fully updated and have you performed the usual trouble-shooting routines (trashing prefs by keeping command-alt-shift/ctrl-alt-shift pressed while starting Photoshop after making sure all customized presets like Actions, Patterns, Brushes etc. have been saved and making a note of the Preferences you’ve changed, 3rd party plug-ins deactivation, system maintenance, cleaning caches, font validation, etc.)?

  • How do I prevent users from returning to previous pages in a PDF with fill-in-forms?

    I am creating a presentation in Adobe Acrobat Pro and there is a test at the end. I do not want users returning to previous pages to find answers. How do I do this?

    It can be done with a script, but it's not really a good way of doing it... The user can always close the file, re-open it and see the answers. They can also disable JavaScript and then do whatever they want. I suggest you think of another way of setting this up.

  • Icloud is not saving the notes from my phone...using iphone 4 with ios7

    Icloud is saving everything off my phone except the notes. Can anyone help me with this?
    Thanks

    Sorry, I misread your post.  If notes are not syncing with iCloud be sure:
    You have turned on Mail in Settings>iCloud
    You have selected iCloud as your default account in Settings>Notes>Default Account
    Open Notes and tap Accounts, then confirm that you have selected the iCloud account
    Then try creating a new note and see if it appears on icloud.com now.

  • Using 'Auto-Tune' with Final Cut Express HD...

    Is it possible to use the program 'Auto Tune' (or a similar program) to correct the pitch imperfections on an audio track of an AIFF file - then re-import it into the audio track of a Final Cut Express HD project?
    Thanks,
    Jim

    I have never used such a program, but it stands to reason that this should work as long as you export it from the program to a FCE-friendly format.

  • Using Auto Mask with brush

    I have watched tutorials on this and consider myself an advanced PC user but I am stuck here. When I read how other people use this tool, it shows them starting at a point on their photo then using the brush and the mask doesnt allow the brush to cover over different color areas than the one first selected. But..when I attempt this, all the photo sections are covered in the mask not just my starting point color...what am i doing wrong..how you can follow this.
    thanks

    From Lightroom news........
    The auto-mask controls
    The Auto Mask option cleverly masks the image as you paint with the Adjustment brush. It works by analyzing the color and tone of the area where you click with the Adjustment brush and only applies the effect to those areas that match the same tone and color.
    In response to the middle point comment, that would kind of defeat the purpose of the tool. The tool is only suppose to mask the starting color not surrounding areas. Thats why its suppose to be so great.
    check this out. http://lightroom-news.com/2008/07/31/auto-masking-in-lightroom-2/
    unless im reading this wrong, its suppose to work like i said above.

  • How to use auto increment with "nchar" data type

    Hello
    I have a table that I want the value in one column to be generated automatically with "T-XXX" pattern which
    "XXX" is a number. Can Microsoft SQL Server do that?

    Hello,
    Not directly.
    You could use an integer column with "Identity" and then add a calculated column to generate the required pattern, like
    'T' + convert(varchar, YourIntColumn)
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Using Auto Fill with web sites often used

    How do I turn on the "Auto Fill"   Name and Pass Word,  For a site I previously stated " Never for this site?
    So that I can quickly access the site without filling in all the details when ever I wanty to use the site. 

    Try the Tiny Menu extension. I am using an older version of Tiny Menu on Lucid with Firefox 3.6.x and it works fine.

Maybe you are looking for