Help, How to remove checkbox in odd matrix row (is it possible?)

I created a form and there's a checkbox in column 1 on my matrix
but i want to set when in the odd row I want to remove the checkbox (hide or not visible or not editable) 
Is this possible ?
Thanks

Hi Acumen,
I don't think this is possible. If you have a column configured as a specific type it will always be that specific type. No changes can be done on row level - types are specified for the entire column.
Hope it helps,
Adele

Similar Messages

  • Urgent help: How to remove the accumaltion when show movies step by step with buttons

    I want to show the movie step by step by clicking the next
    button. Inside each frame, many movie clips are generated
    dynamically at runtime, and they can be played interactively.
    I achieves the step-by-step display of those frames by adding
    another layer with the action stop(). But I got one trouble: all
    the movie clips from previous frames are accumalted. How to remove
    the accumulation from previous frames?
    For the continuous display of the movie, I tried to use
    onEnterFrame() and change the _visible property of all the movie
    clips to false in this function. But it doesn't work for the
    step-by-step display. Once I click the next button, the movie clips
    at the current frame just show very quickly, then disappear. What
    should I do?
    I need to fix this immediately.
    Your help would be greatly appreciated.
    - zcx

    you can use the removeMovieClip() method for those movieclips
    added dynamically.

  • HT4314 I don't but I have created 2 game center accounts with one apple ID and I want to remove the new account which I made so need help how to remove it

    I don't know how but I created it and want to remove now but I didn't got any option for removing account. I have unfriend all my friends which where connected to my new account and I have clicked the public profile and kept it off but I didn't find how to remove please help me with this.

    Im having the problem too, I want to play Clash of clans with my brother but when ever he tries to play, hes me;(
    CAN ANYONE HELP US!!! PLEASE!!!

  • Help :how to remove spaces in string

    could any body please help me in removing spaces from string suppose i have written vivek chhabra and i want to remove spaces in this string and want a string vivekchhabra then how this could be done
    anybody help me please
    vivek

    String string = "Hello - This is a test!";
    String result = string.replaceAll(" ", "");
    System.out.println(result);This code results the following output:
    Hello-Thisisatest!

  • F4 help : how to select all fields of a row

    Hi All,
               I am implementing f4 help in my bsp page. in teh help page i have 3 fields for each row. i get the value of key row in the input field once i select a particular row, bt I also want to access other 2 fields of the row that is selected, How can i do this?
    in the in put field i wnat only the key field tyo be displayed, but in the BSP application i want to access the otehr two fields that are in teh selected row, how can i do this?
    Thanks,
    Vasuki

    Hi all,
    Since this thread is a duplicate, I request every one to post you answer in the orignal thread.
    Please find the orignial thread in the following link.
    [http://forums.sdn.sap.com/post!reply.jspa?messageID=8350499|http://forums.sdn.sap.com/post!reply.jspa?messageID=8350499]
    Hi Vasuki,
    Please close this thread, since this one is a duplicate.
    Thanks,
    Maheswaran

  • How to remove checkbox next to podcasts

    I just started using iTunes for podcast management. I realized that each episode has the checkbox checked. As a result, after I have listened to an episode on my iPhone, and I sync, the episode is removed from the phone but it stays undeleted on the PC.
    I actually want the played episode to be deleted upon sync. How do I do that? I suspect the checkbox is stopping the episode from being deleted. Is there a way to make it so any podcast I add, starts with no checkbox?

    The blue dots should go away when the podcast is marked as played.
    Each podcast series should update according to the Podcast Defaults, or a specific setting for that series, when iTunes checks for new episodes or you press the Refresh button on the Podcasts screen. If your settings are to keep all unplayed episodes then played episodes should be deleted.
    I keep all my old podcasts so I don't have reason to test this behavior, but if you are certain it isn't working I will have a go at reproducing your results. Would be useful to confirm which build of iTunes you have.
    tt2

  • Help - How to Remove X on the Dialog Title Bar

    I have been trying for a while to remove the X(Close) on the Jdialog title bar. Is this possible? Is there an alternative? I have a progress bar in the JDialog and don't want to user to X out....
    appeciate the help.

    Use setUndecorated(true) to remove the entire titlebar...
    otherwise it is not possible to just hide the close button b/c it is provided by the OS's window manager. Try using a JWindow instead.

  • "urgent" pls help: How to remove name space form message in call to WS

    Hi
    I am calling a WS from my BPEL process. In the BPEL process I call the WS by referring to the URI of the WS in the partner link. The process works fine. But I have a problem with the message size. The WS does not accept Message size greater than 16kB.
    But my message some time exceeds 16kB when maximum data is handled in the message.
    Now I found that the each element in the request contains the namespace which eats up a lot of space.
    Is there a way to remove the namespace from individual elements and put it in a common place in the file? This would reduce the file size.
    I would like to bring to your notice that the WSDL of the WS that I am referring to does not have any reference of xsd. And also no XSD has been created in my BPLE process for this WS.
    Present message
    <messages>
    <InvokeCallORSNewHI_HELLO_InputVariable>
    <part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="parameters">
    <HELLO xmlns:ns1="http://abc.def.com/webservices/" xmlns="http://abc.def.com/webservices/">
    <ns1:HELLO_DATA>
    <ns2:HI_TW xmlns:ns2="http://abc.def.com/webservices/packets">
    <ns3:IDENT xmlns:ns3="http://abc.def.com/webservices/fields">400001102/T1-TW17902</ns3:IDENT>
    <ns3:HI xmlns:ns3="http://abc.def.com/webservices/fields">400001102/T1</ns3:HI>
    <ns3:START_DATE xmlns:ns3="http://abc.def.com/webservices/fields">20080404</ns3:START_DATE>
    <ns3:START_TIME xmlns:ns3="http://abc.def.com/webservices/fields">0800</ns3:START_TIME>
    <ns3:DURATION xmlns:ns3="http://abc.def.com/webservices/fields">1200</ns3:DURATION>
    <ns3:WINDOW_COST xmlns:ns3="http://abc.def.com/webservices/fields">1.113</ns3:WINDOW_COST>
    <ns3:LATE_COST xmlns:ns3="http://abc.def.com/webservices/fields">1.75</ns3:LATE_COST>
    </ns2:HI_TW>
    </ns1:HELLO_DATA>
    </HELLO>
    </part>
    </InvokeCallORSNewHI_HELLO_InputVariable>
    </messages>
    Expected------------
    <HELLO xmlns:ns1="http://abc.def.com/webservices/" xmlns="http://abc.def.com/webservices/">
    <ns1:HELLO_DATA>
    <ns2:HI_TW>
    <ns3:IDENT>400001102/T1-TW17902</ns3:IDENT>
    <ns3:HI>400001102/T1</ns3:HI>
    <ns3:START_DATE>20080404</ns3:START_DATE>
    <ns3:START_TIME>0800</ns3:START_TIME>
    <ns3:DURATION>1200</ns3:DURATION>
    <ns3:WINDOW_COST>1.113</ns3:WINDOW_COST>
    <ns3:LATE_COST>1.75</ns3:LATE_COST>
    </ns2:HI_TW>
    </ns1:HELLO_DATA>
    </HELLO>
    Thanks
    Buddhadev

    Dear Rico
    Thanks for replying.
    Which XSD are you refering to ;
    Is it process XSD or the XSD created for the called WSDL.
    As I have stated, no XSD has been created for the Consumed WS. And no XSD reference is present in the WSDL of the WS consumed by me.
    Please confirm
    Thanks a lot
    Buddhadev

  • Please help : How to remove duplicates in BIP

    Hi All,
    As told you all before that i have just started using the BIP and now i am facing an issue filtering out the duplicates from the sql query. Following is the issue and the output which i want.
    This is how the data is ( example)
    Srno product_id product_name
    1 AAX2 conntx
    1 AAX3 symmtx
    2 AAX4 seagte
    3 BBZ3 harddx
    4 LLN7 ddr
    4 LLN5 ddr1
    the above data is sorted on snro ascending
    Now i want the data last record for all the duplicates srno's for ex: for srno 1 and srno 4, i want to select the record with the product AAX3 and LLN5 resp and i want to implement the same at the rtf template level and not sure of the xml logic which i should use. i know i can do this at the db level using the oracle's lag function but then there are performance issues with it.
    Can anybody please tell me the logic to eliminate the duplicates at the rtf template level.
    Please treat this as urgent!
    Thanks
    Ronny

    You may group by SRNO and then check the current position within the group to equal the group count. Here is the example:
    The XML:
    <ROWSET>
         <ITEM>
              <SRNO>1</SRNO>
              <PRODUCT>AAX2</PRODUCT>
              <DESC>conntx</DESC>
         </ITEM>
         <ITEM>
              <SRNO>1</SRNO>
              <PRODUCT>AAX3</PRODUCT>
              <DESC>symmtx</DESC>
         </ITEM>
         <ITEM>
              <SRNO>2</SRNO>
              <PRODUCT>AAX4</PRODUCT>
              <DESC>seagte</DESC>
         </ITEM>
         <ITEM>
              <SRNO>3</SRNO>
              <PRODUCT>BBZ3</PRODUCT>
              <DESC>harddx</DESC>
         </ITEM>
         <ITEM>
              <SRNO>4</SRNO>
              <PRODUCT>LLN7</PRODUCT>
              <DESC>ddr</DESC>
         </ITEM>
         <ITEM>
              <SRNO>4</SRNO>
              <PRODUCT>LLN5</PRODUCT>
              <DESC>ddr1</DESC>
         </ITEM>
    </ROWSET>The template:
    <?for-each-group:ROWSET/ITEM;SRNO?>
       <?for-each:current-group()?>
          <?if:position()=count(current-group()/SRNO)?>
              <?SRNO?>   <?PRODUCT?>  <?DESC?>
          <?end if?>
       <?end for-each?>
    <?end for-each-group?>The result:
    1 AAX3 symmtx
    2 AAX4 seagte
    3 BBZ3 harddx
    4 LLN5 ddr1

  • How to delete matrix row using rightclick ?

    Hi all ,
    I have UDO form .when i right click on a matrix  then contextual menu appears only(Copy,Remove,Cancel) not appears  (DELETE ROW ) .plz help how to contextual menu appears with (Delete Row) and which event fire when i click delete row.
    thanks in advance
    Surajit

    Hi,
    Menu Event..
    If (pVal.MenuUID = "OnlyOnRCDE") And (pVal.BeforeAction = False) Then
                Try
                    Dim oMenuItem As SAPbouiCOM.MenuItem
                    Dim oMenus As SAPbouiCOM.Menus
                    Dim omat As SAPbouiCOM.Matrix
                    Dim GCols As SAPbouiCOM.Columns
                    Dim i As Integer
                    pmat = pcFrm.Items.Item("5").Specific
                    GCols = pmat.Columns
                    pcFrm.DataSources.DBDataSources.Item(1).Clear()
                    pmat = pcFrm.Items.Item(selItem).Specific
                    For i = 1 To pmat.RowCount
                        If pmat.IsRowSelected(i) = True Then
                            pmat.DeleteRow(i)
                            Exit For
                        End If
                    Next
                Catch ex As Exception
                    SBO_Application.MessageBox(ex.Message)
                End Try
            End If
    Right Click Event
    If eventInfo.FormUID = "AAAAAAAAAAAAAAA" Then
                If (eventInfo.BeforeAction = True) Then
                    Dim omat As SAPbouiCOM.Matrix
                    Dim GCols As SAPbouiCOM.Columns
                    pmat = pcFrm.Items.Item("5").Specific
                    GCols = pmat.Columns
                    pcFrm.DataSources.DBDataSources.Item(1).Clear()
                    Try
                        selItem = eventInfo.ItemUID
                        Dim oCreationPackage As SAPbouiCOM.MenuCreationParams
                        oCreationPackage = SBO_Application.CreateObject(SAPbouiCOM.BoCreatableObjectType.cot_MenuCreationParams)
                        oCreationPackage.Type = SAPbouiCOM.BoMenuType.mt_STRING
                        oCreationPackage.UniqueID = "OnlyOnRCDE"
                        oCreationPackage.String = "Delete Row"
                        oCreationPackage.Enabled = True
                        oMenuItem = SBO_Application.Menus.Item("1280") 'Data'
                        oMenus = oMenuItem.SubMenus
                        oMenus.AddEx(oCreationPackage)
                    Catch ex As Exception
                        MessageBox.Show(ex.Message)
                    End Try
                Else
                    Try
                        SBO_Application.Menus.RemoveEx("OnlyOnRCDE")
                    Catch ex As Exception
                        MessageBox.Show(ex.Message)
                    End Try
                End If
            End If
    Regards,
    Siva

  • How to remove cached images in html whe going from one page to another page

    can anybody help how to remove cached images in html pages.i tried with response.setHeader("no-cache") but it is not working

    thanks,
    can u tell me how to make the browser not to cache images.since iam moving from one page which has images, into another page which having few more images both gets overlaped so how to remove images of previous page.
    thanks in advance

  • Retrieving Odd numbered rows from a table.

    In one recent interview I have been asked to write a SQL query to retreive Odd numbered rows from any table. At first I am confused on how to say whther a perticular row is odd or even. If it is based on rownum then rownum is not dynamic and every time the rownum changes for a perticular row. I finally used rowid for this puprpose, as you all of you know rowid is alphanumeric its not worked.
    Can you please posta query to retrive odd numbered rows if its possible.

    Mallik wrote:
    In one recent interview I have been asked to write a SQL query to retreive Odd numbered rows from any table. At first I am confused on how to say whther a perticular row is odd or even. If it is based on rownum then rownum is not dynamic and every time the rownum changes for a perticular row. I finally used rowid for this puprpose, as you all of you know rowid is alphanumeric its not worked.
    Can you please posta query to retrive odd numbered rows if its possible.As you say, if there's nothing in the data itself to offer a distinction as to what is "odd" and "even" then the closest thing is the rownum.
    SQL> select * from (select rownum rn, emp.* from emp) where mod(rn,2) = 1;
            RN      EMPNO ENAME      JOB              MGR HIREDATE                    SAL       COMM     DEPTNO
             1       7369 SMITH      CLERK           7902 17-DEC-1980 00:00:00        800                    20
             3       7521 WARD       SALESMAN        7698 22-FEB-1981 00:00:00       1250        500         30
             5       7654 MARTIN     SALESMAN        7698 28-SEP-1981 00:00:00       1250       1400         30
             7       7782 CLARK      MANAGER         7839 09-JUN-1981 00:00:00       2450                    10
             9       7839 KING       PRESIDENT            17-NOV-1981 00:00:00       5000                    10
            11       7876 ADAMS      CLERK           7788 23-MAY-1987 00:00:00       1100                    20
            13       7902 FORD       ANALYST         7566 03-DEC-1981 00:00:00       3000                    20
    7 rows selected.Anything else is making an assumption as to what is "odd" and "even". If it were me, the answer would be to do the above and also explain that, without any definition of what constitutes "odd" and "even" this is the closest possible, but not an accurate science as there is no guarantee as to the order of the records.

  • Checking status of matrix row

    Greetings All,
    Does anyone know how i can check if a matrix row is enabled or disabled prior to updating the field? I need to know because my add on is throwing an exception stating invalid form item if the matrix row is disabled.
    Any ideas?

    Hi Curtis
    I'm not aware if you can make a row enabled or disabled...never seen it. I know you can make a whole matrix enabled or disabled. Also if you want an extra line in the matrix you add a extra one and that then becomes available. When you say disabled is this when you haven't said you want an extra row and it doesn't allow to add the row details?
    Well, to check if a matrix is enabled you do something like
    Dim item As SAPbouiCOM.Item
    item = oForm.Items.Item("matrixID")
    If item.Enabled = False Then item.Enabled = True
    Then to see how many records are in your matrix use
    oMatrix.RowCount
    It will return the number of records in the matrix. But remeber if its your own matrix you should always add a line omatrix.addrow before specifying the row contents.
    Hope this helps

  • How to remove the standard Exit and Help buttons from the iviews

    Hi All,
    We migrated the ESS application from standalone ITS based on 4.6c to ECC 6 based Integrated one.  After converting that into ICF service and when we created the iview for it in the portal(EP 7)  It is showing two hyperlink items EXIT and HELP by default at the top of every iview.  So, Can anybody tell me how to remove them from visibility.
    And also, the iviews are not showing the table grids etc in the integrated environment.  Is there any change that need to be done, for getting the table grids and all to look as it is in the previous envoronment.
    Thanks & Regards,
    Ravi

    Hello Ravi,
    You should be aware that many of the ESS transaction are not supported on the Integrated ITS, see note 870126 for more details.
    To remove the "Exit" and "Help" you can use the ~webgui_simple_toolbar parameter, please see note 1010519. 
    Some tables have an option to show the gridlines or not.  Please see if there is a table options icon in the upper right of the table to change the configuration.  I'm not sure if what kind of table you're referring to so it may or may not be available.
    Edgar

  • In the libary of iPhoto I do have double pictures only in the year 2006. Can someone please tell me how to remove the double pictures. I did rebuilt the libary but that solution did not help me any further.

    In the libary of iPhoto I do have double pictures only in the year 2006. Can someone please tell me how to remove the double pictures. I did rebuilt the libary but that solution did not help me any further.

    I think the warning is very clear.
    What warning? Where do you say that this plan you suggest will lose at least some, and possibly a whole lot of metadata, plus  the original files of edited photos. This is significant dataloss. And you should warn people that this is the case.
    While your metadata and originals may not be important to you, that is not necessarily the case for other users.
    Fourthly, and last, cleaning the iPhoto library should be done at least once per year
    This is nonsense. The iPhoto Library has no need of "cleaning" and certainly not in any way that trashes a whole lot of data.
    I'm very impressed that you assess the application based on the sound of the name. It's not a common way to review applications, but I'm sure it has some merit.
    FWIW it has been recommended on this - and other - sites for many years and has proven safe and effective.
    Regards
    TD

Maybe you are looking for

  • Opening a link in a specific window size - RH7, WebHelp

    I was given the answer to this recently, but I accidentally erased it and now can't find it again.  If someone can give it to me again, I promise to save it somewhere safe! I have a link that opens a new window that needs to be a specific size, witho

  • Email and XML **Figured out with other posts suggestion**

    Hello all, First let me say thanks in advance for anyone taking the time to read this and post a response. A double big thanks for a response that works. I have created a form that once filled in and saved I want to be able to mail to a group of peop

  • ASA context mode

    Hi All I am trying to change the ASDM listening port number within a context but getting the following error: DMZwebcon(config)#http server enable 444                                ^ ERROR: % Invalid Hostname Is this commad only available in the adm

  • Thread unsafe - make it safe

    class PageServlet extends HttpServer {     String id;     public void doGet(HttpServletRequest request,               HttpServletResponse response)     throws ServletException, IOException         id = request.getParameter("ID");         out.println(

  • Can I connect my Mac (Mac OS X) with other machine (Windows OS) on same LAN using telnet in terminal? For example, telnet ip address of other machine

    Can I connect my Mac (Mac OS X) with other machine (Windows OS) on same LAN using telnet in terminal? For example, telnet <ip address of other machine> I m a networking student and I have learned to connect 2 machines on Red hat Linux OS on same Ethe