GotoAndPlay confuse -.-

Hello everyone,
I would like to ask about the function gotoAndPlay(). There
might be something I don't know but this is just confusing =.=
Firstly, I'm making a swf with 1 Scene named "Quiz". In this
Scene, there are 2 Movie Clips.
Clip 1 is placed on frame 1 and I add a stop() to frame 1 of
Clip 1's Timeline.
On the first frame of the Scene, I add some lines of codes:
{ stop();
if presskey...blahblah...
MovieClip1.gotoAndPlay(2);
Clip 1 play when I press a button, it stops at frame 30 as I
have a stop() there. Now I want the playhead to go back to the
Scene so I can get Clip 2 started. I add " gotoAndPlay(2, "Quiz")"
, as Clip 2 is placed on Frame 2 of the Scene.
But Flash just says that Scene Quiz was not found. I'm not
new to Flash, but I'm not learning AS much so there's something I
still don't understand. Why doesn't my code work?
Please help me. Thank you!

I created a quick sample to make sure it works. Were you
using "this.parent" or "(this.parent as MovieClip)". "this.parent"
alone does not work. The reason being that the compiler apparently
doesn't know what kind of object you are talking to, so it
complains that the method you use (gotoAndPlay()) is possibly
undefined.
There is an article you can read up on to get a better idea
of why this is so than I can relate. Just Google "AS3 _parent" and
it'll be the first item listed in the serach results.
If it's still not working, then your problem may be
elsewhere.

Similar Messages

  • Need help with gotoAndPlay

    I'm a noob to flash so any help is appreciated.
    I have a home button on my flash page which has links to a function that calls gotoAndPlay(1) but when I click on it twice, it takes me to frame 2. I'm totally confused. here is the AS3 for frame 1.
    // script start
    stop();
    homeButton.addEventListener(MouseEvent.CLICK, gotoHome);
    function gotoHome(event:MouseEvent):void
         SoundMixer.stopAll();
         this.gotoAndPlay(1);
    import flash.events.EventDispatcher;
    import flash.display.MovieClip;
    this.stop();
    function startMovie(event:MouseEvent):void {
         SoundMixer.stopAll();
         gotoAndPlay(2);
    trailerButton.addEventListener(MouseEvent.CLICK, startMovie);

    i assume there's a stop() on frame 1.  and that's normal behavior.
    to remedy, use gotoAndStop(), if that's what you want.

  • Timer, movieclip confusion in actionscript?

    I have a movieclip containing a drop down menu and when I try to remove a glitch by disabling the movieclip while the animation is running I get this error.
    ReferenceError: Error #1056: Cannot create property enabled on flash.utils.Timer.
    at july09_fla::MainTimeline/enable()
    at flash.utils::Timer/_timerDispatch()
    at flash.utils::Timer/tick()
    I think I am confusing my movieclip "buttons" with a timer in my code. I want the code to work for different movieclip buttons but I have only added one movieclip button in the code so far, procedures_mc. Here is my actionscript 3 also I am zipping the file and attaching it. Thank you for your help.
    procedures_mc.buttonMode = true;
    procedures_mc.addEventListener(MouseEvent.ROLL_OVER, cursorOver);
    function cursorOver(e:MouseEvent):void
    e.currentTarget.gotoAndPlay("over");
    procedures_mc.addEventListener(MouseEvent.ROLL_OUT, cursorOut);
    function cursorOut(e:MouseEvent):void
    e.currentTarget.gotoAndPlay("out");
    e.currentTarget.enabled = false;
    e.currentTarget.removeEventListener(MouseEvent.ROLL_OVER, cursorOver);
    e.currentTarget.removeEventListener(MouseEvent.ROLL_OUT, cursorOut);
    var myTimer:Timer = new Timer(600,1);
    myTimer.addEventListener(TimerEvent.TIMER, enable);
    myTimer.start();
    function enable(e:TimerEvent):void
    e.currentTarget.enabled = true;
    e.currentTarget.addEventListener(MouseEvent.ROLL_OVER, cursorOver);

    if the forum again changes those variables to look different, just copy the first uint and paste it in the other spots:
    var var1:uint;
    procedures_mc.buttonMode = true;
    procedures_mc.addEventListener(MouseEvent.ROLL_OVER, cursorOver);
    function cursorOver(e:MouseEvent):void {
        e.currentTarget.gotoAndPlay("over");
        procedures_mc.addEventListener(MouseEvent.ROLL_OUT, cursorOut);
    function cursorOut(e:MouseEvent):void {
        e.currentTarget.gotoAndPlay("out");
        e.currentTarget.enabled = false;
        e.currentTarget.removeEventListener(MouseEvent.ROLL_OVER, cursorOver);
        e.currentTarget.removeEventListener(MouseEvent.ROLL_OUT, cursorOut);
        if (var1!=0) {
            clearTimeout(var1);
        var1 = setTimeout(enable,500,e.currentTarget);
    function enable(io:InteractiveObject):void {
        io.mouseEnabled = true;
        io.addEventListener(MouseEvent.ROLL_OVER, cursorOver);

  • Apple ID appearing on another iPhone device (Sync confusion)

    Issue
    iTunes is sporadically requesting access to my partner's Apple ID account when downloading applications and trying to install the other iTunes account applications also when syncing takes place within iTunes. System software/accounts seems confused.
    How can I ensure that both devices remain separate and do not access each other's iTunes accounts or sync over Mac logins? How can I delete mixed applications from separate Apple ID's ensuring it won't replicate the deletion on the primary Apple ID?
    Background
    1 x Macbook Pro OS 10.8.2
    iTunes 11.0.1
    App Store 1.2.1
    1 x iPhone 4S OS 6.0.1 (Device A)
    1 x iPhone 4 OS 6.0.1 (Device B)
    Separate Apple ID's
    Separate iCloud accounts
    iTunes accounts
    Both people have our own iTunes accounts linked to their own device. All details are currently correct when checking Apple ID profiles.
    MacbookPro
    Both people have separate MacBook Pro logins and software is all up to date.
    History
    In the past, over a year ago, both iPhone devices were sync'd via the same iTunes and Macbook log in. (Not a good start I know) Both iPhones always had their own iTunes account for downloading apps and music etc. When I realised I was syncing application data from one iPhone to the other on my Macbook, I created two Macbook log ins. I deleted all applications on Device B that were transferred from Device A and also deleted the applications in Device B's iTunes account. It seemed that both devices finally had seperated, retained their own Apple ID logins, applications and Macbook user logins.
    Device B recently tried to install an application that Device A also had.
    The application installed onto Device B without an issue and there was no confusion with Device A having the same application. The application can be upgraded to provide additional functionality. When Device B requested this within the application to upgrade, the Apple ID of Device A suddenly appeared.
    I checked that Device B was asked to INSTALL the primary basic version of the application rather than OPEN it, just incase the confusion started at this point. It definitely said INSTALL.
    I thought the divorce was done and dusted in the past.
    Why would Device B suddenly point Device A's Apple ID?
    To troubleshoot, I connected Device B to iTunes on the MacBook with Device B's Macbook log in. When iTunes opened within the Apple ID of Device B ALL DEVICE A applications appeared and started to sync these applications to Device B! I am back to mixed accounts.
    How can ITunes suddenly connect the Apple ID's of both accounts and then tell Device B it needs to install Device A's applications? They are separate Apple ID accounts, separate copyright, separate costs.
    I know with iMatch that you can share the library with another device and when this occurs it locks the Apple ID of the primary iTunes account for 90 days on secondary device. We have never done this.
    I'm 'Syncing' trying to work this one out, please help!

    Steve324 wrote:
    s there a solution to get things
    back the way it was before the install?
    Thank you!
    See my previous suggestions

  • HT1414 i am in the process of getting my iphone4 unlocked from att to use it on straighttalk. why do i need to "back up" the iphone and all of this? i dont have an apple computer sooo, im a little confused on why i need to do this. can someone please help

    Can someone please explain and help me? I am unlocking an iphone4 from at&t to use it on the straight talk network. They've confirmed my request to do this and I am now a little confused as to what to do next. They want me to back up the phone using itunes on either a MAC or PC. I do not have an aplle computer but I do have an acer. Sooo, can I use it to do this? Or do I even have to do this to unlock and switch the iphone4 over to a new network? If I do have to what can I do to do this because like I said I do not have a computer by apple? Can anybody walk me through what I need to do next please? I've been waiting to do this for a very long time and I now have the option to have an iphone and use it. Thanks to my awesome boyfriend who Gave me his old iphone when he swapped back to an android. Hahahaha! Please anybody!? Because I sooo don't know what I'm doing and really do not want to mess the phone Or the process up. Thanks to any and all who read this and help me! It is greatly appreciate it!

    Install iTunes on your Acer and you can back up the iPhone. Or back it up to iCloud. If you do not back it up you can get it unlocked, but you will lose all of your content.
    You can get iTunes from http://www.apple.com/itunes.
    Even after unlocking I'm not sure it will work on Straight Talk, because last time I checked ST used Verizon as its carrier, and an AT&T iPhone 4 is not compatible with Verizon's network. You can probably use it on Net 10 or T-Mobile once it is unlocked.

  • Computers on small office network - names getting confused on iChat

    We are using bonjour and iChat on the computers on a small airport network in our office as an instant messaging solution in our office - however, 2 of the computers (which are named differently) keep getting confused and both being called the same name.
    I have done the fix where you go to System Prefs, Users & Groups and then set the address book card to that particular computer owner, restart the computer and then open iChat (using bonjour) - it saves the name but then my colleague becomes the same name as me on iChat - so we do the same thing to her computer (set address book card etc) and it changes her iChat name, but then also seems to override what I had set for mine previously.
    Help!! What can I do to stop these 2 computers seemingly overriding each other? It doesn't happen with the other 4 computers sharing our network...

    Hi,
    In System Preferences > Sharing is the Name the Computer has.
    This does play a part in any Bonjour Connection.
    It is this name that appears in Shares in the Finders's Side bar.
    Separate for that iChat and Messages that have the Bonjour Account Enabled broadcast the details from the My Card in the Address Book.
    Issues can arise with some Server based Logins that create a Global Address book that changes the My Card.
    You get similar difficulties on some DiskImage roll outs of updates and the like if the details of the Address Book are copied as well.
    I am not sure what you mean by the "fix" in System Preferences > Users and Groups to change the My Card or the Computer's Name.
    Yes you can click the Contact Card for that account and it will show you it in the Address Book and it should be th My Card.
    Changing the My Card then does not alter which Card is associated with the Mac User Account.
    There is no access to the Computer's Name
    7:53 PM      Wednesday; August 1, 2012
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Lion 10.7.2)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • Unable to capture video from canon xha1s to final cut pro 6.0. so confused

    hi,
    i purchased a canon xha1s and am simply trying to capture the video onto my macbook pro laptop. i keep getting the error saying my settings are incorrect and am confused as what to put and where. i went to the video/audio settings and put what i believed to be correct (HDV) since my camcorder records in HDV. still that error window pops up when i try to log and capture footage.
    any help would be greatly appreciated!

    Hi .. I had a very similar problem .. if the above fails it may be worth a look at this too..
    http://discussions.apple.com/message.jspa?messageID=10804559#10804559
    Jim

  • TS3276 I cannot connect to my outgoing email server on my macBook pro, yet I can, for the same email account on my iPad. Also I can send emails from the other email account I have on my MacBook...really confused can anyone help?

    I cannot connect to my outgoing email server on my macBook pro, yet I can, for the same email account on my iPad. Also I can send emails from the other email account I have on my MacBook...really confused can anyone help?

    Sometimes deleting the account and then re-creating it can solve this issue
    Write down all the information in accounts before doing this
    Highlight the account on the left and click the minus button
    Then click the plus button to add the new account and follow the prompts

  • What is wrong with this code? on(release) gotoAndPlay("2")'{'

    Please could someone tell me what is wrong with this code - on(release)
    gotoAndPlay("2")'{'
    this is the error that comes up and i have tried changing it but it is not working
    **Error** Scene=Scene 1, layer=Layer 2, frame=1:Line 2: '{' expected
         gotoAndPlay("2")'{'
    Total ActionScript Errors: 1 Reported Errors: 1
    Thanks

    If you have a frame labelled "2" then it should be:
    on (release) {
        this._parent.gotoAndPlay("2");
    or other wise just the following to go to frame 2:
    on (release) {
         this._parent.gotoAndPlay(2);
    You just had a missing curly bracket...

  • The method add() in java.awt.Container made me in confuse

    Here is my two java code file:
    //MyContainer.java
    package sam.gui;
    import java.awt.Dimension;
    import java.awt.Graphics;
    import javax.swing.JApplet;
    import javax.swing.JFrame;
    public class MyContainer extends JApplet {
         private MyButton[] myButton = new MyButton[2];
         private static int counter = 0;
         public MyContainer() {
              myButton[0] = new MyButton(5, 5, 200, 30);
              myButton[1] = new MyButton(5, 40, 200, 30);
              for (int i = 0; i < myButton.length; i++) {
                   add(myButton);
         public void paint(Graphics g) {
              for (int i = 0; i < myButton.length; i++) {
                   System.out.println("MyButton : " + (i+1));
                   myButton[i].draw(g);
         public static void main(String[] args) {
              MyContainer container = new MyContainer();
              JFrame f = new JFrame();
              f.getContentPane().add(container);
              f.pack();
              f.setSize(new Dimension(300, 200));
              f.show();
    //MyButton.java
    package sam.gui;
    import java.awt.Color;
    import java.awt.Component;
    import java.awt.Graphics;
    import java.awt.Graphics2D;
    public class MyButton extends Component {
         private Color m_rectColor = new Color(128, 73, 0);
         public MyButton(int x, int y, int width, int height) {
              setBounds(x, y, width, height);     
         public void draw(Graphics g) {
              Graphics2D g2 = (Graphics2D)g;
              g.setColor(m_rectColor);
              g.fillRect(0, 0,
                        getBounds().width, getBounds().height);
              System.out.println("x = " + getBounds().x);
              System.out.println("y = " + getBounds().y);
              System.out.println("width = " + getBounds().width);
              System.out.println("height = " + getBounds().height);          
    I thinked the runned result should be below:
    MyButton : 1
    x = 5
    y = 5
    width = 200
    height = 30
    MyButton : 2
    x = 5
    y = 40
    width = 200
    height = 30But in fact, its result is here:
    MyButton : 1
    x = 5
    y = 5
    width = 200
    height = 30
    MyButton : 2
    x = 0
    y = 0
    width = 292
    height = 173I don't know why the result would like this? I have used add(...) method to add two component MyButton to the container MyContainer, But the bounds of the second component is not I want.
    So this problem made me go into confuse.

    You need to learn how layout managers work. The default layout manager of a JApplet and JFrame is BorderLayout .
    /Kaj

  • Coding Confusion: Links linking to wrong...links

    Hi everyone,
    I'm writing some code in Flash MX 2004 and everything works fine except for the last button (4DSystemsProducts). According to the coding if none of the drop down buttons work it should go to products.php, but for some reason it goes to 4DSystemsProducts.php. All of the other menus are coded the same way and work fine, if I take out that button it works fine, or if I take out button 7 and switch 4DSystems to button 7 everything works.
    Here is the code to clear up this explanation.
    [CODE]
    function getActiveSub()
        if (_ymouse >= 38 && _ymouse < 58)
            return (activeButton.btnSub1);
        else if (_ymouse >= 58 && _ymouse < 78)
            return (activeButton.btnSub2);
        else if (_ymouse >= 78 && _ymouse < 98)
            return (activeButton.btnSub3);
        else if (_ymouse >= 98 && _ymouse < 118)
            return (activeButton.btnSub4);
        else if (_ymouse >= 118 && _ymouse < 138)
            return (activeButton.btnSub5);
        else if (_ymouse >= 138 && _ymouse < 158)
            return (activeButton.btnSub6);
        else if (_ymouse >= 158 && _ymouse < 178)
            return (activeButton.btnSub7);
        else if (_ymouse >= 178 && _ymouse < 198)
         return (activeButton.btnSub8);
        else
            return (null);
        } // end else if
    } // End of the function
    var activeButton;
    var activeSub;
    btnProducts.onRollOver = function ()
        btnProducts.gotoAndPlay("drop down");
        activeButton = btnProducts;
        activeSub = null;
    btnProducts.onRollOut = btnProducts.onReleaseOutside = function ()
        btnProducts.gotoAndPlay("drop up");
        activeButton = null;
        if (activeSub != null)
            activeSub.gotoAndPlay("stoparrow");
        } // end if
        activeSub = null;
    btnProducts.onRelease = function ()
        if (activeSub == btnProducts.btnSub1)
            getURL("products.php");
        else if (activeSub == btnProducts.btnSub2)
            getURL("newreleases.php");
        else if (activeSub == btnProducts.btnSub3)
            getURL("controlgrips.php");
        else if (activeSub == btnProducts.btnSub4)
            getURL("joysticks.php");
        else if (activeSub == btnProducts.btnSub5)
            getURL("controlboxes.php");
        else if (activeSub == btnProducts.btnSub6)
            getURL("electronics.php");
        else if (activeSub == btnProducts.btnSub7)
            getURL("accessories.php");
        else if (activeSub == btnProducts.btnSub8)
            getURL("4DSystemsProducts.php");
        else
            getURL("products.php");
        } // end else if
    [/CODE]

    That was just an exerpt.  I thought it would be all you need.  Here's the entire thing (attached).
    EDIT.  Apparently I can't attach the fla, just the swf.  Hope it helps.

  • Confused about Open Cursors :(

    Hi all,
    i need some clarification on this issue, i've read throught the documentation and i'm a bit confused.
    I'm using 10.1.0.2
    select sum(value)
    from v$statname sn,
    v$sesstat st,
    v$session s
    where sn.statistic# = st.statistic#
    and st.sid = s.sid
    and sn.name = 'session cursor cache count'
    The result of the above query is 4926, meaning i have 4926 CLOSED cursors in the session cursor cache.
    select count(1)
    from v$open_cursor
    The result of the above query is 16968, meaning i have 16968 cached cursors
    So there are two distinct cursor Caches ?
    now lets look at other statistic
    select sum(value)
    from v$statname sn,
    v$sesstat st,
    v$session s
    where sn.statistic# = st.statistic#
    and st.sid = s.sid
    and sn.name = 'opened cursors current'
    this one gives me 12212 , so i have 12212 opened cursors (NOT CACHED , REALLY OPENED CURSORS ...is this correct???)
    I suspect that my applications are not closing resultsets (java build application, deployed in oracle application server, database connections in pooled connection) ... so i'm trying to help my developers to find the potencial bug in application.
    How can i get the SQL from OPEN cursors ???
    V$open_cursor gives me SQL from CLOSED cached cursors ...
    Best Regards
    Rui Madaleno

    Hi,
    >>this one gives me 12212 , so i have 12212 opened cursors (NOT CACHED , REALLY OPENED CURSORS ...is this correct???)
    For your instance, yes because you use the sum(value) aggregate function. But I think that the best is get this value per session.
    select count(1) from v$open_cursor
    v$open_cursor shows cached cursors, not currently open cursors, by session. If you're wondering how many cursors a session has open, don't look in v$open_cursor. It shows the cursors in the session cursor cache for each session, not cursors that are actually open. To monitor open cursors, query v$sesstat where name='opened cursors current'. This will give the number of currently opened cursors, by session:
    select a.value, s.username, s.sid, s.serial#
    from v$sesstat a, v$statname b, v$session s
    where a.statistic# = b.statistic#  and s.sid=a.sid
    and b.name = 'opened cursors current';
    >>I suspect that my applications are not closing resultsets (java build application, deployed in oracle application server, database connections in pooled connection)
    In this case, you need to monitor you application. If want, you can use the OEM Database Console and go to [Top Sessions | Session Details] link, or to use this SQL above.
    By the way, do you are getting ORA-1000 errors ?
    If so, set the OPEN_CURSORS parameter high enough that you never get an ORA-1000 during normal operations.
    Cheers

  • Table numbering confusion and how to link to tables in a book/document?

    More questions :-(
    Table numbering confusion...
    I'm porting over (from MS Word) a document that has a bunch of tables in it.
    The document currently looks something like this:
    1 Major heading
    1.1 Sub heading
    text for that sub heading that refers to a table that follows (or may preceed) such as see Table 1-1 that follows
    Table 1-1
    Row 1/Column 1 content   Column 2 content   Column 3 content
    Row 2/Column 1 content   etc....            etc.
    Row 3                    etc.               etc.
    1.2 Next sub heading
    Text to follow that sub head that references Table 1-2 below...
    Table 1-2
    Row 1/Column 1 content   Column 2 content   Column 3 content
    Row 2/Column 1 content   etc....            etc.
    Row 3                    etc.               etc.
    2 Major heading
    2.1 Next sub heading
    Text to follow that sub head that references Table 2-1 below...
    Table 2-1
    Row 1/Column 1 content   Column 2 content   Column 3 content
    Row 2/Column 1 content   etc....            etc.
    Row 3                    etc.               etc.
    3 Major heading
    3.1 Next sub heading
    etc.
    Hopefully that makes sense.
    Currently it seems that the tables are numbered based on the chapter number with the chapter apparently being set at 2.
    I need the tables to instead use numbering based on the heading (Titles) numbers, but can't seem to figure out how to get the numbers set for the tables as I would want them to be.
    What do I need to do to make the table numbers reset based on the paragraph numbers (subchapters if you would refer to them that way...)
    Thanks again!

    What is the paragraph format of "Table 2-1" lines?
    Table numbering is commonly controlled by two things:
    1. Format > Paragraph > Paragraph Designer
    [table title para name]
    [ Numbering]
    and
    2. Format > Document > Numbering
    The default in Frame is that tables have titles of para fmt "TableTitle", but tables can switch that off, and also be anchored to paragraphs (often Headings) of any arbitrary format name and numbering scheme.

  • Form processing using getParameter Names() and Values() Seriously confused

    Hi all,
    I have an HTML table containing multiple <INPUT name='Flows[]' ...> to create arrays. However, when I try to process the code in my servlet it gets ignored and no excpetions are thrown. I know I must be doing something wrong but for the life of me I cannot see what or where it is.
    Enumeration <String> paramNames = request.getParameterNames() ;
    double dFlows[] = null ;
    while (paramNames.hasMoreElements())
         try
              String pName = paramNames.nextElement() ;
              System.out.println(String.format("Parameter Name : %s Length %d", pName, pName.length())) ;
              if (pName == "Flows[]")
                   String pValues[] = request.getParameterValues(pName) ;
                   nParams = pValues.length ;
                   System.out.println(String.format("Found %s Flow Readings", nParams)) ;
                   dFlows = new double[nParams] ;
                   for (p = 0; p < nParams; p++)
                        dFlows[p] = Double.parseDouble(pValues[p]) ;
              else
                   System.out.println(String.format("%s != Flows[]", pName)) ;
         catch (Exception e)
              e.printStackTrace(System.out) ;
    }The output I get in the log file is :
    Parameter Name : Flows[] : Length 7
    Flows[] != Flows[]
    If the log is to believed then the error is in the if (pName == "Flows[]") but the log proves this to be wrong!
    Can anyone help me out with this, I really am seriously confused.
    Bill Moo

              if (pName == "Flows[]")
              if (pName.equals("Flows[]"))But why on earth are you looping through all the parameters when you already know the name? Use request.getParameter("Flows[]");

  • I am confused about something.  How do I read a book on my MacBook Pro?  I can't find the iBook app anywhere, which is what I use on my iPad.  The book I want to read is in my iTunes but I can't click on it.  My iBook library does not show up in iTunes.

    I am confused about something.  How do I read a book on my MacBook Pro?  I can't find the iBook app anywhere, which is what I use on my iPad.  The book I want to read is in my iTunes but I can't click on it.  Some of my iBooks show up in my iTunes but they are "grayed" out.  The only books that respond in iTunes are audiobooks and that's not what I'm looking for.  Is this a stupid question?

    Nevermind - I answered my own question, which is I CAN"T READ ANY BOOKS I purchased in iBooks on my MacBook Pro.  If I want to read on my mac I have to use Kindle or Nook.  Which means any book I've already purchased through iBooks has to be read on my iPad.  Kind of a drag because there are times when it's more convenient for me to read while I'm sitting with my Mac.

Maybe you are looking for

  • How can I see the dates of all of my app downloads (free and paid) from the iPhone? If this is not possible, from the computer? Is there an apple website for this?

    I would like to know how I can check the download dates of all of my iPhone 4 apps from the phone itself, the free apps downloaded too. Is there a website I could go to to see these? If not, how can you see this on a PC?

  • FUNCTIONAL SPEC FOR ABAP REPORT DEVELOPMENT

    Hi There, Can someone please help with a sample of Funtional specs for ABAP Z report development that i could give ABAPer. You can scrub the report for names cof company and other personal info, i just want to see what is essential and what is not es

  • I can sign into iCloud

    I dont have an old email address to sign in to iCloud on iOS 10.10.2 and I cant change the password because the email address is not available to me.

  • SAP to XI IDoc Outbound Error

    Hi, I am sending an IDoc from SAP R/3 to SAP XI . In WE02 IDoc showing Status as 03 (sucess) but in SM58 it showing as Error *No service for system SAPTI2, client 030 in Integration Directory * Any Info? a®

  • Oracle 8i NIS+ client support

    What are the implications of introducing NIS+ naming service in Oracle 8i, Solaris 7 environment? Does oracle support this? --Saro.