Hi experts !!!!...Here's my problem

In BDC.........while Recordingthe screen resolution for line items differs from system to system. .......how to make the coding fit for all the resolutions in case of BATCH INPUT METHOD ?
....As far as i know while using CALL TRANSACTION ...we can declare a structure with type CTUPARAMS....and set the DEFAULT SIZE ....By doing so...the screen resolution becomes 10.no matter where u r executing the program.
And so we can write as....
CALL TRANSACTION 'VK11' OPTIONS FROM S_CTUPARAMS.
But how to do with Batch I/p...... ..As we use FM's...BDC_OPEN_GROUP, BDC_INSERT, BDC_CLOSE_GROUP.
Pls...help me out !!!!!!

Hi,
Instead of going for screen resolutions better to go for either page down,new page options for handling the line items...Then no need to worry about the screen resolution.So while recording please check if the page down or new page is working or not..iam sending one sample code how can we handle table control in BDC..Try to do like this and no need to bother about how many line items the user fills.
LOOP AT i_header INTO wa_header.
      lv_index = sy-tabix + 1.
      CASE wa_header-rec_type.
        WHEN c_h.
-- For header of contracts--
          PERFORM header_data_upload USING wa_header.
--For items of contarcts--
        WHEN  c_i.
If the number of lines in the line item screen exceeds
14 then we need to use the newpage okcode for adding
new line items
          IF v_item_cntr GE 15.
            PERFORM bdc_dynpro      USING 'SAPMM06E' '0220'.
            PERFORM bdc_field       USING 'BDC_OKCODE'
                                                  '=NP'.
            v_item_cntr = 2.
          ENDIF.
endcase.
endloop.
Regards,
Nagaraj

Similar Messages

  • Board game - pawn help.. I need some experts here.. i need this now.. beg..

    i have these whole junk of coding here.. where should i insert my pawns? lets say pinkpawn.jpg is my pawn.. then what code should i type & at where?
    import java.util.*;
    import java.awt.*;
    import javax.swing.*;
    import java.awt.event.*;
    import java.util.Timer;
    import java.util.TimerTask;
    class ImageDemo extends JPanel implements ActionListener
              Random rand = new Random();
              int num = 0, range = 500, score = 0;
              JLabel labelScore;
              JButton button1;
              public ImageDemo()
              //---------------Zarrina-------------------
    num = rand.nextInt(range);
                   num %= 6;
                   num += 1;
                   System.out.println("The random number is " + num);
              //-----------------Simei------------------
                   labelScore = new JLabel();
                   labelScore.setText("125");
                   labelScore.setBounds(525, 160, 70, 30);
                   add(labelScore);
                   setLayout(null);
                   button1 = new JButton("haha");
                   button1.setBounds(400, 200, 75, 75);
                   button1.addActionListener(this);
                   button1.setBackground(Color.red);
                   add(button1);
                   // huahua mus b here
              public void paintComponent(Graphics comp)
                   //---------------Carolin-----------------
                   super.paintComponent(comp);
                   for (int i = 0; i < 7; i++)
                        if(i%2 == 0)
                             comp.setColor(Color.blue);
                             comp.fillRect((50+i*70), 50, 100, 60);
                        else if (i%2 == 1)
                             comp.setColor(Color.yellow);
                             comp.fillRect((50+i*70), 50, 100, 60);
              public void actionPerformed(ActionEvent e)
                   if ((JButton)e.getSource() == button1)
                             score += 5;
                             labelScore.setText("" + score);
    er(this);
                   add(die);
                   for (i = 0; i < 6; i++)
                        LayOut[i] = new JLabel();
                        LayOut.setBounds(50, 350+(-60*i), 80, 60);
                        add(LayOut[i]);
                   LayOut[CurrentPosition].setIcon(picture);
                   for (i = 6; i < 10; i++)
                        LayOut[i] = new JLabel();
                        LayOut[i].setBounds(130+(80*a), 50, 80, 60);
                        add(LayOut[i]);
                        a++;
                   a = 0;
                   for (i = 10; i < 16; i++)
                        LayOut[i] = new JLabel();
                        LayOut[i].setBounds(450, 50+(60*a), 80, 60);
                        add(LayOut[i]);
                        a++;
                   a = 0;
                   for (i = 16; i < 20; i++)
                        LayOut[i] = new JLabel();
                        LayOut[i].setBounds(370+(-80*a), 350, 80, 60);
                        add(LayOut[i]);
                        a++;
         public void ChangeNumber()
              //---------------Zarrina-------------------
              num = rand.nextInt(range);
                   num %= 6;
                   num += 1;
              public void paintComponent(Graphics comp)
                   //---------------Carolin-----------------
                   super.paintComponent(comp);
                   comp.drawImage(bgImage, 0, 0, this);
                   for (int i = 0; i < 6; i++)
                        comp.drawRect(50+(80*i), 50, 80, 60);     
                   for (int i = 0; i < 6; i++)
                        comp.drawRect(50+(80*i), 350, 80, 60);     
                   for (int i = 0; i < 4; i++)
                        comp.drawRect(50, 110+(i*60), 80, 60);     
                   for (int i = 0; i < 4; i++)
                        comp.drawRect(450, 110+(i*60), 80, 60);     
                   comp.drawString("Moral Qns", 68, 75);
                   comp.drawString("time", 78, 90);
                   comp.drawString("Get 1 Moral", 142, 69);
                   comp.drawString("credit free!!", 145, 90);
                   comp.drawString("Gain 10", 229, 72);
                   comp.drawString("Credits", 229, 92);
                   comp.drawString("Question", 307, 72);
                   comp.drawString("Time", 317, 90);
                   comp.drawString("Lose 4", 387, 72);
                   comp.drawString("Credit", 387, 90);
                   comp.drawString("Ans 1", 464, 72);
                   comp.drawString("Moral Qns", 458, 90);
                   comp.drawString("Moral Qns", 458, 130);
                   comp.drawString("Time", 468, 150);
                   comp.drawString("Lose 3", 461, 187);
                   comp.drawString("Moral credit", 459, 204);
                   comp.drawString("=(", 466, 217);
                   comp.drawString("Moral Qns", 459, 255);
                   comp.drawString("Time", 465, 270);
                   comp.drawString("Lose 5", 465, 308);
                   comp.drawString("credits", 465, 322);
                   comp.drawString("TRAGEDY!!", 455, 338);
                   comp.drawString("Ans 1", 465, 376);
                   comp.drawString("Moral Qns", 465, 393);
                   comp.drawString("Lose 2", 384, 376);
                   comp.drawString("Credits", 382, 393);
                   comp.drawString("Ans 1", 305, 376);
                   comp.drawString("Moral Qns", 304, 393);
                   comp.drawString("Answer 1", 230, 376);
                   comp.drawString("Question", 227, 393);
                   comp.drawString("Gain 8", 145, 366);
                   comp.drawString("Credits", 145, 383);
                   comp.drawString("=)", 145, 399);
                   comp.drawString("START", 68, 384);
                   comp.drawString("Gain 6", 68, 310);
                   comp.drawString("Credits", 68, 330);
                   comp.drawString("Question", 68, 254);
                   comp.drawString("Time", 72, 272);
                   comp.drawString("Move 3", 68, 189);
                   comp.drawString("Steps Ahead", 58, 210);
                   comp.drawString("Ans 1 Qns", 57, 130);
              //---------------score-----------------
              public void actionPerformed(ActionEvent e)
                   if ((JButton)e.getSource() == die)
                        LayOut[CurrentPosition].setVisible(false);
                        ChangeNumber();
                        CurrentPosition += num;
                        if (CurrentPosition > 19)
                             CurrentPosition -= 20;
                        System.out.println("The Current position is " + CurrentPosition);
                        if (CurrentPosition == 1)
                             score += 6;
                             //Credit -= 6;
                        else if (CurrentPosition == 2)
                             AskQuestionBasic ask=new AskQuestionBasic
                             ("You board the bus after school and saw that there are a lot of people in the bus.And most of them were from your school. The bus is so crowded that there isn't any seats left. However, you saw an empty space and you witness a working adult rushing for the seat with an old lady, and he got it first. What will you do?", 2, "Tell the adult nicely that he should not have done so.", "Try to search for another place for the old lady.", "Pretend that you had never seen anything.", "Ask 1 of your friend to kindly give up the seat to her.","BUS1.GIF");
                        else if (CurrentPosition == 3)
                             LayOut[CurrentPosition].setVisible(false);
                             CurrentPosition += 3;
                             LayOut[CurrentPosition].setIcon(picture);
                             LayOut[CurrentPosition].setVisible(true);
                             score += 1;
                        else if (CurrentPosition == 4)
                             AskQuestionBasic ask=new AskQuestionBasic("Joshua is working part time at a department store. His friend Jim,is also working there. One day, Jim was scolded by the manager(who is known to be unreasonable and bad-tempered),as he is being accused of theft. As 1 product from his shelf is missing. And you remembered sawing it at the other shelf in one of the department. What should he do?", 2, "Walk up to them and tell the manager the truth even though you know he might not like it and sacked both of you.", "Get someone who is on good terms with the manager to speak up for Jim, this way, both of them can retain their jobs.", "Better not get involved.", "Walk up to the manager and apologise, lying that you had taken the product without informing Jim.","SAD.GIF");
                        else if (CurrentPosition == 5)
                             AskQuestionBasic ask=new AskQuestionBasic("Sarah's group members are finishing their project parts. She's the only person in the group who has not even done anything at all.Her groupmates offered to help her and she let them do all her work.On the day of the presentation, she got high marks for her part, infact, higher than the others. She's feeling guilty at that time.Should she", 1, " Admit to the markers that she isn't the one who had done her part, but helped by her group members.", "Just get those marks and get out of here.", "Get the marks and later see if her group members mind. If yes,apologise to them and swear she will work harder and not commit the same mistakes again.", "Admit to the markers by telling them the truth.","BOOKS.GIF");
                        else if (CurrentPosition == 6)
                             score += 1;
                             //Credit -= 1;
                        else if (CurrentPosition == 7)
                             score += 10;
                             //Credit -= 10;
                        else if (CurrentPosition == 8)
                             AskQuestionBasic ask=new AskQuestionBasic("Randy had been using people's project and pass it off as his own.For the latest project, Randy had once again lie to his friend that he need a reference to do his project, and soon after, he copied this friend's work and pass it off as his own. Clifton had notice this and was not happy about this. What should he do?", 2, "Inform that friend about this before the teacher sees it.", "Have a talk with Randy.", "Inform the teacher. (The teacher always give students a chance to realise their mistakes)", "Do nothing since the project was not copied from him.","BOOK1.GIF");
                        else if (CurrentPosition == 9)
                             score -= 4;
                             //Credit += 4;
                        else if (CurrentPosition == 10)
                             AskQuestionBasic ask=new AskQuestionBasic("You realise that your classmate Jane has been stealing things from shops. What do you do?", 3, "Tell your teacher", "Report to the police", "Talk to her and ask her to change", "Tell her mother immdeiately","SAD.GIF");
                        else if (CurrentPosition == 11)
                             AskQuestionBasic ask=new AskQuestionBasic("Your sister seems to be very troubled these few days. She ignore everyone in the family and get frustrated easily. What do you do when you encounter this situation?", 3, " Quarrel with her", "Ignore her, after all it's none of your busniness", "Talk to her nicely and ask her about her problems", "Irritate her","SAD.GIF");
                        else if (CurrentPosition == 12)
                             score -= 3;
                             //Credit += 3;
                        else if (CurrentPosition == 13)
                             AskQuestionBasic ask=new AskQuestionBasic("You are on your way back home when you witness a teenager snatching away the purse of an old lady before pushing the old lady on the floor. What do you do at this instant?", 3, "Give chase of the robber", "Pretend you saw nothing", "Help the old lady up, and report the features of the robber to the police station ", "Curse and swear","SAD.GIF");
                        else if (CurrentPosition == 14)
                             score -= 5;
                             //Credit += 5;
                        else if (CurrentPosition == 15)
                             AskQuestionBasic ask=new AskQuestionBasic("You are standing in a crowded bus. You see an old man struggling to stand still on the bus. The person sitting on the seat which is meant for the needy refuses to give up the seat to the old man. What do you do at this moment?", 4, "Let the old man carry on standing", "Scold the person sitting down with vulgar words", "Keep staring at the man until he stands up", "Tell the person sitting down nicely to give up the seat to the old man","BUS2.GIF");
                        else if (CurrentPosition == 16)
                             score -= 2;
                             //Credit += 2;
                        else if (CurrentPosition == 17)
                             AskQuestionBasic ask=new AskQuestionBasic("Carol is a very quiet girl and she is very afraid of speaking up because she thinks that she will hurt people. So her friends tend to think that she is being too anti-social and reserved type. As a friend, what will you do to help her bcome more social?", 4, "Encourage her to join debating clubs", "Call her every nite and tok to her", "Just ignore", "Talk to her often and get to know her better to let her feel that she is still sociable","SAD.GIF");
                        else if (CurrentPosition == 18)
                             AskQuestionBasic ask=new AskQuestionBasic("Someone with a gang approach ur friend when she is alone. They offer a cigratte to her n force her to smoke. at that moment she is so panick that she does not know what to do. You happen to walk by and saw it. what will u do?", 3, "Just ignore as its none of your business.", "Go towards them and encourage her to smoke.", "Shout for help.", "Go towards them in your own risk, not knowing what will happen to you either.","SAD.GIF");
                        else if (CurrentPosition == 19)
                             score += 8;
                             //Credit -= 8;
                        labelScore.setText("" + score);
                        //labelCredit.setText("" + Credit);
                        if (num == 1)
                             DiePic = DiePic1;
                             LayOut[CurrentPosition].setIcon(picture);
                             LayOut[CurrentPosition].setVisible(true);
                        else if (num == 2)
                             DiePic = DiePic2;
                             LayOut[CurrentPosition].setIcon(picture);
                             LayOut[CurrentPosition].setVisible(true);
                        else if (num == 3)
                             DiePic = DiePic3;
                             LayOut[CurrentPosition].setIcon(picture);
                             LayOut[CurrentPosition].setVisible(true);
                        else if (num == 4)
                             DiePic = DiePic4;
                             LayOut[CurrentPosition].setIcon(picture);
                             LayOut[CurrentPosition].setVisible(true);
                        else if (num == 5)
                             DiePic = DiePic5;
                             LayOut[CurrentPosition].setIcon(picture);
                             LayOut[CurrentPosition].setVisible(true);
                        else if (num == 6)
                             DiePic = DiePic6;
                             LayOut[CurrentPosition].setIcon(picture);
                             LayOut[CurrentPosition].setVisible(true);
                        DieCon.setIcon(DiePic);
                   if (score >= 15)
                        JFrame frame = new JFrame("Moral Game");
                        frame.setContentPane(new win());
                        frame.setSize(729, 538);
                        //frame.setResizable(false);
                        frame.setLocation(150, 80);
                        frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
                        frame.setVisible(true);

    i think im wrong.. nevermind then..There are a lot of experts here, most of them just
    ignore vague questions with pages of code, stated as
    an emergency, especially when the code is not formated
    using code tags.
    The fact that you expect an answer within 10 minutes
    of your original post is ridiculous on any day, but
    even more so on a Friday afternoon and even more so on
    a holiday.
    Actually..I am wondering where "pinkpawn.jpg" relates to the AskQuestion (paraphrased) "Encourage her to continue smoking"...
    But I'm not curious enough to hurt my already damaged eyesight further...

  • Hi, I have an iphone 4 with my itunes library on a Windows XP computer.  My spouse who has now passed away had an itouch and an Itunes Library on an Imac...so here is the problem I got a new iphone 6 and wanted to update my itunes library from my win

    Hi, I have an iphone 4 with my itunes library on a Windows XP computer. My spouse (who has now passed away) had an itouch with an itunes library on an IMac. here is the problem, I bought an new iphone 6 and wanted to sync with my windows xp library and of course my itunes version is out of date and I need to update it...well I try and update the version and it will not update the Itunes library and when I researched it I would have to upgrade from XP to Windows 7...r they kidding me...first of all my computer is old and a pain in the *** but I have my itunes library on it.  Sp to get my phone working I sync'd it on the IMac and my spouses Itunes library has been sync'd to my iphone and I don't know how to get my library on it...After thinking about it I want to combine the libraries after all there are some purchases on each one.
    I have done some research and you have to buy a 3rd party piece of software...this is not the way I want to go...I do not think i should have to buy one and also when I do a goole search there are a ton of them out there and I am sorry i do not trust the comments as some of them do identify that they will get a kick back.
    Can someone help, i should be able to export my itunes library from my iphone 4 to the itunes library by appending/importing it...it is not rocked science on what I want to do and I cannot find out any process...
    Can someone help ?

    Create a new user account on the computer that he can log in to.

  • Ok I am really a new user of Mac so here is my problem in the bar across the top of my screen when I bring up Safari there is a help box when I go to an answer and click it and the window pops up there is nothing there what happened to the answers? Help

    Ok I am really a new user of Mac so here is my problem when I bring up Safari and I go over to the Help word on the top of the screen to find a question when I pick a question and the window comes up there is a blank window nothing is there the help boxes work on my other Apps so whats wrong. Help

    Could you please give us a picture of what is going on. This is a picture of what the top of Safari looks like when I go to the Help menu. I typed in the word cache and a number of options appeared below. Is this not happening for you?

  • Here's My Problem With the Podcasts App

    So, here's my problem with the Podcasts app on my iPhone 5 - it relies too heavily on streaming and not enough on downloading and syncing. For most of my 8 hrs at work each day I am out of contact with my wireless carrier. And the hospitals IT dept has chosen to block whatever port the Podcasts app uses to stream content. So nothing over Wi-Fi either.
    As a result, all podcasts must being fully downloaded and ready to listen to prior to leaving for work. Unfortunately, even after fiddling with various settings in the app, I can't seem to get content to stick in the app. There are plenty of Unplayed episodes, but when I'm ready to listen, they're not really there and must be re-downloaded or streamed.
    Here's what I am going to try:
    • iTunes will continue do all of the downloading and syncing of podcasts to my iPhone
    • In each Podcast on the iPhone I have Subscribe "ON" and Auto-Download "OFF"
    I'm going to try this setup for a few days and see if it resolves my issue. Would appreciate any other observations and suggestions you might have. Cheers!

    Simple really:
    Delete the Podcasts app from your iPhone.
    Restart your iPhone.
    Continue managing your podcasts from iTunes, like you did under iOS 5.
    After restarting your phone, Podcasts will play via the Music app on your phone again.

  • Hi expert i am facing problem that after runing XL reporter .

    hi expert i am facing problem that after runing XL reporter .  at the time when XL reporter screen open. it show the error(
    RunTime Error 0).
    and after clicking ok Xl reporter automatically closed
    please give me some suggestion
    thanx

    hi Sahil,
    check http://ezinearticles.com/?How-To-Fix-Runtime-Error-0&id=6041256 link.
    Thanks,
    Neetu

  • So here's my problem. I just used the "reset all settings" option, and accidentaly restored an old backup. It deleted all my photos and contacts, but for some reason I still have all the apps from after the backup date, is there a way to get it all back?

    So here's my problem. I just used the "reset all settings" option, and accidentaly restored an old backup. It deleted all my photos and contacts, but for some reason I still have all the apps from after the backup date,and it also kept the notes from after the backup. The "reset all settings" option clearly says no loss of data or media, so I don't understand why some stuff got deleted. My question is, is there a way to get it back?

    If you still can find a recent backup listed in iTunes/Edit/Preferences/Devices, use this one to restore from.
    If there are no recent backups listed, your data is gone. Only if you included the iTunes backup folder into your computer backup routine, you could be able to restore this folder and find one of your latest backups listed again.
    iTunes: About iOS backups

  • Here is my problem: "To open "Adobe Photoshop CS5.1" you need to install the legacy Java SE 6 RUNTIME" after upgrading iMac to Yosemite, can anybody help?

    Here is my problem: "To open "Adobe Photoshop CS5.1" you need to install the legacy Java SE 6 RUNTIME" after upgrading iMac to Yosemite, can anybody help?

    This answer may be somewhat late, but just in case other have the same issues, I went to site listed below and it solved the problem.  No need to reinstall CS5 product.  I hope this works for you.
    http://support.apple.com/kb/DL1572

  • Hi I just got my iPad 2 and updated it to ios7 . Here is my problem: my Chinese input doesn't work , I need to restart every time . Is it the problem of the iPad? Or iOS 7??

    Hi I just got my iPad 2 and updated it to ios7 . Here is my problem: my Chinese input doesn't work , I need to restart every time . Is it the problem of the iPad? Or iOS 7??

    Hi Eric Ferguson,
    Thanks for using Apple Support Communities.
    For troubleshooting on this, take a look at this article:
    iTunes: Specific update-and-restore error messages and advanced troubleshooting
    http://support.apple.com/kb/ts3694
    Error 13, 14, 35 and 50 (or -50)
    These errors are typically resolved by performing one or more of the steps listed below:
    Perform USB isolation troubleshooting, including trying a different USB port directly on the computer. See the advanced steps below for USB troubleshooting.
    Put a USB 2.0 hub between the device and the computer.
    Try a different USB 30-pin dock-connector cable.
    Eliminate third-party security software conflicts.
    There may be third-party software installed that modifies your default packet size in Windows by inserting one or more TcpWindowSize entries into your registry. Your default packet size being set incorrectly can cause this error. Contact the manufacturer of the software that installed the packet-size modification for assistance. Or, follow this article by Microsoft: How to reset Internet Protocol (TCP/IP) to reset the packet size back to the default for Windows.
    Connect your computer directly to your Internet source, bypassing any routers, hubs, or switches. You may need to restart your computer and modem to get online.
    Try to restore from another known-good computer and network.
    Best of luck,
    Mario

  • I tried to upgrade from cs6 to cc, some programs have been successfully upgraded but some not. Problem with PS. Here is the problem: FATAL: Payload 'Camera Profiles Installer 9.0.0.6 {539AEF15-3A2B-4A31-A587-7E90F7D9C700}' information not found in Media_d

    Hello, I'v been using Adobe creative suite for a real long time and this week end I upgraded to CC. Most of the applications have been installed. Unfortunately I'm not able to install Photoshop and After Effect. Here is the problem:
    FATAL: Payload 'Camera Profiles Installer 9.0.0.6 {539AEF15-3A2B-4A31-A587-7E90F7D9C700}' information not found in Media_db
    Anyone has a solution for me?

    I have recently started having this problem in PSE8. The Adobe workaround
    did work, but I don't fancy having to re register each time I use it.
    What I have discovered is that it's nothing to do with the image metadata as it occurs before any image is opened.
    It SEEMS to only occur if you use file/open with to open an image in the editor - IE start PSE with that command.
    If you close elements down, and start it using programs/PSE/Elements (or your desktop shortcut) - the panorama feature magically works.
    Each time I've opened the editor 'automatically' using image/open with, it seems to create the problem.
    Hope this helps

  • OK, here is my problem...i leave my ipod classic charging for 2 days and it still has the 'Please wait, very low battery" sign! what should i do? Please answer!

    OK, here is my problem...i leave my ipod classic charging for 2 days and it still has the 'Please wait, very low battery" sign! what should i do? Please answer!

    When you connect the iPod to the adapter or PC, you should see either of these signs on the iPod Screen .
    If you just get
    It may mean that your Adapter is not giving enough juice, because
    the adapter or the cable  is defective or
    your bottom dock connector is dirty with lint or dirt.
    Have a nice day!

  • I have comcast as my email and my wife has uses the account with her own email address.  I have my address book and she has hers.  My problem is that my address book comes up on her ipad even when she's signed in to her account.

    I have Comcast as my IP.  My wife also uses my account with her own email address.  I have my address book and she has hers.  My problem is on her ipad, my address book comes up with her account.  Any ideas on how I can get her address book on her account?

    It sounds like you're both syncing with the same computer log-in so the sync mechanism thinks that you're one person.  You need to set up separate computer log-ins so that you have separate iTunes operation.

  • Itunes has stopped working...here are the problem reports:

    I noticed iTunes' error when I was trying to sync my photos/videos to my iphone, using Safari 5.1, I'm using VIsta
    Product
    iTunes
    Problem
    Stopped working
    Date
    7/29/2011 6:55 PM
    Status
    Report Sent
    Problemsignature
    Problem Event Name:      APPCRASH
    Application Name:           iTunes.exe
    Application Version:         10.4.0.80
    Application Timestamp:   4e262cf4
    Fault Module Name:        QuickTime.qts
    Fault Module Version:      7.69.80.9
    Fault Module Timestamp:                4cf4536a
    Exception Code:                c0000005
    Exception Offset:              001cd740
    OS Version:        6.0.6002.2.2.0.768.3
    Locale ID:           1033
    Additional Information 1:                fd00
    Additional Information 2:                ea6f5fe8924aaa756324d57f87834160
    Additional Information 3:                fd00
    Additional Information 4:                ea6f5fe8924aaa756324d57f87834160
    Product
    iTunes
    Problem
    Stopped working
    Date
    7/29/2011 6:57 PM
    Status
    Report Sent
    Problemsignature
    Problem Event Name:      APPCRASH
    Application Name:           iTunes.exe
    Application Version:         10.4.0.80
    Application Timestamp:   4e262cf4
    Fault Module Name:        QuickTime.qts
    Fault Module Version:      7.69.80.9
    Fault Module Timestamp:                4cf4536a
    Exception Code:                c0000005
    Exception Offset:              001cd740
    OS Version:        6.0.6002.2.2.0.768.3
    Locale ID:           1033
    Additional Information 1:                fd00
    Additional Information 2:                ea6f5fe8924aaa756324d57f87834160
    Additional Information 3:                fd00
    Additional Information 4:                ea6f5fe8924aaa756324d57f87834160
    Product
    iTunes
    Problem
    Stopped working
    Date
    7/29/2011 7:07 PM
    Status
    Report Sent
    Problemsignature
    Problem Event Name:      APPCRASH
    Application Name:           iTunes.exe
    Application Version:         10.4.0.80
    Application Timestamp:   4e262cf4
    Fault Module Name:        QuickTime.qts
    Fault Module Version:      7.69.80.9
    Fault Module Timestamp:                4cf4536a
    Exception Code:                c0000005
    Exception Offset:              001cd740
    OS Version:        6.0.6002.2.2.0.768.3
    Locale ID:           1033
    Additional Information 1:                fd00
    Additional Information 2:                ea6f5fe8924aaa756324d57f87834160
    Additional Information 3:                fd00
    Additional Information 4:                ea6f5fe8924aaa756324d57f87834160
    Product
    iTunes
    Problem
    Stopped working
    Date
    7/29/2011 7:11 PM
    Status
    Report Sent
    Problemsignature
    Problem Event Name:      APPCRASH
    Application Name:           iTunes.exe
    Application Version:         10.4.0.80
    Application Timestamp:   4e262cf4
    Fault Module Name:        QuickTime.qts
    Fault Module Version:      7.69.80.9
    Fault Module Timestamp:                4cf4536a
    Exception Code:                c0000005
    Exception Offset:              001cd740
    OS Version:        6.0.6002.2.2.0.768.3
    Locale ID:           1033
    Additional Information 1:                fd00
    Additional Information 2:                ea6f5fe8924aaa756324d57f87834160
    Additional Information 3:                fd00
    Additional Information 4:                ea6f5fe8924aaa756324d57f87834160

    Same problem here is there a solution already Apple? I mean really what's going on here I can't put anything on my iphone 3gs!
    Problem signature:
      Problem Event Name:          APPCRASH
      Application Name:          iTunes.exe
      Application Version:          10.4.0.80
      Application Timestamp:          4e262cf4
      Fault Module Name:          QuickTime.qts
      Fault Module Version:          7.70.80.34
      Fault Module Timestamp:          4e13ba08
      Exception Code:          c0000005
      Exception Offset:          00146b30
      OS Version:          6.1.7601.2.1.0.256.1
      Locale ID:          1033
      Additional Information 1:          0a9e
      Additional Information 2:          0a9e372d3b4ad19135b953a78882e789
      Additional Information 3:          0a9e
      Additional Information 4:          0a9e372d3b4ad19135b953a78882e789
    Read our privacy statement online:
      http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
    If the online privacy statement is not available, please read our privacy statement offline:
      C:\Windows\system32\en-US\erofflps.txt

  • Fellow users, I bought, through app store, the application "Amplitube Slash" but I can't get it working so here's the problem: I do all the connections but when i lunch the app i can't ear nothing and the input says none. Pls help. Best  regards

    Dear users,
    I bought recently the app "Amplitube Slash" for my iPod touch, through the app store and I paid 8€ for it.
    When I tried to play guitar using the application with "Amplitube iRig", I could not listen anything as the input says "none". I would like to know how or if anyone knows how to solve this problem.. You can ask anything if you need more details.
    Best regards
    Duarte

    Here is their support site.
    http://www.ikmultimedia.com/c
    Here is Apple's support article:
    iOS: Troubleshooting applications purchased from the App Storetact-support/

  • Newbie here having input problems

    Hi, I'm still very new to Java and I'm basically learning it on my own right now. I think my current problem is with the way I'm reading in the input. Since my entire program right now is over 100 lines, I'll only post how I'm reading input in, and how I'm trying to use the input to continue program execution so that I can verify first if my input is correct before I move on to posting snippets of my program. Here's what I'm trying to do:
    //Begin code here
    BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
    String cmd="";
    while(//condition)
    //Print out input options here
    //Read input here
    cmd = in.readLine();
    cmd.trim();
    if((cmd == "A') || (cmd == "a"))
          //Process
    else if((cmd == "S") || (cmd == "s"))
            //Process
    else if((cmd == "B") || (cmd == "b"))
         //Process
    else
          System.out.println("Command not recongnized");
    }Based on that code above, is the input reading being done correctly? That's the idea of what I'm trying to do in my program, yet it always just says that it doesn't recognize the command. If need be I will start to post more of my code if this example is not sufficient enough. I'm sorry if this is another one of those cookie cutter answer questions, I've just become somewhat frustrated in the last few hours of trying to figure out why my program isn't working. Thank you for any help you may be able to provide.

    Shoot, sorry didn't read over my post before posting as I should have. The snippet:
    if((cmd == "A') || (cmd == "a"))
          //Process
    }Should read:
    if((cmd == "A") || (cmd == "a"))
    //Process
    Sorry about that.

Maybe you are looking for