If I edit an item in a datagrid is it possible to add an effect to that entire row?

If I edit an item (default ItemRenderer) in a datagrid is it
possible to add an effect to that entire row?

If you are using the mail app - Tap and hold down on the attachment icon in the email and that should bring up a window that says Open In. Do you not get that? Then you can select Pages from that window - assuming that you have Pages on the iPad.
The attachment should open when you tap on it anyway, even if you don't have Pages.

Similar Messages

  • Can not edit Calendar Items on iPhone 4 that were sent from Outlook 2013

    Hi Folks,
    When receiving a calendar item from Outlook 2013, I can accept it, but not edit it. When I receive the same item from Outlook 2003, I can accept AND edit.
    How can I edit calendar items sent from Outlook 2013?
    We are not using an Exchange server, simply sending the calendar items via email. We noticed this when we upgraded our office from MS Office 2003 to 2013.
    Thank you so much for your help!
    Ben Bolduc

    Are you sure the Outlook 2013 calendar entries are set set to shared?
    The following thread seems to document and discuss the topic well:
    http://community.office365.com/en-us/forums/158/t/171357.aspx

  • User Exit to make Payment Term field non editable in item level .

    Hi all,
    User wants to make the Payment Term field in sales order as non editable and  Payment terms is copied from Customer Master to Sales order.
    I use user exit MV45AFZZ (USEREXIT_FIELD_MODIFICATION) to make Payment Term field non editable in header level.
    I am not able to do it in item level. Pl help to to make Payment Term field non editable in item level.
    Thanks,
    sunil

    Hi,
    You can try implicit enhancement in the include MV45AF0T_TCTRL_U_ERF_AUFTRAG_I
    use below code.
    DATA: WA_COLS LIKE LINE OF TCTRL_U_ERF_AUFTRAG-COLS.
       LOOP AT   TCTRL_U_ERF_AUFTRAG-COLS INTO WA_COLS.
       IF WA_COLS-SCREEN-NAME = 'VBAP-ZTERM'. " Check the field name
       WA_COLS-SCREEN-INPUT = 0.
       WA_COLS-SCREEN-OUTPUT = 1.
      MODIFY TCTRL_U_ERF_AUFTRAG-COLS FROM WA_COLS.
       ENDIF.
    ENDLOOP.
    It better to control it via a custom authorization object.
    put a authorization create a custom authorization object so that you can restrict it for a certain users.
    AUTHORITY-CHECK OBJECT 'ZTERM'
             ID 'ACTVT' FIELD '02'.
    IF SY-SUBRC NE 0.
       LOOP AT   TCTRL_U_ERF_AUFTRAG-COLS INTO WA_COLS.
    ENDLOOP.
    ENDIF.
    Regards
    Aromal

  • Bug editing list Items using webpart connections ,group by and inline editing

    Hi Everyone. I came across a bug using out of the box features.
    Let me explain well the details to reproduce the error. I used :
    *2 Lists :
    -List one : the consumer list with two columns : 
    -Number column
    -Choice column
    -List two :
    The sender list with one column :
      -Lookup column to gets the number column on the consumer list
    *A webpart Page
    *2 listviewwebparts in the webpart page
    *Connect webparts to filter by the lookup column/number column
    *Add inline editing in the consumer webpart 
    Till now everything works perfectly, inline editing works fine. Let's add some more view details :
    *Add a group by in the view of the consumer webpart (group by the choice column)
    => Try to edit list items, you will notice that inside a group, inline editing is OK and inside another group it doesnt work!
    If you get the same error, that would be nice to find where is the problem (I already found a similar bug and the problem was the sorting that needs to be in the same way for both connected webparts , ASC or DESC). But this one... ???

    Hi Static,
    According to your description, I create the consumer list and sender list, create a webpart page , add a chioce filter webpart and consumer list webpart. But after I add a group by in the view of the consumer webpart, the inline edit still work fine.
    You can have a look at the blog:
    https://support.office.com/en-ca/article/Connect-a-Filter-Web-Part-to-a-List-View-Web-Part-4f3f6c10-0a1b-479d-8b4d-c4f1bf49bb3f#bms3
    Thanks,
    Eric
    Forum Support
    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 Subscriber Support, contact
    [email protected]
    Eric Tao
    TechNet Community Support

  • Get the index of a specific item in a Datagrid

    Is their an easy way to get the index of specific item in a datagrid.  So say my DG holds ten items of type foo.  I need to find the index of foo #8. Remember the foo's may not be in orde 1-8 because of sorting or something. 
    Do I just need to run iterate through the rows and find, which matches the object I am looking for?

    Thats it thanks. DG is getting refreshed so old objects don't match up to new objects so have to do it manually.
    Thx.

  • Item renderer on DataGrid (not DataGridColumn)

    It seems that all the published examples of using an item renderer on a DataGrid use the itemRenderer property of DataGridColumn.
    I don't think I can do this because my columns are created at run time, depending on the contents of the data provider.
    I have therefore tried to assign my item renderer (a subclass of Canvas) directly to the DataGrid.
    1. This works in MXML when the renderer is inline.
    2. It sees to work when the renderer is an Actionscript class assigned to the DataGrid's itemRenderer property.
    3. It does NOT work when the renderer is Flex component assigned to the DataGrid's itemRenderer property. This compiler error is reported: Initializer for 'itemRenderer': cannot parse value of type mx.core.IFactory from text 'comp:CellRenderer'.
    I prefer to use the last method. Is there a way to fix this error?
    If not, is it possible to attach the item renderer to each DataGridColumn as it is created? DataGrid does not seem to have a suitable event that reports when a column is created.
    Aplogies if this is elementary stuff. I am a real Flex newbie. I am using Flex Builder 3.0
    Andy Kirkham

    A code example would be helpful here, but from your error message it
    looks like you may be doing the following
    <mx:DataGrid itemRenderer="comp:CellRenderer"/>
    Instead of  this, you need to use the fully qualified class name of
    CellRenderer, eg.
    com.renderers.CellRenderer
    Look at the definition of 'comp' towards the top of your MXML file, it
    will be something like:
    xmlns:comp="blah.blah.blah.*"
    Your itemRenderer property should then be set to:
    blah.blah.blah.CellRenderer

  • How do I edit an item in my reading list in Safari version 7.0.2?

    How do I edit an item in my reading list in Safari version 7.0.2?
    MacBook Pro Late 2008, Running Mavericks OS 10.9.2.
    Safari version 7.0.2.

    Right or control the web address then click then click:
    Open in new tab / Open in new window / Mark as unread / Remove Item / or Clear Items.

  • Header condition type should not be editable at item level

    Hi gurus,
    could  you please help me with the following question.
    Our requirement is to provide header discounts manually at header level which should not be editable at item level. So I've created condition type as Header condition.
    When we manually add this condition at header level in Sales order, it is copied to the item level and is not editable there.
    But after saving the SO, we find that the header discounts appearing at the item level becomes editable.
    Kindly  advice how to make the condition type as non-editable at item level.
    Thanks in advance.
    Sunny.

    hi Sunny,
    please check your condition type for discount in section 'Changes which can be made', wheather it used only for the header level or item level or both of it.
    if you want to make the condition is not editable in item level, then you must made the condition type just for the header level.
    beside changing the configuration in the condition type, you can protect it via BADI but it needs more programming.
    if you insist to use the BADI, you can made the implementation of class CRM_ORDER_FIELDCHECK BADI
    hopes it helps
    cheers

  • How to edit an item in a JComboBox

    I want the user to be able to edit an item in a combobox box. You select an item, edit in the top, press enter, and viola, the item is renamed.
    I've tried some approaches but they're not working out. Thanks for any ideas. What's the point of having an editable combobox if it doesn't EDIT?!

    Hi,
    should be as easy as:
    String[] patternExamples = {
          "dd MMMMM yyyy",
          "dd.MM.yy",
          "MM/dd/yy",
          "yyyy.MM.dd G 'at' hh:mm:ss z",
          "EEE, MMM d, ''yy",
          "h:mm a",
          "H:mm:ss:SSS",
          "K:mm a,z",
          "yyyy.MMMMM.dd GGG hh:mm aaa"
    JComboBox patternList = new JComboBox(patternExamples);
    patternList.setEditable(true);
    patternList.addActionListener(...);

  • Edit Multiple items.Is There a way?

    I have a very large number of recorded Tv-shows in my mac,I want to edit them all together.So that I can place them in the Tv Shows library instead of the movies library.They are about 200 Episodes So I can't do it one by one.How can I edit the Video tab when in ''multiple items,Get info''.I Have the same proplem with music videos.How can I edit them all together?

    Thanks, Eustace and Kirk.
    To Kirk--I saw that screen when I was trying to troubleshoot before doing the smart thing and asking the forum--but do I have to have both drives plugged in at the same time?  It's (appropriately) only showing the one that's currently plugged in (whether "Oldie" or "Newbie").
    To Eustace--yes, that's what I would assume would happen--it's what happened when I plugged in "Oldie" for the first time. I was caught off guard when it didn't prompt me this time. For plenty of people, "hey, if I plug in any external HD it asks if I want to use it as backup--sweet!  Because I [launched my old one out of a fifth-story window by mistake] or something.
    I really appreciate both of your quick and helpful replies.  Thank you!

  • Editing record items in a multi-record block - 1 record at a time.

    Hello,
    I have the following scenario: Currently in my multi-record block, to edit an item of a record, the user has to double click on the record to enable the 'save changes' button. However, I want to turn the navigation to all other records turned off. The only way the user should be able to edit other records is save changes first, then again double click on the desired record to re-enable the 'save changes' button (at this time navigation to all other records should be turned off). ie., the user should be able to edit 1 record at a time (At any given time, I won't be having many records in the block which the user may have to modify).
    How can this be achieved?
    Thanks,
    Chiru

    That is pretty odd requirement, but this might work:
    When the user double-clicks the record, enable the Save button, and set a value in any column of the record to its current value. This will cause Forms to set the record status to CHANGED, and will not permit navigation away from the record until the When-validate-record trigger runs successfully.
    In the Save button, start a non-repeating timer to run maybe 20 milliseconds, then issue a Validate(Record_Scope); command. Check form_success then commit_form.
    In the when-validate-record trigger: Do any record validation that may be necessary, and Raise Form_Trigger_Failure if anything is wrong. Then check for the existence of your Save button's timer. If it does NOT exist, issue a message like: "You must Save the changes first" and Raise Form_Trigger_Failure; If the timer exists, do not raise the error.

  • How to edit/delete items in a shuttle?

    Hi,
    I have three items on the page.
    :p1_Project(lov),:p1_Product(lov),:p1_Application(shuttle item).
    A user wil first select his project and then select a product.Based on the product the shuttle populates the list of values.For eg...(A1,A2,A3,A4,A5,A6,A7,A8,A9,A10) for product A.
    Later the user might edit /delete the shuttle items.Can the shuttle be populated with the values that were selected by the user?
    For eg, For Project, user chooses product A and chooses A1,A4,A5,A6 from the shuttle item.
    scenario 1:
    Later, user wants to add A3,A8,A9 the the existing list (A1,A4,A5,A6).How to ensure that the shuttle does not show the existing list (A1,A4,A5,A6) but shows the rest of the values.
    scenario 2:
    User wants to delete A6 from his list for product A.How to make the shuttle show the default values that the user has selected already,so that user can delete A6 from the list?
    I am using Apex 3.1
    Can anyone guide me on this?
    Thanks in advance,
    Anandi
    Edited by: user9201746 on Mar 1, 2011 2:41 AM

    A little research revealed addons can add items to context menu, in this case multifox adds option to open tab in new profile for multiple gmail etc logins. I had updated addons earlier, think that triggered it. So now I know why and what it does. The problem is why 6 times listed (instead of just one)... it also varies, sometimes the context menu will have one instance... and have seen as many as 9. Not sure why it varies, but would still also like to know how to modify context menu. Could just be a bug in multifox with FF17 I suppose. I will disable multifox and see if problem goes away.

  • EF database add new item from WPF datagrid

     var ctx = new SomeEntities1();
            TblStudentMission smm = new TblStudentMission();
             TblStudentMission sm = e.Row.DataContext as TblStudentMission;
      smm.Remark = sm.Remark;
                        smm.End_Mission = sm.End_Mission;
                        smm.EOD_Mission = sm.EOD_Mission;
                        smm.StudentId = sm.StudentId; //???null as sm.staffid is null
                        smm.TblMission.Mission_Name = sm.TblMission.Mission_Name; // ???null as tblmissionis null
                        sel.ctx1.TblStudentMission.Add(smm);tblstudentmission has missionidpk as foreign key from tblmission
    Beautiful Distractions...

    Need help on how to approach this..adding new item to WPF datagrid, in Roweditending handler, i instantiate my entity to the datacontext of datagrid as below
    var s = new TblStudentMission var sm = e.Row.DataContext as TblStudentMission;
    problem is TblStudentMission has a foreign column MissionName that needs to be filled from datagrid entry but (sm.TblMission.MissionName) comes up as null,anyway of making it load. some type of eager loading?or any other approach welcome
    Beautiful Distractions...

  • Create with Approval User Editing an Item once approved.

    Can a user with create with approval privilege go and edit the
    item once it is
    approved and then kick off the approval process again. At the
    moment, through
    trial and error, the user with create with approval privilege
    has to add a "new" item
    and cannot go back and edit.
    Sonal Patel
    Sales Consultant - Oracle

    Edit with approval is planned for the next release.
    Regards,
    Jerry

  • Setting ScrollPosition when editing tree item

    Hi
    Is there a way to set the horizontal scroll position to see the cursor when editing an item in a tree?  When the item is edited, the scroll position stay at it's position even if the cursor is off the screen. You don't see what you're typing.
    Thanks

    I've set the scroll position to maxhorizontalScrollPosition when i start the edit process but if i delete the text, the scroll stays at the max value. I need something that will set the position to follow the cursor during the edit process

Maybe you are looking for