Has anyone loaded variables from paypal using ipn?

Im so flustered. I'm using flash 8 pro btw.

I had a problem while loading the AOL disc just after getting my Mac Pro. AOL would show the spinning beach ball and not seem to finish the installation. AOL would not run.
About a week later I noticed the AOL Radio application was loaded and started it. I had to sign in with my AOL screenname and password. Radio worked. A bit later I noticed that the AOL icon was now showing that it was running. I clicked on the icon and AOL opened and ran normally. I signed on and all was normal.
AOL sure did not work when I first tried. I was using Apple's MAIL to get AOL e-mail.

Similar Messages

  • HT204347 Has anyone ever booted from an external drive? System 10X6+

    Has anyonetried to boot computer with removable drives? or any body knows?
    My super drive broke down. I replaced it with external.  How do you boot from this drive. Pressing "C" is ineffective?
    don't have another Mac, so Target Disk Mode is not an option. Any advice ?  I paid 80.00 for the same problem the last time.  I ran this progam bundled with the drive  called DriveGenius to rid my hard drive of binarys (Intel and 64) localizations, duplicates within the system, and what I thought were two systems, a 10X6.8 and 10X63. When the .8 wasn't working right, and I couldn't fix it-or find an answer for it--I figured I would go back to the 10X6.3  But no. I changed it in the system preferences (only the dock responded to commands and the tab bar's secondary files. so I rebooted. Nothing but I blue screen.  I know it doesn't have to be erased, like they did before. for $80.00 and waiting 4 days something they 'fixed' in 20 min?
    Thanks for you comments and advice in advance.Thanks for listening.  I'm using the PC I had before, and I'm wondering has anyone tried or heard of using PC to/from Mac?  I have Drive Genius and it boots for both system. The CD?DVD drive is broken here too.  so we're back to the 1 st question

    I wonder... Can you use the carburator from your Grampa's wheels on your new car? "No way!", you'll say; it's a whole different ballgame. But you can still use the stereo, the speakers (if not busted) or even  the GPS, right? Maybe the core of the old vehicle (engine & its management, transmission, chassis, suspension) can't be used in a modern car, but many of the accessories can. Same thing here: the newest Macs have the latest from Intel, which is a world apart from processors 2-3 generations ago. And the Operating System that talks directly to the hardware has to follow suit.
    At First Start, the Setup Assistant did give you the option to migrate your stuff from the older computer. Were it a Mac, settings, files and compatible applications could have been transferred over (in many cases, even with their registrations or activation codes). Had it been a PC, only files and compatible settings could have likewise moved over. If that wasn't taken advantage of at the time, two options remain for getting the stuff over without too much hassle:
    Run Migration Assistant and use that instead. Migrating user accounts and files contained in their Home directories can be tricky if they are named the same as those already on the new Mac, but apps and non-personal files (not in duplicated Home directories) can transfer fine.
    Reinstall the OS to redo the First Start.
    And FYI, a new Mac from last week will ONLY run the latest Mavericks.

  • How to load variables from a .txt file

    Hi.
    I usually make a flash aplication in colaboration with a php
    programmer. But i want to test my swfs without having to wait for
    him. So i want to do that through a text file. I know that flash
    can load variables from text files. The problem is i don't know how
    to format the text file ( example.txt).
    Thank you

    Here's a couple of ideas.
    First you probably want to change what you have...and put
    your 'if (pVar==1' etc inside a separate function and call it from
    the onLoad handler after you have assigned the value to pVar...
    because the onLoad will run at some unknown point in time after
    loading has finished (actually in the test environment this might
    work... but that wouldn't be the same as what happens in a
    production setting).
    To create test files for loadvars... simply create a new as2
    file and put this code on the first frame and test movie:

  • Loading Variables from ASP into Flash

    I can find plenty of tutorials detailing how to load
    variables from a defined asp page into Flash, but here's my
    dilemma...
    I have an asp page that is reading a URL with a unique
    identifier in it (www.sampleURL.com?id=123456), and then turns the
    id number from the URL into a variable. On the same page then, sits
    my swf where I need to use LoadVars to pull in that ASP variable
    via Actionscript. If I don't have a static asp page to pull the
    variables in from and I want to pass the variable within the same
    asp page the swf is located on, how do I do it? Many thanks in
    advance...

    "bonzomn65" <[email protected]> wrote in
    message
    news:ej0630$pjh$[email protected]..
    >I can find plenty of tutorials detailing how to load
    variables from a
    >defined
    > asp page into Flash, but here's my dilemma...
    >
    > I have an asp page that is reading a URL with a unique
    identifier in it
    > (www.sampleURL.com?id=123456), and then turns the id
    number from the URL
    > into a
    > variable. On the same page then, sits my swf where I
    need to use LoadVars
    > to
    > pull in that ASP variable via Actionscript. If I don't
    have a static asp
    > page
    > to pull the variables in from and I want to pass the
    variable within the
    > same
    > asp page the swf is located on, how do I do it? Many
    thanks in advance...
    >
    You don't need LoadVars for this at all. You can just pass
    the variable to
    your Flash movie by specifying a query string when you are
    calling the
    movie.
    If you are using the straight object, embed method then it
    would look
    something like this:
    <param name="movie" value="movie.swf?id=11111">
    <embed src="movie.swf?id=11111" ... >
    If you are using the ActiveContent JavaScript for your movie
    then you just
    leave off the .swf... so
    "name", "movie?id=11111"
    Then, in flash you can access the value of id from the _root,
    like
    var idInFlash:Number = _root.id;
    Of course in the above example you would replace 11111 with
    the proper
    syntax for printing a variable's value in ASP.

  • Movie refuses to load variables from text file

    Hi,
    I'm sure you can solve my newbie problem in less than 1
    minute...
    I'm pulling my hair out on a template I bought 2 days ago
    from templatemonster.com
    I am using Flash 8 Pro.
    All I want to do is change an existing textfield that is
    Static to Dynamic and load variables from a text file.
    The Action Script I use to do so comes directly from
    Macromedia documentation (see attached)
    It works fine when I create a brand new movie, but doesn't do
    anything when inserted into the template.
    It doesn't even complain about not finding the text file if I
    rename or delete it!
    Here are the FLA and text file:
    Edit : Link to source file removed
    The textfield I would like to change is in the txt2 symbol.
    Here is how I proceed:
    When I open HEADER.FLA, Flash tells me I'm missing a font,
    ok, so I click on Use Default, I'll deal with this later.
    I open up the Movie Explorer, go to Layer 30, go to Frame 75
    and click once on txt2
    I name the instance "myMovie_mc" and save (converts from
    Flash MX to Flash 8)
    I double-click on the Movie Clip, select the word
    "Automobile" on the Stage, change from Static to Dynamic and call
    that instance "myText_txt"
    Still in the Movie Clip, I create a new layer I call
    "actions", and in Frame 1 I copy the attached Action Script:
    This script works when I create a new flash file, but it does
    absolutely nothing in this template.
    I know I'm doing something wrong, but I wonder what?
    Many thanks to any helping soul!
    Ferris.

    try this:
    // Load text as variable and assign it to the
    // dynamic text field
    var features_lv:LoadVars = new LoadVars();
    features_lv.onLoad = onText();
    features_lv.load("safetyFeatures.txt");
    function onText(success:Boolean) {
    if (success) {
    myText_txt.text = features_lv.safetyfeatures;
    } else {
    myText_txt.text = "unable to load text file.";
    or this
    // Load text as variable and assign it to the
    // dynamic text field
    var features_lv:LoadVars = new LoadVars();
    features_lv.onLoad = function(success) {
    if (success) {
    myText_txt.text = features_lv.safetyfeatures;
    } else {
    myText_txt.text = "unable to load text file.";
    features_lv.load("safetyFeatures.txt");

  • Load PDF From Memory using Adobe Acrobat SDK

    Load PDF From Memory using Adobe Acrobat SDK

    //The below variables are global;
    DWORD FileSize;//size of main PDF file
    char * lpBuffer;//PDF buffer,please save binary PDF data into this buffer
    DWORD dwDataSize;//size of main PDF file
    DWORD dwDataIndex;//is a pointer for lpBuffer position.ex. lpBuffer[dwDataIndex]
    //write the following code in the initialzation of your application
    ASFileSys myFileSys;
    memset (&MyFileSys, 0, sizeof(ASFileSysRec));
    MyFileSys.size = sizeof(ASFileSysRec);
    MyFileSys.open = ASCallbackCreateProto (ASFileSysOpenProc, MyASFileSysOpenProc);
    MyFileSys.close = ASCallbackCreateProto (ASFileSysCloseProc, MyASFileSysCloseProc);
    MyFileSys.flush = ASCallbackCreateProto (ASFileSysFlushProc, MyASFileSysFlushProc);
    MyFileSys.setpos = ASCallbackCreateProto (ASFileSysSetPosProc, MyASFileSysSetPosProc);
    MyFileSys.getpos = ASCallbackCreateProto (ASFileSysGetPosProc, MyASFileSysGetPosProc);
    MyFileSys.seteof = ASCallbackCreateProto (ASFileSysSetEofProc, MyASFileSysSetEofProc);
    MyFileSys.geteof = ASCallbackCreateProto (ASFileSysGetEofProc, MyASFileSysGetEofProc);
    MyFileSys.read = ASCallbackCreateProto (ASFileSysReadProc, MyASFileSysReadProc);
    MyFileSys.write = ASCallbackCreateProto (ASFileSysWriteProc, MyASFileSysWriteProc);
    MyFileSys.remove = ASCallbackCreateProto (ASFileSysRemoveProc, MyASFileSysRemoveProc);
    MyFileSys.rename = ASCallbackCreateProto (ASFileSysRenameProc, MyASFileSysRenameProc);
    MyFileSys.isSameFile = ASCallbackCreateProto (ASFileSysIsSameFileProc, MyASFileSysIsSameFileProc);
    MyFileSys.getName = ASCallbackCreateProto (ASFileSysGetNameProc, MyASFileSysGetNameProc);
    MyFileSys.getNameAsASText = ASCallbackCreateProto (ASFileSysGetNameAsASTextProc, MyASFileSysGetNameAsASTextProc);
    MyFileSys.getTempPathName = ASCallbackCreateProto (ASFileSysGetTempPathNameProc, MyASFileSysGetTempPathNameProc);
    MyFileSys.copyPathName = ASCallbackCreateProto (ASFileSysCopyPathNameProc, MyASFileSysCopyPathNameProc);
    MyFileSys.diPathFromPath = ASCallbackCreateProto (ASFileSysDiPathFromPathProc, MyASFileSysDiPathFromPathProc);
    MyFileSys.pathFromDIPath = ASCallbackCreateProto (ASFileSysPathFromDIPathProc, MyASFileSysPathFromDIPathProc);
    MyFileSys.disposePathName = ASCallbackCreateProto (ASFileSysDisposePathNameProc, MyASFileSysDisposePathNameProc);
    MyFileSys.getFileSysName = ASCallbackCreateProto (ASFileSysGetFileSysNameProc, MyASFileSysGetFileSysNameProc);
    MyFileSys.getStorageFreeSpace = ASCallbackCreateProto (ASFileSysGetStorageFreeSpaceProc, MyASFileSysGetStorageFreeSpaceProc);
    MyFileSys.flushVolume = ASCallbackCreateProto (ASFileSysFlushVolumeProc, MyASFileSysFlushVolumeProc);
    MyFileSys.createPathName = ASCallbackCreateProto (ASFileSysCreatePathNameProc, MyASFileSysCreatePathNameProc);
    MyFileSys.getItemProps = ASCallbackCreateProto (ASFileSysGetItemPropsProc, MyASFileSysGetItemPropsProc);
    MyFileSys.firstFolderItem = ASCallbackCreateProto (ASFileSysFirstFolderItemProc, MyASFileSysFirstFolderItemProc);
    MyFileSys.nextFolderItem = ASCallbackCreateProto (ASFileSysNextFolderItemProc, MyASFileSysNextFolderItemProc);
    MyFileSys.destroyFolderIterator = ASCallbackCreateProto (ASFileSysDestroyFolderIteratorProc, MyASFileSysDestroyFolderIteratorProc);
    MyFileSys.urlFromPath = ASCallbackCreateProto (ASFileSysURLFromPathProc, MyASFileSysURLFromPathProc);
    MyFileSys.getParent = ASCallbackCreateProto (ASFileSysGetParentProc, MyASFileSysGetParentProc);
    MyFileSys.createFolder = ASCallbackCreateProto (ASFileSysCreateFolderProc, MyASFileSysCreateFolderProc);
    MyFileSys.removeFolder = ASCallbackCreateProto (ASFileSysRemoveFolderProc, MyASFileSysRemoveFolderProc);
    MyFileSys.displayStringFromPath = ASCallbackCreateProto (ASFileSysDisplayStringFromPathProc, MyASFileSysDisplayStringFromPathProc);
    MyFileSys.setTypeAndCreator = ASCallbackCreateProto (ASFileSysSetTypeAndCreatorProc, MyASFileSysSetTypeAndCreatorProc);
    MyFileSys.getTypeAndCreator = ASCallbackCreateProto (ASFileSysGetTypeAndCreatorProc, MyASFileSysGetTypeAndCreatorProc);
    //These need to be implemented for 7.0 Windows
    MyFileSys.acquirePlatformPath = ASCallbackCreateProto (ASFileSysAcquirePlatformPathProc, MyASFileSysAcquirePlatformPathProc);
    MyFileSys.releasePlatformPath = ASCallbackCreateProto (ASFileSysReleasePlatformPathProc, MyASFileSysReleasePlatformPathProc);
    //MYFileSys Callbacks Functions definations
    static ACCB1 ASInt32 ACCB2 MyASFileSysOpenProc (ASPathName pathName, ASUns16 mode, MDFile *fP)
    dwDataIndex = 0;
    dwDataSize  = FileSize;//size of main PDF file
    return 0;
    static ACCB1 ASInt32 ACCB2 MyASFileSysCloseProc (MDFile f)
    dwDataIndex = 0;//set PDF buffer pointer to zero
    return 0;
    static ACCB1 ASInt32 ACCB2 MyASFileSysFlushProc (MDFile f)
    return 0;
    static ACCB1 ASInt32 ACCB2 MyASFileSysSetPosProc (MDFile f, ASUns32 pos)
    dwDataIndex = (DWORD)pos;
    return 0;
    static ACCB1 ASInt32 ACCB2 MyASFileSysGetPosProc (MDFile f, ASUns32 *pos)
    *pos = (ASFilePos)dwDataIndex;
    return 0;
    static ACCB1 ASInt32 ACCB2 MyASFileSysSetEofProc (MDFile f, ASUns32 pos)
    return 0;
    static ACCB1 ASInt32 ACCB2 MyASFileSysGetEofProc (MDFile f, ASUns32 *pos)
    *pos = (ASFilePos)dwDataSize;
    return 0;
    static ACCB1 ASSize_t ACCB2 MyASFileSysReadProc (void *ptr, ASSize_t size, ASSize_t count, MDFile f, ASInt32 *pError)
    *pError = 0;
    if ( ptr == NULL )
      return 0;
    DWORD dwRemaining = dwDataSize - dwDataIndex;
    DWORD dwReadSize = min( dwRemaining, (DWORD)( size * count ) );
    CopyMemory(ptr, &lpBuffer[ dwDataIndex ], dwReadSize );
    dwDataIndex += dwReadSize;
    return (ASSize_t)dwReadSize;
    static ACCB1 ASSize_t ACCB2 MyASFileSysWriteProc (void *ptr, ASSize_t size, ASSize_t count, MDFile f, ASInt32 *pError)
    return 0;
    static ACCB1 ASInt32 ACCB2 MyASFileSysRemoveProc (ASPathName pathName)
    return 0;
    static ACCB1 ASInt32 ACCB2 MyASFileSysRenameProc (ASMDFile* f, ASPathName oldPath, ASPathName newPath)
    return 0;
    static ACCB1 ASBool ACCB2 MyASFileSysIsSameFileProc (ASMDFile f, ASPathName pathName, ASPathName newPathName)
    return 0;
    static ACCB1 ASInt32 ACCB2 MyASFileSysGetNameProc (ASPathName pathName, char *name, ASInt32 maxLength)
    return 0;
    static ACCB1 ASInt32 ACCB2 MyASFileSysGetNameAsASTextProc (ASPathName pathName, ASText name)
    return 0;
    static ACCB1 ASPathName ACCB2 MyASFileSysGetTempPathNameProc (ASPathName pathName)
    return (ASPathName)PDF_MEMORY_FILESYS;
    static ACCB1 ASPathName ACCB2 MyASFileSysCopyPathNameProc (ASPathName pathName)
    return (ASPathName)PDF_MEMORY_FILESYS;
    static ACCB1 char * ACCB2 MyASFileSysDiPathFromPathProc (ASPathName path, ASPathName relativeToThisPath)
        return NULL;
    static ACCB1 ASPathName ACCB2 MyASFileSysPathFromDIPathProc (const char * diPath, ASPathName relativeToThisPath)
    return (ASPathName)PDF_MEMORY_FILESYS;
    static ACCB1 void ACCB2 MyASFileSysDisposePathNameProc (ASPathName pathName)
    static ACCB1 ASAtom ACCB2 MyASFileSysGetFileSysNameProc (void)
    return NULL;
    static ACCB1 ASUns32 ACCB2 MyASFileSysGetStorageFreeSpaceProc (ASPathName pathName)
    return INT_MAX;
    static ACCB1 ASInt32 ACCB2 MyASFileSysFlushVolumeProc (ASPathName pathName)
    return 0;
    static ACCB1 ASPathName ACCB2 MyASFileSysCreatePathNameProc (ASAtom pathSpecType, const void *pathSpec, const void *mustBeZero)
    return (ASPathName)PDF_MEMORY_FILESYS;
    static ACCB1 ASInt32 ACCB2 MyASFileSysGetItemPropsProc (ASPathName pathName, ASFileSysItemProps props)
    return 0;
    static ACCB1 ASFolderIterator ACCB2 MyASFileSysFirstFolderItemProc (ASPathName folderPath, ASFileSysItemProps props, ASPathName *itemPath)
    return NULL;
    static ACCB1 ASBool ACCB2 MyASFileSysNextFolderItemProc (ASFolderIterator folderIter, ASFileSysItemProps props, ASPathName *itemPath)
    return 0;
    static ACCB1 void ACCB2 MyASFileSysDestroyFolderIteratorProc (ASFolderIterator folderIter)
    static ACCB1 char * ACCB2 MyASFileSysURLFromPathProc (ASPathName path)
    return NULL;
    static ACCB1 ASPathName ACCB2 MyASFileSysGetParentProc (ASPathName path)
    return NULL;
    static ACCB1 ASInt32 ACCB2 MyASFileSysCreateFolderProc (ASPathName path)
    return 0;
    static ACCB1 ASInt32 ACCB2 MyASFileSysRemoveFolderProc (ASPathName path)
    return 0;
    static ACCB1 char * ACCB2 MyASFileSysDisplayStringFromPathProc (ASPathName path)
        return NULL;
    static ACCB1 void ACCB2 MyASFileSysSetTypeAndCreatorProc (ASPathName path, unsigned long type, unsigned long creator)
    static ACCB1 void ACCB2 MyASFileSysGetTypeAndCreatorProc (ASPathName path, unsigned long *type, unsigned long *creator)
    static ACCB1 ASInt32 ACCB2 MyASFileSysAcquirePlatformPathProc(ASPathName path, ASAtom platformPathType, ASPlatformPath *platformPath)
    return 0;
    static ACCB1 void ACCB2 MyASFileSysReleasePlatformPathProc(ASPlatformPath platformPath)
    //write the following code in your open PDF file procedure
    FileSize = //size of your PDF File;
    lpBuffer = (char *)malloc(FileSize);
    PDDoc pdDoc = PDDocOpen( (ASPathName)PDF_MEMORY_FILESYS, &MyFileSys, NULL, true );
    ASFile asFile = PDDocGetFile(pdDoc);
    ASText title = ASTextFromScriptText ("PDF File Name",kASRomanScript);
    AVDoc targetDoc = AVDocOpenFromASFileWithParams (asFile, title, NULL);
    //Thanks

  • Has anyone figured a way to use the Magic Trackpad with Windows 7 on a partitioned disc using Bootcamp?

    Has anyone figured a way to use the magic trackpad with Windows 7 on a partitioned disc using Bootcamp?

    Yes. After Windows/Bootcamp discovers  your bluetooth device (Magic Trackpad or Mouse, be sure to make it discoverable), right click, with your wired mouse, of course, on the icon and select Properties.
    Then check the mouse drivers box and your device should work. (I located this solution on another thread)
    It works for both the Magic Mouse and Magic Trackpad.
    Must admit, the solution was not intuitive within the Windows environment. But we all must remember. It IS Windows, after all.
    Another thing. Keep in mind that the gestures on these devices that work just dandy in OSX do not carry over into Windows.
    It's Windows.

  • Has anyone found a way to use the Epson Print Utility with an Airport?

    I have an Epson Photo 2200 connected to the USB port of my Time Capsule. Everything has been working great until recently. Now I cannot use Epson Printer Utility unless I connect the printer directly to my Mac via the USB port. It does not find the printer. Connected directly, Epson Print Utility2 works properly. Epson Print Utility3 does not find the printer, even when connected directly. Reading the various discussion threads, I am not alone and the problem is with many, if not all of the Epson printers. The Utility worked fine at one time but appears to have quit working over the network probably around OS upgrade 10.5.2. In addition, you must use the Gutenprint driver when installing the printer. Epson's gives an error.
    Has anyone found a way to use the Epson Print Utility with an Airport print server with OS 10.5.2 or later?

    Before receiving this reply, I had other problems with the Gutenprint driver. I'm not sure what I did but after playing around for about a day, the Epson driver finally worked while connected through the USB port. The printer then worked with the Airport. The print utility still doesn't work without being directly connected. (It used to work while connected to the Airport. Until recently, I never connected the printer directly to a computer.)

  • I'm having the same buffering issues that other users are having when I try to send a short video from my Iphone 4S to my Apple TV.  Has anyone heard back from Apple on this bug ?

    I'm having the same buffering issues that other users are having when I try to stream a short video from my Iphone 4S to my Apple TV
    Has anyone heard back from Apple on this bug ?

    Try the following steps, check whether things are working after each step where appropriate, before trying the next.
    Check AirPlay is turned on on the Apple TV (turn it off and on if it already is)
    Check that both devices are on the same network (Settings > Wifi, on the mobile device and Settings > General > Network, on the Apple TV).
    Restart the Apple TV (Settings > General > Restart).
    Restart the Apple TV by removing ALL the cables for 30 seconds.
    Restart your router. (Also try removing it’s power cord for at least 30 seconds)
    Restart your mobile device.

  • Has anyone tried to download anything using linux?

    Has anyone tried to download anything using linux? I can't seem to get anywhere with this site or the Ottawa Library Site.

    Well, if your husband managed to ade 1.8 running with wine, I'll gladly take any hint on how he did that. I get get ADE to start.

  • Has anyone been able to successfully use more than 8 cores with Logic?

    I've posted this before and was recommended to phrase the question like this, has anyone been able to successfully use more than 8 cores with Logic?
    If so or if not please specify what version of logic you have, what computer since only the new Mac Pro's have 16 virtual cores, and any other information or reference saying how to or how its not possible. This seems to be a question many users need to find out before upgrading to a new mac. Thanks!

    DrumStudio wrote:
    I've posted this before and was recommended to phrase the question like this, has anyone been able to successfully use more than 8 cores with Logic?
    If so or if not please specify what version of logic you have, what computer since only the new Mac Pro's have 16 virtual cores, and any other information or reference saying how to or how its not possible. This seems to be a question many users need to find out before upgrading to a new mac. Thanks!
    No,
    But I've been able to record a quartet using only 4 musicians.

  • Load variables from XML into Flash

    I was wondering how to load variables from an XML document to
    a Flash file? I am familiar with the code to do it for a text file,
    but was wondering how to do it for XML.
    Many thanks in advance!
    JJ

    Thanks for the recommendation on the site. What I am trying
    to do is load varaibles from an XML file into text boxes in my
    flash movie.
    Here is my loading:
    var my_xml = new XML();
    my_xml.ignoreWhite = true;
    my_xml.onLoad = function(success){
    if (success) {
    gotoAndStop("slide01");
    my_xml.load("narration.xml");
    this is what I have on my frame with the text boxes (the text
    boxes are also have the variable name in the variable area)
    var narration = my_xml.picture01;
    var my_title = my_xml.my_title;
    var my_date = my_xml.my_date;
    should I do my_date.text = my_xml.my_date; instead?
    my xml doc looks like this
    <?xml version="1.0" encoding="iso-8859-1"?>
    <picture01>This is the text for picture
    01</picture01>
    <picture02>This is the text for picture
    02</picture02>
    <my_title>Las Vegas</my_title>
    <my_date>October</my_date>
    Any help on this would be GREATLY appreciated!
    Text
    my_date.text = my_xml.my_date;

  • Has anyone picked materials from one storage location but confirmed TO to different storage location?

    The business does not want to use MRP areas to segregate materials between service part and production. What they want to do is separate service parts on deliveries at our shipping storage types (915/916) from MRP view. This requirement is primarily for our international shipping area. We may pick parts for an international shipment and the parts will sit on the delivery - not goods issued because we don't want to invoice - for up to 3 months. During that time, MRP sees the inventory so replenishment is not done in a timely fashion or parts may get stolen from the shipment for a production requirement because the inventory is seen.
    Could one solution be to create a non-MRP relevant storage location (say 1200) and place the shipping storage types in this storage location?  Then when the transfer order creates, the system would show the source to be from the MRP relevant SLoc (1100), stype (130), bin (A-01-A), - these are examples - with the destination to be to non-MRP relevant SLoc 1200, stype 915, bin (dynamic using the delivery number) 0080745298? Has anyone had this type of request or know of a way to satisfy the business requirements without different MRP areas? They also do not want to have two transfer orders - one with a 601 movement and one with a 311 movement.
    Any known solutions or outside-the-box thinking would greatly appreciated.
    Marla

    I don't have the solution, just some critical questions and hints
    Even a non-MRP relevant storage location can be warehouse managed.
    The stock is shown in any stock list as long it is not goods issued, no matter if it is stored in a
    non-MRP relevant storage location.
    Stock that is picked for a delivery is not available for others, it is reserved. A delivery is a MRP element and hence should be taken into consideration in the planning run.
    A non-MRP relevant storage location will only solve your planning issues if you move the material there if it is not yet picked  and allocated to a delivery.
    Do your thieves really use SAP to check if the stock is there, or do they just see the stock in the warehouse? As said, the non-MRP relevant storage location will not solve this issue since the stock is still visible.

  • Has anyone had any experience with using 'MacKeeper'?

    Has anyone had any experience using 'MacKeeper'?

    I am afraid its worsen then THAT!!. I bought two licences from those fraud spammers, liftetime with "satisfaction or moneyback guarentee".
    Both my Imac and MacPro kept crashing after installing it. All the helpdesk from zeobit did for me was sending me mails i should re-install osx and mackeeper.
    When that didnt help, the gave in. I asked my money back, as in the guarentee. Thet denied flat out. "Sir this is not OUR software causing the problem, but OSX. Go there with your complained!"
    Alsoo there newsletter......i UNLISTED 9 times now and still i get 5-8 spam mails a week.
    It´s a fraud a company !!
    Swindlers!! Alsoo see :
    https://discussions.apple.com/thread/2786697?start=0&tstart=0

  • Has anyone loaded CS3 MC onto 27"i7?

    I want to get an i7 but it must work with software. Has anyone got one of these and actually attempted to load CS3 Master Collection and been successful?
    Please let me know
    Thanks

    I have and it works fine. Just make sure that you are installing it on your machine new and not using migration assistant. For some reason if you use migration assistant to transfer all of your data and programs, Adobe will not allow you run the software on the new computer. I learned this the hard way and had to reinstall snow leopard. I now have it up and running and working like it should. Hope this helps.

Maybe you are looking for