How to disable a shorcut in Planning webform ?

With laptop with French keyboard, the shortcut to lock cell in data forms (Shift + & in Azerty or in Qwerty Shift + !) is unusual because it replace "1" input.
We have to enter before MAJ input to enter numeric value 1 with laptop without numeric tab.
How we can disable this shortcut in Planning, users aren't very pleased with this constraint.
Thanks for help

Hi Frederico,
Emanuel is correct, it is not possible to disable a row. However, you can use the Validate event to check whether a cell belongs to a row that should be 'disabled' and prevent changes to the value.
Kind Regards,
Owen

Similar Messages

  • How can I reduce number of rows in Planning webform in Smartview?

    Hi,
    I downloaded a Planning webform into Smartview. I want to reduce the 1000 rows down to 20 for a particular user as he does not submit data for the other 980 rows. How can I reduce number of rows in Planning webform in Smartview?
    Someone said that I can insert vlookup code into Smartiveiw pointing to a new worksheet that has only 20 rows. I could not test it as our Planning 9.3.1 has a bug that would not take sub variables from Smartview.
    Thanks.

    Hi,
    My first reaction is why do you have a form with a 1000 rows, surely this is a design issue and doesn't benefit anybody when entering data, anyway why not have security on the dimensions then users will only see what they have access to when they retrieve the form in smart view or through the planning web front end.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How to LogOff Users Automatically in Planning ?

    Folks,
    do you have any idea about how can we Logoff all the users automatically in Planning.
    the method i know is by going to the Planning web-Application settings and Switch to Administrator.
    But I want to get this done Automatically for application maintanance and nightly backups.
    any thought would be highly appreciated.

    We had a similar scenario where we had to logoff users from planning app on the essbase side to run a cube fresh.
    We have a job that would accomplish the tasks in the following order:
    1. kill requests on planning app
    2. Disable connects to the planning app
    3. unlock all objects
    4. run a cube refresh and security refresh from planning web(through command line using cuberefresh utility)
    5. enable connects to the planning app.
    If you wish to do it manually you can always push the planning app into maintenance mode which can be done by admin the Planning application owner.
    Hope this helps!!
    Edited by: Nra601 on Jun 24, 2009 12:07 PM

  • SAP Logon - how to disable popups while playing tests (QC and  TAO)

    Hello,
    I am using QC 10, QTP 10 SAP TAO 2.03.
    I recorded and cofigured sample scripts and now I am planning to run it from QC during night. There is one problem to run scripts someone needs to accept popups initiated by sap logon at the beginning of test run -
    So my question is how to disable the logon popup windows and fully automate runs?
    Thank you in advance for your help
    Edited by: Ksan_1 on Apr 1, 2011 9:04 PM

    It is just the beginning of replaying the test.
    When i initiate the test eg from the QC the very first operation is to confirm 2 popups. First informs about starting the gui and. Second is confirmation that script would be initiated. In the system.
    So i need human interaction to initiate each SAP and this is part i want to eliminate.
    Is there any way to disable the initial popup?

  • Landmarks display in Maps, how to disable ?

    I am using Landmark feature to plan routes, and i managed to import routes from google earth as landmarks in my E71.
    Three question remaining:
    1. How to disable the display of the landmarks ? Once i have choosen to display a category, i do not know how to disable it again (without deleting the landmarks). Since loading of maps takes more time with landmarks active i would like to switch them off again.
    2. Some landmarks are not loaded (usually around 20% of the landmarks create errormessage and do not have valid coordinates). Can not find the reason... anybody else having this problem?
    3. Does anybody know how to create own symbols? The blue pin-point is to big... would like to have simply a very small point on the map.

    I'm not sure if you can remove your personally saved favourites from the display. There is a choice in Maps 2.0 to enable and disable showing of certain types of "Point Of Interest":
    Options>Tools>Settings>Map>Categories
    But this does not include favourites, and there is no similar option under  the Favourites section.

  • How to disable MERJE JOIN CARTESIAN in Oracle9i?

    Hello,
    I have an execution plan using CBO optimizer in a SQL joins with multiple operations. The tables are properly related to each other, so it s not justified by the Cartesian product joins Union problems. Tables have updated statistics. I tried to use hints to force a hash join for but can not. I suspect that the Cartesian product is performed by applying the rules of transitivity level optimizer.
    Any know how to disable this transformation for the use sql Hash Joins?
    The BD version is 9.2.0.8
    The execution plan is:
    Execution Plan
    0 SELECT STATEMENT Optimizer=CHOOSE (Cost=167668961512454000 Card=2739657621013990 Bytes=1213668326109200000)
    1 0 FILTER
    2 1 SORT (GROUP BY) (Cost=167668961512454000 Card=2739657621013990 Bytes=1213668326109200000)
    3 2 MERGE JOIN (Cost=167668961332844000 Card=441199942603335000000 Bytes=195451574573277000000000)
    4 3 SORT (JOIN) (Cost=167668961332839000 Card=142777672565453000000 Bytes=48544408672254100000000)
    5 4 MERGE JOIN (CARTESIAN) (Cost=167668954679307000 Card=142777672565453000000 Bytes=48544408672254100000000)
    6 5 MERGE JOIN (Cost=1864734714877 Card=1524246272223560 Bytes=399352523322573000)
    7 6 SORT (JOIN) (Cost=1864734713198 Card=664093883338651 Bytes=155397968701244000)
    8 7 MERGE JOIN (CARTESIAN) (Cost=1860854406653 Card=664093883338651 Bytes=155397968701244000)
    9 8 MERGE JOIN (CARTESIAN) (Cost=21152201 Card=14425063988 Bytes=1932958574392)
    10 9 TABLE ACCESS (FULL) OF 'DPOLCOBE' (Cost=1022 Card=111911 Bytes=6043194)
    11 9 BUFFER (SORT) (Cost=21151179 Card=128898 Bytes=10311840)
    12 11 TABLE ACCESS (FULL) OF 'DPOLPER' (Cost=189 Card=128898 Bytes=10311840)
    13 8 BUFFER (SORT) (Cost=1860854406464 Card=46038 Bytes=4603800)
    14 13 TABLE ACCESS (FULL) OF 'DPOLIZAS' (Cost=129 Card=46038 Bytes=4603800)
    15 6 SORT (JOIN) (Cost=1679 Card=208909 Bytes=5849452)
    16 15 TABLE ACCESS (FULL) OF 'DPOLSCON' (Cost=577 Card=208909 Bytes=5849452)
    17 5 BUFFER (SORT) (Cost=167668954679306000 Card=93671 Bytes=7306338)
    18 17 TABLE ACCESS (FULL) OF 'DPERSONA' (Cost=110 Card=93671 Bytes=7306338)
    19 3 SORT (JOIN) (Cost=5560 Card=290500 Bytes=29921500)
    20 19 TABLE ACCESS (FULL) OF 'DPOLPECO' (Cost=924 Card=290500 Bytes=29921500)
    Many Thanks
    Arturo

    Hello,
    The sql is:
    select  *
    from  ntjdatsba.dpolper peri,
      (SELECT id_dpolizas_fk, MAX(b.dpolcobe_scon) dpolcobe_scon , MAX(b.dpolpeco_scon) dpolpeco_scon, MAX(b.dpolper_scon) dpolper_scon
               FROM ntjdatsba.dpolscon b
                WHERE
                fechemis <= TRUNC(SYSDATE)
          GROUP BY id_dpolizas_fk
          ) scon,
      ntjdatsba.dpolizas pol,
      ntjdatsba.dpersona pers,
      ntjdatsba.dpolpeco peco,
      ntjdatsba.dpolcobe cobe
      WHERE  pol.id_dpolizas = scon.id_dpolizas_fk
         AND pol.estado = 'V'
         AND cobe.id_dpolscon_fk = scon.dpolcobe_scon
        AND cobe.garancod = 'AC01'
        AND peco.id_dpolscon_fk = scon.dpolpeco_scon
        AND peco.relacion IN ('CHAB', 'COCA')
         AND peco.id_dpersona_fk = pers.id_dpersona
         AND peri.id_dpolscon_fk = scon.dpolper_scon
         AND peri.poliefec <= TRUNC (SYSDATE); And the execution plan (I hope know is better formated).
    Execution Plan
       0      SELECT STATEMENT Optimizer=CHOOSE (Cost=167668961512454000 Card=2739657621013990 Bytes=1213668326109200000)
       1    0   FILTER
       2    1     SORT (GROUP BY) (Cost=167668961512454000 Card=2739657621013990 Bytes=1213668326109200000)
       3    2       MERGE JOIN (Cost=167668961332844000 Card=441199942603335000000 Bytes=195451574573277000000000)
       4    3         SORT (JOIN) (Cost=167668961332839000 Card=142777672565453000000 Bytes=48544408672254100000000)
       5    4           MERGE JOIN (CARTESIAN) (Cost=167668954679307000 Card=142777672565453000000 Bytes=48544408672254100000000)
       6    5             MERGE JOIN (Cost=1864734714877 Card=1524246272223560 Bytes=399352523322573000)
       7    6               SORT (JOIN) (Cost=1864734713198 Card=664093883338651 Bytes=155397968701244000)
       8    7                 MERGE JOIN (CARTESIAN) (Cost=1860854406653 Card=664093883338651 Bytes=155397968701244000)
       9    8                   MERGE JOIN (CARTESIAN) (Cost=21152201 Card=14425063988 Bytes=1932958574392)
      10    9                     TABLE ACCESS (FULL) OF 'DPOLCOBE' (Cost=1022 Card=111911 Bytes=6043194)
      11    9                     BUFFER (SORT) (Cost=21151179 Card=128898 Bytes=10311840)
      12   11                       TABLE ACCESS (FULL) OF 'DPOLPER' (Cost=189 Card=128898 Bytes=10311840)
      13    8                   BUFFER (SORT) (Cost=1860854406464 Card=46038 Bytes=4603800)
      14   13                     TABLE ACCESS (FULL) OF 'DPOLIZAS' (Cost=129 Card=46038 Bytes=4603800)
      15    6               SORT (JOIN) (Cost=1679 Card=208909 Bytes=5849452)
      16   15                 TABLE ACCESS (FULL) OF 'DPOLSCON' (Cost=577 Card=208909 Bytes=5849452)
      17    5             BUFFER (SORT) (Cost=167668954679306000 Card=93671 Bytes=7306338)
      18   17               TABLE ACCESS (FULL) OF 'DPERSONA' (Cost=110 Card=93671 Bytes=7306338)
      19    3         SORT (JOIN) (Cost=5560 Card=290500 Bytes=29921500)
      20   19           TABLE ACCESS (FULL) OF 'DPOLPECO' (Cost=924 Card=290500 Bytes=299215Thanks
    Arturo

  • How to disable keyboard on 768

     My keyboard types Q;s continous after booting up, is there a way to disable the keyboard in bios? I plan on using
    it as a desktop so need to know how to disable the laptops keyboard.

    hi chuckinnc,
    You probably referring to the Lenovo N100 (Type: 0768). AFAIK, this unit doesn't have an option to turn off the keyboard via BIOS (or any lenovo unit that I know off) and the only way to disable the keyboard is to detach the keyboard ribbon out of the system (note that you may get a 021x:keyboard error during POST).
    As for the keyboard typing Q's continuously, you probably have a stucked Q key. Try to use a compressed air and Q-tips to remove dirt that might be causing the Q-key to be stucked. 
    Video Guides:
    Lenovo 3000 N100 Disassembly
    How to Fix a Stuck Laptop Key
    Regards
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • My 4s was stolen. how to disable it via IMEI

    my iphone 4s was stolen and i changed all my information in the device
    is there anything else that i can do to keep my information safe from the thief? and how to disable the device.
    i heard can disable the device via IMEI by calling the service company but i called and they said they cant do anything.
    is there anyway to block and disable my stolen 4S so they cant use my device?
    need comments. Please.

    i already changed them a moment ago. what a great loss i bought it while it released. lesson learnt. but its way too late.
    luckily i used another sim card as in i travelled to other country. so im not using the sim card with the data plan.
    i stay in Singapore. can singapore's carrier company disable the phone??

  • How to disable the "Connect to Second Node" task of the Windows Server 2012R2 and run a customized verision of this task?

    I am running a customized ICT. When I am running the ICT on a single node cluster, it is automatically detecting the if remote node is present? I need to disable this feature of ICT and tweak it to have a customized version of this. How to disable this
    task?

    Hi Sounak Ghosh,
    You can customize the ICT by the following KB:
    Windows Storage Server 2012: Planning and Deployment
    https://technet.microsoft.com/en-us/library/jj643306.aspx?f=255&MSPPError=-2147217396
    Server Manager Extension Schema
    https://technet.microsoft.com/en-us/library/hh825683.aspx
    I’m glad to be of help to you!
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • How to disable parent window while popup window is coming

    Hi,
    I am working on Oracle Applications 11i.
    I am able to get the popup window using the Java script in the controller.
    Please see the below code for the reference.
    String pubOrderId = pageContext.getParameter("orderId");
    StringBuffer l_buffer = new StringBuffer();
    StringBuffer l_buffer1 = new StringBuffer();
    l_buffer.append("javascript:mywin = openWindow(top, '");
    l_buffer1.append("/jct/oracle/apps/xxpwc/entry/webui/AddAttachmentPG");
    l_buffer1.append("&retainAM=Y");
    l_buffer1.append("&pubOrderId="+pubOrderId);
    String url = "/OA_HTML/OA.jsp?page="+l_buffer1.toString();
    OAUrl popupUrl = new OAUrl(url, OAWebBeanConstants.ADD_BREAD_CRUMB_SAVE );
    String strUrl = popupUrl.createURL(pageContext);
    l_buffer.append(strUrl.toString());
    l_buffer.append("', 'lovWindow', {width:750, height:550},false,'dialog',null);");
    pageContext.putJavaScriptFunction("SomeName",l_buffer.toString());
    But here the problem is, even though popup window is there, i am able to do the actions on the parent page.
    So how to disable the parent page, while getting the popup window.
    Thanks in advance.
    Thanks
    Naga

    Hi,
    You can use javaScript for disabling parent window as well.
    Refer below link for the same:
    http://www.codeproject.com/Questions/393481/Parent-window-not-disabling-when-pop-up-appears-vi
    --Sushant                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • How to Disable "Auto Align" in [System Pref.] - [Display] - [Arrangement]

    Does anyone know How to Disable "Auto Align" in [System Preferences] -> [Display] -> [Arrangement]?
    It always want to align the two screens from the top when they are lined up close together and I need them to be aligned from the bottom. Since the resolution heights are so close together (1080 & 1050) it does not allow one to align side by side from the bottom as it prioritizes top alignment.
    I guess I'm looking for a script to disable this feature.

    Anyone got any ideas?

  • How to disable the "turn page" event triggered by the scroll/swipe function?

    The problem is as follows.
    The default behaviour of Acrobat Reader (both stand alone and browser plug-in) is to allow scrolling/swiping with the mouse wheel/trackpad. This is useful when the pdf's page length is greater than the screen's own length, because you can read the pdf with no need to distract your attention from the text to the scrollbar button. However, the same scroll/swipe function turns into a usability problem when the pdf is embedded in a html page and the pdf's page length is smaller than the browser's length. In this case, the scroll/swipe turns the page, distracting your attention from the text to the unintended behaviour of the browser. What happens is that you are so used to scrolling/swiping that you did it unintentionally in the pdf's caption area. You really did not want to turn pages in the pdf. Furthermore, if the pdf takes the whole html page, being a website, the scroll/swipe function flips the website pages in ways that neither the reader nor the writer had ever intended. Hence the question. How to disable, in this case, the "turn page" event triggered by the scroll/swipe function? A JavaScript should do, but the SDK documents did not help so far...
    Message was edited by: 41457173
    Message was edited by: 41457173

    ... or release a patch for the API,
    ... or suggest an alternative route to achieve the intended result.

  • [Forum FAQ] How to disable Microsoft account default sign-in behavior when accessing Microsoft website on Windows 8.1

    Scenario
    By default it will sign in with current Microsoft account, if a user accesses Microsoft website (www.live.com, www.bing.com, etc.) with Microsoft account on Windows 8.1. This article describes how to disable this default sigh-in behavior if you want to use
    different Microsoft accounts every time. 
    Method
    To disable this default sign-in behavior, we can deny current Microsoft Account read permission of MicrosoftAccountTokenProvider.dll, please follow the following steps:
    Run Command Prompt with elevated permissions.
    Run the following command to take ownership of MicrosoftAccountTokenProvider.dll:
      takeown /f C:\Windows\SysWOW64\MicrosoftAccountTokenProvider.dll
    Run the following command to deny the read permission of the Microsoft:                                
     icacls C:\Windows\SysWOW64\MicrosoftAccountTokenProvider.dll /deny
    [email protected]:r                                                                                                                
    Note: Please replace your current Microsoft Account with the example
    [email protected]
    Change the owner of this file back to TrustedInstaller:
    Right-click MicrosoftAccountTokenProvider.dll under
    C:\Windows\SysWOW64\, choose Properties. Under
    Security tab, click Advanced.
    Click Change, in the box Enter the object name to select, type
    NT Service\TrustedInstaller.
    Click OK.
    Note: This operation would take some hours to work.
    Apply to:
    Windows 8.1
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    Error: System cannot find the specified path
    I am getting this eroor
    Parashuram Singade www.distinctnotion.com

  • How to disable airplay mirroring on iPad with ios7

    How to disable airplay mirroring on iPad with ios7?

    I've had this problem ever since I was at my friend's house- she has Apple TV- and my iPad connected automatically. So, I have no idea why any of the practical solutions that people think of are not options BUT, in terms of just getting it done, I did figure out a way. The key for me was getting near another Apple TV. I was out of town so I took my iPad to another friend's house who also has TV. Once I was logged onto their wireless network (the same network that their Apple TV is on-- that's how it connected in the first place), then the Airplay icon and options showed up from the bottom-draw menu and I was able to make sure that mirroring was turned off from the Apple TV section and to make sure the selection was on iPad instead. Problem solved. Now whether or not this will stay the same (rather than me having to make sure it stays at this setting everytime I link up to a network that has an Apple TV on it) I don't know. So my advice is find someone with Apple TV and connect to their network with your iPad and then change it.

  • I have changed the apple ID (email, but on my iphone , the icloud is stil asking me to log in whit the old email.And it is poping-up on every 10 seconds.I never used icloud, and i dont want to use it.I just dont know how to disable the icloud.

    i have changed the apple ID (email) but on my iphone , the icloud is stil asking me to log in whit the old email.And it is poping-up on every 10 seconds.I never used icloud, and i dont want to use it.I just dont know how to disable the icloud.

    If you see that pop up you enabled icloud. Whether you want or do not want now to use it irrelevant until you actually disable activation lock.
    In order to do that you have to change your apple id back to do that just long enough to sign in and back out. System will ask you to verify, don't.
    Just sign in on the prompt you getting and then logout. Once done, change apple id to what you have now and verify. Then decide if you want to
    use icloud (who does not want to be able to track their phone if lost or stolen).

Maybe you are looking for

  • How to extract data from a CLOB column

    I have a column that is in CLOB format which stores a table (which has 2 columns-Initiative and SLM) into it. Example: <Table><TableStructure><Col Name="Initiative" Index="Y" Mandatory="N" Type="Text" DefaultValue="" /><Col Name="SLM" Index="N" Manda

  • Error while installing windows 8 on MacBook Air.

    I am trying to install Windows OS from USB thumb drive. This drive has bootcamp assistant files with ISO image. When I select EFI boot, it says windows cannot be installed on this disk. this computer's hardware may not be support booting to this disk

  • Is there an Outlook 2010 vs IPhone4 problem?

    I use Outlook 2010 during the day for my work email.  When it is not open my email goes to my phone and then in the mornings everything gets downloaded into Outlook and deleted from my Phone which is fine with me.  The problem I am having the last fe

  • Restore Database in Two Instances

    Good Morning, Hi people, I have one server with two instances. I need to restore one by media LTO Solstice 6.0. How steps for this? I study about this and i am not sure, but i believe to alter 2 files after restore TNSNAMES.ORA and Listerner.ORA... T

  • Good news - find purchasing group in Extended classic

    Hello All, This is not a question. Just FYI. From SRM50 SP5, you do not need to program the BADI to find purchasing group in Extended Classic. Please cheek the note 944918 ECS: Find back end purchasing group as a responsible. Regards, Masa