Displaying Last State of Action

Let me see if this question makes any sense.
How do you show the last state of the action in the working slide view?
For example, if you have a shape that used "move" action, in the slide it only displays the starting state of the action.
I am trying to copy and paste the last position of that moved shape into the new slide. How do you do that?

You've identified a limitation of the (current) implementation of Actions -- there is no way to see their final state when editing another Action or Build.
As a workaround you can try, first start with a "template" object that is the position/size you want for the final state of the Action, then create your Action to fit that template. You can then use the template as a reference for later Builds and Actions, and when done, you can delete it (or make it transparent but keep it there for future edits if necessary).

Similar Messages

  • Using at  last statement

    hi,
    I am using at last statement in my code in the following code:-
       LOOP AT ITAB1.
          AT LAST.
            SUM .
              WRITE: / ITAB1-SPART,ITAB1-TOT1.
          ENDAT.
        ENDLOOP.
    The code above perform  the calculation of the field ITAB1-TOT1.
    But in output it does not display the division number (ITAB1-SPART) and instead of it shows **.
    I want to show the division no also but due to using of the keyword SUM it does not display it and i had tried to define field spart along with sum but it gives the syntax error.
    can any body provide me guidlines for solving this problem.

    Hi,
    The fileds left to tot1 will not be worked with in the cotrol command statements like at new,at end of,at lat.
    So Modify the code as follows.
    data:
      w_SPART type vbak-SPART.
    LOOP AT ITAB1.
    w_SPART  = itab1-spart.
    AT LAST.
    SUM .
    WRITE: / w_SPART,ITAB1-TOT1.
    ENDAT.
    ENDLOOP.

  • To display Last Date of the Month in Financial Reporting studio 9

    Hi
    I want to display last date of the month in header in Financial Reporting studio 9 . Is there any function which displays the last date of the month as per user selection .
    for example
    If user select month of Jan it should display Jan 31st, 2009
    If user select month of Feb it should display Feb 28th 2009
    Thanks

    Unless you name your Months like that you cannot do it. A large team from a major consulting firm told me for a year that it was not possible and convinced management that financial statements don't need dates.
    Management decided that we do need dates (because all financials need dates, look at any text book). I figured out a pretty sweet solution that is simple and easy to use and maintain. The users love it. Management loves it.
    I'm not giving it away though.

  • Last State Received / Last State Change Date is Incorrect

    Checking a report today I noticed the Last State Received and Last State Change dates are off for many of our clients. The report I'm looking at is the
    Compliance 8 - Computers in a specific compliance state for an update (secondary)
    The StateMessage.log on our clients show successful submissions to the MP. Statesys.log on SCCM looks healthy as does MPControl.log. Has anyone run into this before?
    Orange County District Attorney

    Hi,
    If you initiate Actions on clients, could this data get updated after a while?
    Best Regards,
    Joyce
    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.

  • Displaying last successful login details of user

    Hi,
    I want to display last successful login details (timestamp may be) on Portal homepage.
    By configuration
    Is there any configuration that we can do to display it on Masthead area may be?
    By code
    I found following two links that talk about direct access of Portal table.
    http://wiki.sdn.sap.com/wiki/display/Snippets/DirectAccesstoDatabaseTables
    http://help.sap.com/saphelp_nw04/helpdata/en/48/6aa9429b930b31e10000000a1550b0/frameset.htm
    In this case, what query should I write to get the last login details of user?
    Please help.
    Thanks and regards,
    Amey

    Hi Ameya,
    Thanks for reply.
    1. I was wondering if there is any System admin level configuration we can do to show this info?.
    Is there any such facility?
    2. Through code, this is what I did: -
    I am getting the last logon timestamp by following code (inside JSPDynpage) : -
    import java.sql.Connection;
    import java.sql.ResultSet;
    import java.sql.Statement;
    import java.sql.Timestamp;
    import javax.naming.InitialContext;
    Connection con=null;
    Statement stmt=null;
    ResultSet rs=null;
    InitialContext ctx = new InitialContext();
    DataSource ds = (DataSource)ctx.lookup("jdbc/SAP/EP_PCD");
    con = ds.getConnection();
    stmt = con.createStatement();
    String connectedUser = _request.getUser().getUniqueName();
    rs = stmt.executeQuery("select MAX(TIMESTAMPHOUR) from WCR_USERSTAT where LOGONID='"+connectedUser+"'");
    int m = 0;
    while(rs.next()){
         m++;
           Timestamp ts = new Timestamp(rs.getLong(m));
         lastLoginString = ts.toGMTString();
    I guess selecting 'MAX' value of time-stamp would return the latest logon time.

  • Display last month revenue

    Hi All,
    I have below requirement.
    i have data in my table as below.
    Month Name
    Revenue
    Jan-2013
    500
    Feb-2013
    300
    Mar-2013
    null
    April-2013
    null
    May-2013
    900
    Jun-2013
    null
    Jul-2013
    450
    Aug-2013
    null
    requirement is to display last month revenue where ever revenue is null
    ex: For march revenue should be displayed as 300 and April too 300, for Jun 900 and july 450 should be displayed.
    how can i achieve this.

    Question: Revenue is number type right? how come you are getting NULL it suppose to be 0.
    use ifnull and set to 0 just in case your data is right, and then try the below
    case when Revenue=0 then MSUM (Revenue, 2) else Revenue end
    I'm not sure how it works when 2 NULLs like march and april, to test this I dont have similar data.
    give me updates

  • How to view locally saved dashboard in it's last state?

    Hello experts.
    Is it possible to somehow view saved Xcelsius dashboard, exported to .ppt (or .pdf, .doc, .swf files ), offline in it's last state? There are user's requirements to open locally saved .ppt files with embedded dashboards offline from computers, which are not connected to corporate net. The only way I found is to save flash object as picture while viewing PowerPoint presentation.with dashboard online. Do you know any other ways?
    Regards,
    Fedor

    Hello experts.
    Is it possible to somehow view saved Xcelsius dashboard, exported to .ppt (or .pdf, .doc, .swf files ), offline in it's last state? There are user's requirements to open locally saved .ppt files with embedded dashboards offline from computers, which are not connected to corporate net. The only way I found is to save flash object as picture while viewing PowerPoint presentation.with dashboard online. Do you know any other ways?
    Regards,
    Fedor

  • Error in executing the rs.last() Statement

    Hi friends,
    Here with i am attaching the code for your perusal.I am getting
    some typical error.If i am using 'if condition' in my stored
    procedure i am getting error in executing rs.last statement,
    otherwise it's working fine.
    Kindly help me in this regard.
    Thanks in advance.
    P.Hemanand.
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    con = DriverManager.getConnection("jdbc:odbc:dsn","sa","");
    System.out.println("Connection Success");
    String strQuery = "{Call TEST005(?,?)}";
    CallableStatement cs =
    con.prepareCall(strQuery,ResultSet.TYPE_SCROLL_SENSITIVE,ResultSet.CONCUR_UPDATABLE);
    cs.setInt(1, 7);
    cs.setInt(2, 5);
    rs = cs.executeQuery();
    while (rs.next()) {
    System.out.println("true");
    rs.last(); //Error in executing this line
    Error Description:
    java.sql.SQLException: Result set type is TYPE_FORWARD_ONLY
    [Loaded java.lang.StackTraceElement from C:\Program Files\Java\j2re1.4.1\lib\rt.jar]
    at sun.jdbc.odbc.JdbcOdbcResultSet.isLast(JdbcOdbcResultSet.java:2066)
    at watscon.main(con.java:42)
    [Loaded java.util.HashMap$KeySet from C:\Program Files\Java\j2re1.4.1\lib\rt.jar]
    [Loaded java.util.HashMap$KeyIterator from C:\Program Files\Java\j2re1.4.1\lib\rt.jar]

    Hi pal,
    I am getting the same error irrespective of INSENSITIVE/SENSITIVE resultset type.The root cause is the usage of if loop in stored procedure.Otherwise i could execute rs.last() statement(if there is no if loop condition in my SP).I couldn't understand why it is so?.
    Thanks for your attempt!!!
    If you have any idea reg. above mentioned error, please feel free to share with me.
    Thanks in advance!!!!!!
    HEM.

  • I downloaded Mountain Lion in my  i have macbook pro retina display last month.  but I don't get airplay the option on my macbook.  I went to display preferences, but the airplay is not available.  What is the next step?

    I downloaded Mountain Lion in my  i have macbook pro retina display last month.  but I don't get airplay the option on my macbook.  I went to display preferences, but the airplay is not available.  What is the next step?

    You also need:
    Apple TV (2nd or 3rd generation) with software update v5.0 or later.

  • Display last 12 months data in column chart

    Hi All,
    I have one  dashbord  requirement in list box i have (example:):  "oct-11" i need to display previous 12 mnth data in column chart anybody help in excel formula how to display last 12 mnths based on list box selection.
    example:  if i select oct-11 from list box i need to display in chart like
    nov-10 dec-10 nov-10...................................oct-11
    please provide how to write in logic in excel

    Hi Shankar,
    Try this formula in excel : DATE(YEAR(A1),MONTH(A1)-1,DAY(A1))
    A1 will be your cell which is the destination of your List box. & then drag it till 12 months.
    If you are not having day from your list box then manually enter 1 in any cell and map that cell in place of A1 for day.
    HTH.
    Neeraj..

  • Display Financial Statement (S_ALR_87012284) in document currency amount

    I would like to display financial statement in document currency amount. (T-CD:S_ALR_87012284)
    Does anyone know how to do this?
    I don't want to use the special evaluation tab of that T-CD, as it is requested to specify
    rate and Key date for translation.  I just want to display the amount in document currency.

    Hi Ramanuja,
    I meant that for the fiscal year 2009 G/L accounts don't have any values in SAP.
    In this Company SAP has been installed in 2010 and in Financial Statements I'd like to obtain the comparison with the values of 2009.
    What to do?
    Thanks

  • Someone knows last state of having an UISplitviewcontroller in a UITabbarController? It is still prohibiting?

    Hi,
    Some knows what is the last state of having an UISplitviewcontroller in an UITabbarController? Has any one any app with an UISplitViewController in a UITabBarController already in AppStore?
    I’m still finding in the documentation, that the UISplitViewController has to be the root of the APP.
    http://developer.apple.com/library/ios/#documentation/WindowsViews/Conceptual/Vi ewControllerCatalog/Chapters/SplitViewControllers.html
    “A split view controller must always be the root of any interface you create. In other words, you must always install the view from a UISplitViewController object as the root view of your application’s window. The panes of your split view interface may then contain navigation controllers, tab bar controllers, or any other type of view controller you need to implement your interface. Split view controllers cannot be presented modally.”
    But reading in Blogs people says that this is no more prohibited..
    Thanks and cheers

    This is a user-to-user consumer forum. Use the develoepr forums for this topic.
    http://devforums.apple.com/

  • How to Display last Login Details in MasterPage

    Hi,
    we have one requirement,i.e.When any user logged into the site, we need to display last login time for that user.
    We are getting last logged user date and time based on user id and updating that value into the list column(like this 4/3/2015 8:38:32 PM).But we need to add this into default master page.
    How to do this one ...can anyone suggest me ....
    Thanks...

    Hi,
    I hope you are trying to show your login date from SharePoint List.
    My suggestion is 
    1. by using ECMA Script ,retrieve values from that list and show the same in Master Page.
    2. If you are not comfortable with ECMA, develop Visual Webpart and add the Visual Webpart in master page by using SharePoint Designer.
    Please let me know ,if you need further guidance.
    Don't forget to mark it as an Answer if it resolves your issue and Vote Me as helpful if it useful.
    Mahesh

  • Windows 8.1 do not display last user

    Hello,
    does anyone know how to prevent the last user name being presented after restarting Windows 8.1 PC. Not a problem with Win7 etc as can disable interactive logon etc, but cant make it work with Win 8.1. Prefer to do with GP. This is a domain environment with
    multiple users per device.
    Thanks
    Andrew

    Hi,
    I tested this issue in my Windows 8.1 domain environment, enable the policy: Interactive logon: Do not display last user name, then run gpupdate /force to update the policy, it works as expected, the last logon user name is not displayed on the screen
    Yolanda Zhu
    TechNet Community Support

  • Passing a list of URLs from Applescript to Display Webpages in Tabs Action

    Hi All,
    I have an Applescript to generate a bunch of URLs and I would like to pass them to the Display Webpages in Tabs action. The script is generating the URLs correctly but I can't seem to get them into the action successfully. Does anybody know how to get output from the script passed to subsequent Automator actions?
    Thanks,
    Nigel

    Try using the "get content from textedit" action. More specifically, use your Applescript to dump the urls into a textedit doc and then use the "get contents..." action to feed the "get specified urls" action.

Maybe you are looking for

  • Create Remote Document - error on save

    We are developing Java code to publish a content item(Publisher) into KD with the functionality of IDK. For this reason, we create a remote document with the method "IDocumentManager.createRemoteDocument" passing the next parameters:<br><br> 1.Id of

  • When i burned my rendered project with Nero on DVD, the movie suddenly contains a kind of stroboscoop effect

    When i burned my rendered project with Nero on DVD, the movie suddenly contains a kind of stroboscoop effect?? How is this possible?..Playing my project on the pc is not a problem, only when it's burned it suddenly has this kind of stroboscoop effect

  • Why WordFinder Doesn't work?

    Okay so i have an e-book that you can highlight text, select text and copy paste and so forth.  But Wordfinder doesn't work it tries searching but can never find a word no matter what. So i don't get whats the error going on here.

  • New subscription purchase

    I am wanting to setup an account and would like to find out exactly what subscription to purchase. I would be calling from a U.S. cell phone to a Mexico landline, the country code is 52 and the area code is 734. Could you please advise me on what the

  • How to download java+you to iphone

    How to download "java+you" to iphone? Mac Safari has java+you.But iphone Safari doesn't and can't open some web page. Have tried to download by iphone but got no response from the java web site.