Momentary checkbox disappeared in Edit mode

This is the third time in the last week that several of my buttons, which contain assignments using the Momentary Checkbox, no longer have the Momentary Checkbox available. If you look at the screenshot below, you will see where the checkbox should be. These momentary assignments are critical to the workflow I am trying to do. I can open a different concert, copy buttons that do work into this concert, and then those buttons have the momentary option. Has anyone seen this before? This has happened in several separate concerts.

Blueberry, that makes sense that you have to adjust the button in Layout mode, pressing Learn and the button 3 times. Thank you for clarifying the steps there for me, and I see in the manual where it says to do that. 
I guess my question is why would it change randomly? I do not see anything in the manual that explains how the button will change. Everything was working perfectly with my setup for a week. I frequently closed and opened the concert. Then, I opened the concert one day and all the momentary assignments were gone. I did not make any adjustments to yield this change.

Similar Messages

  • Page content disappears in Edit mode - Custom Master Page

    Hi All,
    Below are the two issues I have with my master page.
    1) I am facing the strange issue with the pages created using custom page layouts and custom master page.
    In browse mode, everything looks perfect and as expected. But when I try to edit the same page, all content disappears as soon as page ribbon appears. When I click back on Browse tab on the ribbon, everything appears back normally. 
    2) Also When I apply my custom master page as site master for Publishing site it works I can see all my custom design and layout. But when I apply same for team sites, unless I change system master to my custom master page, it doesn't reflect my design.
    Does anyone face this issue before? 
    Thanks
    Pramod
    Pramod

    Once in edit mode, are you able to view the page's source and do a "Find" on a certain keyword that should normally appear in your page's content? Is it there?
    I'm trying to determine if its a server side issue with your master page's code that's causing the content not to be sent back across the wire to the user or if the content is there but just not properly presented. Thanks
    Nikolas Charlebois-Laprade Microsoft Certified Professional & Software Engineer http://nikcharlebois.com

  • Report tabs disappear from Edit mode

    Hi,
    I am experiencing a seriously puzzling issue in BO XI R2 (Web Intelligence). A user claims that she lost half of the tabs in her report after it was migrated from staging to prod with Import Wizard.
    Indeed when I click on Modify, in the Edit Report view several report tabs are missing. It's not just a case of scrolling to the right unfortunately...
    I first thought that the user deleted the report tabs accidentally but when running the report, the missing tabs show up.
    There is no such thing as a hide functionality from what I hear I checked in the report map but the missing tabs are not visible there.
    Any idea?
    The BO version is 11.5.9.1076 which is SP3.
    A hotfix released with CHF20 (ADAPT00722944) is said to have resolved a similar issue where the last report tab of a multi tab web-I report would disappear when editing it This should be covered by SP3 though so I should be getting this issue.

    Oh Boy. I am now experiencing this behaviour in Webi. The webi is still in Dev. When I ran on info-view with 'view' mode, it has displayed all tabs in the report, but when I pressed 'Edit' button and did some variable changes, I lost all tabs, but for the first one. I hit the Save button without noticing this behaviour.
    I fortunately had a copy of this webi. I see the same behaviour there. View mode shows all tabs, but as soon as I press Edit mode, I lose all tabs except the first one. For now, I am not saving it and coming out. But I need to make changes to this webi.
    Strange!!
    Anyone else is facing this issue or any SAP solution. We are on BOBJ XI R 3.1 SP3 (We don't have FP3.2 yet)

  • Cfgrid, checkboxes in non-edit mode

    I have a nice data-entry form that works great.  I have gotten a simple cfgrid to work nicely, displaying contract articles.
    The cfgrid opens in a sweet popup window using cfwindow.  Now here are my problems:
    The cfgrid is read-only.  I do not want the user updating this data!
    There are 16 pages of contract articles, from which the user may select up to 10; however, they must select at least 1 article.
    No matter what I try, I cannot get check boxes to appear in the first column of the grid.  There's a column there, with my header, but no boxes.
    The current system forces the user to select and save the applicable articles from each page on which they appear.  What they want is the ability to click the check box, scroll to the next page (or 7) and select another without having to press Save each time (or leave the pop up window until they have selected all their articles).
    Once the user selects their articles, how do I access their choices?
    Here's my code:
    The query to populate the grid:
       <cfquery datasource="#REQUESTDataSource#" name="articles">
              SELECT ArticleName from Articles ORDER BY ArticleNumber
         </cfquery>
         <cfreturn QueryConvertForGrid(articles, page, pageSize)>    
    The code that calls the pop-up window:
         <cfinput type="button" name="popArticles" onClick="ColdFusion.Window.show('ArtPopUp')
               value="Click to select Contract Articles">
    The code that opens the window and displays the grid:
         <cfwindow name="ArtPopUp" initShow="false" center="true" title="Select Contract Articles">
              <cfform>
                   <cfgrid name="ArticleGrid" format="html" selectonload="false" selectmode="row"
                                  bind="cfc:Functions.GetArticles({cfgridpage}, {cfgridpagesize},
                                                   {cfgridsortcolumn}, {cfgridsortdirection})">
                        <cfgridcolumn name="selectArt" header="Select" select="true" type="boolean"
                            values="1" display="yes">
                        <cfgridcolumn name="ArticleName" header="Contract Articles" select="no">
                   </cfgrid>
              </cfform>
         </cfwindow>
    I've tried SelectMode="edit" with a corresponding "onChange" entry, but that didn't work.
    Thank you in advance for your help.

    OK, CF 9 solved the checkbox problem marvelously!  Here's the code that ended up working (for anyone else struggling with this problem!):
    <cfquery datasource='database' name='GetArticles'
         SELECT ArticleNumber, ArticleText
           FROM Articles
        ORDER BY ArticleNumber
    </cfquery>
    <cfform>
         <cfgrid name='art_grid' format='flash', selectMode='edit' query='GetArticles'>
               <!---  Display the checkbox column  --->
              <cfgridcolumn name = 'ArticleIndex' select='yes' type='boolean' values='1' display='yes'>
               <!---  Display the text column  --->
              <cfgridcolumn name = 'ArticleName' select='no'>
         </cfgrid>
    </cfform>
    I'll start a new discussion for my other issues.

  • How to make a "yes/no" field to be displayed as a checkbox during inline editing?

    I have a "yes/no" field in a SharePoint 2013 list. In a default list view I can click "edit" link and get to inline editing of the list. In this case I can edit the "yes/no" field via a dropdown with values "yes" and
    "no". Like so:
    But in my solution I have lots of records that must be clicked through by users as quickly as possible. And a checkbox is more convenient for this, but not a dropdown.
    So is there any way (with and without custom development) to display a checkbox instead of a dropdown in inline editing mode? Like so,
    v

    Hi,
    From your description, you want to make a “yes/no” field to be displayed as a checkbox in “Quick Edit” mode in SharePoint 2013.
    We can use code
    to achieve it.
    Here is a blog for your reference:
    http://sharepoint-community.net/profiles/blogs/custom-field-type-for-sharepoint-2013-custom-quick-edit-mode
    More information:
    http://spjsblog.com/2011/02/08/inline-editing-for-sharepoint-2007/
    Best Regards,
    Dennis Guo
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Disappearing photos in Edit mode

    My photos disappear when I go into I-Photo edit mode.  I can see them in the overhead bar, and if I change the size I can see the photos, but the space where the photo normally appears is black.   If I make any changes, they then disappear from the Browser--an empty black square shows up.
    I recently changed printers, but other than that, this seems to have come out of the blue.   I've had random photos show up black from time to time and always attributed it to something in the photo.  This seems to involve ALL of my photos.    Help!

    There are several possible causes for the Black Screen issue
    1. Permissions in the Library: Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Include the option to check and repair permissions.
    2. Minor Database corruption: Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild.
    3. A Damaged Photo: Select one of the affected photos in the iPhoto Window and right click on it. From the resulting menu select 'Show File (or 'Show Original File' if that's available). Will the file open in Preview? If not then the file is damaged. Time to restore from your back up.
    4. A corrupted iPhoto Cache: Trash the com.apple.iPhoto folder from HD/Users/Your Name/Library/ Caches...
    5. A corrupted preference file: Trash the com.apple.iPhoto.plist file from the HD/Users/ Your Name / library / preferences folder. (Remember you'll need to reset your User options afterwards. These include minor settings like the window colour and so on. Note: If you've moved your library you'll need to point iPhoto at it again.)
    If none of these help:
    As a Test:
    Hold down the option (or alt) key key and launch iPhoto. From the resulting menu select 'Create Library'
    Import a few pics into this new, blank library. Is the Problem repeated there?

  • The tool box in Full Photo Edit mode disappeared. How do I retrieve it?

    I was using the tool box last night, and thought I had properly closed down and shut off Photoshop Elements 9.  But today, when I moved some pictures into full edit mode, there is no tool box on the left side.  The tool box for Quick edit mode is present, but no tool bar shows at all in full edit mode.  What have I done wrong--and how do I get the tool box back?

    Window>Tools.

  • Problem with window repaint and scrollbars in edit mode (LabVIEW 8.0.1)

    I am running LabVIEW 8.0.1 in Windows XP SP3.  For my main VI, I ran into a strange problem about 5 months ago.  The front panel window - in both edit mode and run mode - stopped repainting itself on the right side which is most visible when you scroll up and down, but also visible with overlapping windows.  Coincident with the repaint problem, both scrollbars look disabled with greyed-out arrows and no boxes in the bars that you can click and drag to scroll the window.  The scrollbars still partially work if you hover the mouse over them and roll the mouse wheel but clicking and dragging doesn't work. 
    The front panel has lots of controls and indicators including tab-control containers and is larger in the horizontal and vertical directions so both scrollbars should be active.  But I deleted all elements on the front panel and everything in the block diagram and the problem persists.  So the problem is not directly related to some control/indicator display.
    I saved the simple VI with this problem (using a wide text line and a tall rounded box to test), then created a new VI and copied the two elements to the new VI.  This new VI does not have the repaint and scrollbar problem.  The two VIs differ slightly in memory usage and in revision number (the bad one is revision 1785 and the good one is revision 3), but otherwise the two VIs are identical.  I attached both VIs to this posting.  When you first open the bad VI, you'll see the disabled scrollbars whereas the good VI has active scrollbars.  To replicate the repaint problem, scroll the window up and down with your mouse wheel.  If it's fine when you first open the VI, click on another window, then click back on the VI window and try the mouse wheel again.  This clicking-away-and-back always causes the repaint problem for me.  I tried the VIs on two different computers both running Windows XP SP3 and LabVIEW 8.0.1 with identical results.
    Here's what I discovered from troubleshooting with the simple VIs:
    * scrollbars always disabled
    * repaint problem in main window for window widths larger then 680 pixels
    * repaint problem in main window menu toolbar for widths larger than 646 pixels
    * entire window becomes disabled for window widths larger than 1348 pixels
    * can repaint window by minimizing and restoring, but only repaints that one time
    * scrollbar boxes sometimes flicker into view but then disappear
    * scroll left and right by hovering mouse over horizontal scrollbar and using mouse wheel
    I found something similar on this forum (thread: Problem with front panel refresh) - it might be related to the CAR about the panel being offset internally.  I don't have access to LabVIEW 8.5 or later and don't plan to upgrade - I haven't tried the trial version as that user did.  I could try to copy and paste my entire block diagram to a new VI but the VI is so large I'm afraid something would break, plus I don't want this to happen again in a few months.  The problem seemed to occur after a certain number of saves (or revision number).  I save backup copies often and when the problem first happened, I was able to go back to a previous version, make the missing changes and save it with no problems, but this only delayed the problem and it came up later.  So maybe it's the revision number.  It didn't seem related to a particular addition or modification in the front panel or diagram.
    The image attached shows the repaint and scrollbar problems in the bad VI.
    This brings up a question I have - if this problem is a bug and was fixed in 8.5 and later, is there a way to apply bug fixes to earlier versions?  Or do I have to pay for an upgrade to fix such bugs?
    Solved!
    Go to Solution.
    Attachments:
    RepaintTest_Bad.gif ‏27 KB
    Test Repaint - From Bad VI, scrollbar and repaint problems.vi ‏7 KB
    Test Repaint - From Blank VI, no problems.vi ‏5 KB

    Seems something got corrupted with this VI. Copy things over to a fresh VI and things should be OK.
    See also this recent report of a similar issue.
    LabVIEW Champion . Do more with less code and in less time .

  • How to add URLs in apage without using edit mode

    Hello everybody.
    We have Portal 9.0.4.1 under Solaris, and we are just beggining using it :-)
    We created a section for links (to urls) in the home page of each user. We would like our users to add links to their most used pages (for example, metalink.oracle.com), but we do not want them to enter in edit mode, we would like some functionallity like the "add portlet" in the customize option.
    Any help will be very apreciated.
    Thanks in advance.
    Lisandro

    The example is generic and not hardcoded to any region on the page ... but has the same "warning" that Mark mentioned about this example not working in future versions if Oracle changes the URL structure:
    The Add Item example shows how to create a new item type ...adding an item of this type to any region allows you to add content to that region
    The Edit Item example show how to show a edit link or icon next to the item in view mode.
    Add Item
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    This code sample shows how to create an item allows the content contributor to add items to the page group/page/region that the sample item is placed in.
    If you want your content contributor to add items to multiple regions on a page, add the sample item to all regions that you wish to expose this functionality in.
    Step 1: Create a PL/SQL procedure
    Create the following procedure:
    Create or Replace Procedure <schema>.ADDITEM_URL
    p_itemid IN VARCHAR2,
    p_pageid IN VARCHAR2,
    p_siteid IN VARCHAR2)
    as
    v_url varchar2(2000);
    v_region varchar2(2000);
    v_looplink varchar2(2000);
    v_host varchar2(2000);
    begin
    select folder_region_id into v_region
    from portal.wwsbr_all_items
    where id = p_itemid and
    caid = p_siteid;
    if instr(portal.wwctx_api.get_host, ':') = 0 then
    v_host := portal.wwctx_api.get_host;
    else
    v_host := substr(portal.wwctx_api.get_host,
    1,
    (instr(portal.wwctx_api.get_host, ':')-1))
    || '%3A'
    || substr(portal.wwctx_api.get_host,
    (instr(portal.wwctx_api.get_host, ':')+1));
    end if;
    v_looplink := 'http%3A%2F%2F'
    || v_host
    || '%2Fportal%2Fpage%3F_pageid%3D'
    || p_siteid
    || '%2C'
    || p_pageid
    || '%26_dad%3D'
    || portal.wwctx_api.get_dad_name
    || '%26_schema%3D'
    || portal.wwctx_api.get_product_schema
    || '&p_containerpageid='
    || p_pageid;
    v_url := portal.wwctx_api.get_base_url
    || 'portal.wwv_additem.selectitemtype?'
    || 'p_cornerid=' || p_pageid
    || '&p_siteid=' || p_siteid
    || '&p_regionid=' || v_region
    || '&p_looplink=' || v_looplink;
    htp.p('<a href="' || v_url || "><img src="/images/additem.gif"</a>');
    exception
    when others then
    htp.p('error');
    end;
    Once the procedure has been created, grant EXECUTE permission to PUBLIC.
    Step 2: Create a custom item type
    This custom item type will be associated with the PL/SQL procedure created above. Placing an item of this type on a page will give the content contributor something to click on while the page is in view mode to call the add item wizard.
    Go to the Procedures tab of the new item type and associate with PL/SQL procedure.
    Ensure the “Display Procedure Results With Item” checkbox is checked.
    Step 3: Add item of type “Add_Item” to a page.
    1.     Configure the Page Group to allow items of your new type to be added
    2.     Add an item of type “add_item” to your page.
    3.     For the region containing your new item, in the properties, ensure the “Associated Functions” attribute is in the Displayed Attributes list.
    Edit Item
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    This code sample draws an Edit icon for content contributors to click on while the page is in view mode to edit the item with the default Edit Item wizard.
    Step 1: Create a PL/SQL procedure
    Create or Replace Procedure <schema>.EDITITEM_URL
    p_itemid IN VARCHAR2,
    p_pageid IN VARCHAR2,
    p_siteid IN VARCHAR2)
    as
    v_looplink varchar2(2000);
    v_url varchar2(2000);
    v_subtype varchar2(2000);
    v_itemtype varchar2(2000);
    v_catid varchar2(2000);
    v_catcaid varchar2(2000);
    v_parentid varchar2(2000);
    v_host varchar2(2000);
    begin
    select subtype
    ,itemtype
    ,category_id
    ,category_caid
    ,parent_item_id
    into v_subtype
    ,v_itemtype
    ,v_catid
    ,v_catcaid
    ,v_parentid
    from portal.wwsbr_all_items
    where id = p_itemid and
    caid = p_siteid;
    if instr(portal.wwctx_api.get_host, ':') = 0 then
    v_host := portal.wwctx_api.get_host;
    else
    v_host := substr(portal.wwctx_api.get_host,
    1,
    (instr(portal.wwctx_api.get_host, ':')-1))
    || '%3A'
    || substr(portal.wwctx_api.get_host,
    (instr(portal.wwctx_api.get_host, ':')+1));
    end if;
    v_looplink := 'http%3A%2F%2F'
    || v_host
    || '%2Fportal%2Fpage%3F_pageid%3D'
    || p_siteid
    || '%2C'
    || p_pageid
    || '%26_dad%3D'
    || portal.wwctx_api.get_dad_name
    || '%26_schema%3D'
    || portal.wwctx_api.get_product_schema
    || '&p_containerpageid='
    || p_pageid;
    v_url := portal.wwctx_api.get_base_url
    || 'portal.wwv_edit_tab.edititem?'
    || 'p_thingid=' || p_itemid
    || '&p_cornerid=' || p_pageid
    || '&p_siteid=' || p_siteid
    || '&p_subtype=' || v_subtype
    || '&p_itemtype=' || v_itemtype
    || '&p_topicid=' || v_catid
    || '&p_topicsiteid=' || v_catcaid
    || '&p_cornerlinkid='
    || '&p_parentid=' || v_parentid
    || '&p_action=update'
    || '&p_currcornerid=' || p_pageid
    || '&p_language='
    || portal.wwctx_api.get_nls_language
    || '&p_looplink=' || v_looplink;
    htp.p('<a href="' || v_url || "><img src="/images/ed-item.gif"</a>');
    exception
    when others then
    null;
    end;
    Step 2: Associate Procedure with Item Types
    For every item type that you wish to supply an edit icon to show while the page is in view mode, call the EDITITEM_URL procedure created in the step above.
    Step 3: Show Associated Function attribute
    In order for the procedure associated with the item type to execute, you must ensure the region properties are set on the Style/Attributes tab have the Associated Function listed as one of the Displayed Attributes.

  • Inserting Images and Logos - works in the edit mode, but does not save nor show in final PDF format - help?

    I have tried several times - but when I load a logo or image in to a form template - it shows up on the template in edit mode but when I save it for PDF final format and use - the image or logo disappears. What I am doing wrong?

    Is this a form that you're creating in FormsCentral?

  • Background turns black in edit mode

    I recently coded a few templates for use in Contribute -
    specifically 2 different templates for 2 different designs. The
    HTML looks as it it needs to in the supported browsers (IE,
    Mozilla, Safari) and in DreamWevaer's WYSIWYG mode. It also looks
    fine in Contribute's WYSIWYG mode until a user hits "edit". Once
    they hit edit the white (or any other coloured) background of the
    body text (content area) turns black in both templates. This makes
    the layout have black text on a black background which makes
    editing text a real challenge, to be polite.
    I normally code tableless CSS sites, and make pretty
    extensive use of CSS, however on these 2 designs I did use more
    tables knowing it would end up in Contribute. I understand
    Contribute has some struggles with CSS layout but am curious what
    would cause colours to change in edit mode. Perhaps there is some
    preference I can turn off to stop this behaviour, etc?
    I looked on the internet a bit and also in these forums and
    haven't found a way to address this aside from crippling the design
    further. Any help is appreciated. Thanks.

    Can you attach a sample page and CSS?
    The only CSS issue I've run into where Contribute's edit mode
    behaves differently from browsers or Dreamweaver involved all
    objects in the editable region of a template disappearing when the
    user used the Enter key to create a new paragraph. If I remember
    correctly I finally isolated it to a "<br />" tag that had
    been assigned an id linked to a CSS declaration of "clear=all".
    Otherwise I've found that well-coded CSS renders fine in
    Contribute.

  • ALV colors in edit mode

    Hello,
    I have an ALV grid with an editable checkbox column.
    Now I have two problems regarding the colors:
    1. as you know, when in edit mode, the colors change. I overrode them with custom colors, but the editable column's cells have still a white margin which I cannot get rid of
    2. Zebra layout does not work anymore. If I color the rows with a zebra pattern manually, I would have to re-do it everytime the table is resorted.
    Can anyone think of a better way to handle coloring in edit mode?
    Thanks a lot.

    hi,
    Chk this link.
    http://www.sapdevelopment.co.uk/reporting/alv/alvgrid_color.htm
    Regards
    Reshma

  • Hiding Parsys in Edit Mode

    Hello,
    I'm building a tabbed component and I'm having trouble hiding the parsys section for inactive tabs using CSS styling (whether visibility or display).  Even though I set the visibility of the parent DIV the parsys is sitting to hidden, it still displays on the page while in Edit mode (works in Preview).
    <%
            String[] linkname = properties.get("navitems", String[].class);
            for (int i = 0; i < linkname.length; i++) {
              if (i == 0) {
                %><div class="miniShow" style="visibility: visible;"><% 
              } else {
                %><div class="miniShow" style="visibility: hidden;"><%
              %>
                  <div class="<%= "basicMiniShow"+(i)%>"><cq:include path="<%= "mininav"+i %>" resourceType="foundation/components/parsys"/></div>
                </div>
              <%
             } // end for
    %>
    With the code above, as my JavaScript function properly swaps between tabs and shows the components in the parsys, the subsequent "Drag your components here" box doesn't disappear.  For example, if I add 2 tabs and place a Button in the first parsys and a Image in the second, swapping tabs correctly shows/hides the button/image respectively - however the "Drag your components here" box for both are always visible.
    What am I missing here?

       The paragraph component [1] is resposible for rendering once editContext has a resource set[2].   Either
       *  Need to pass a variable & then based on that variable paragraph component should decides whether to render or not.
       OR
       *  Using javascript Iterate all the div below parent div and apply the style="clear:both".
    [1]   /libs/foundation/components/parsys/parsys.jsp  
    [2]
        if (editContext != null ) {
            editContext.setAttribute("currentResource", null);
            // draw 'new' bar
            IncludeOptions.getOptions(request, true).getCssClassNames().add("section");
            %><cq:include path="*" resourceType="<%= newType %>"/><%

  • "Bad" colors/banding when going into Edit mode with Canon RAW files

    Just got my iLife '06 suite yesterday and ran into something very disturbing: something wrongwith the colors of RAW files once you go into editing mode. In the library view, they're fine. Try to edit one, and after a few seconds, there's a final refresh of the image window that heavily alters and bands the colors. (Looks almost like a poor conversion down to 256 colors or less - it's that bad).
    This is happening on Canon 300D and 20D raw files, and did NOT happen with iPhoto 5. The RAW files open up and display just fine in Preview (as well as 3rd party apps) - problem is in iPhoto 6 only. I've already sent in a bug report - has anyone else tried double-clicking on a RAW file to go into Edit mode yet?
    David Miller

    I use Huey from Pantone to calibrate my monitor for consistancy in different lighting situations and across applications. But the same effect happens by choosing any one of the non-standard monitor calibrations.
    Try this:
    Choose a RAW photo and monitor calibratioin that causes the banding and discoloration.
    Open the RAW photo in Edit mode and wait the couple of seconds for banding to appear.
    Next, adjust the image size slider so that scroll bars appear at the bottom and right side of the photo. It doesn't take much. Notice the banding disappears!
    Now grab one of the scroll bars and move it. Observe the banding and discoloration. And, when you release the scroll bar the banding disappears again.
    I don't remember this happening with iPhoto 5.
    I think it has something to do with the display
    calibration. After I first saw this I switched back
    to my default iMac G4 profile, and the problem wasn't
    there anymore. I'm not sure what the difference is. I
    set up several different profiles, each with
    different choices for Advanced, White Point and
    Gamma, and some trigger this banding, and some do
    not.
    Anybody have any similar experiences?

  • ALV edit mode

    Hi All,
    I am displaying an ALV List.There is a column called Final invoice indicator which is a check box.When the user checks this check box that record in the ALV output has to be changed to non-editable mode.I am using classes for ALV display.How can i achieve this?
    Thanks,
    Rakesh.

    Hi,
    U can check the value of the checkbox and if it is 'X' u can set it to no editable as
        CALL METHOD g_grid->set_ready_for_input
                         EXPORTING i_ready_for_input = 0.
    where g_grid is the alv object.
    Hope it helps.
    Anju

Maybe you are looking for