Working in Debugger

I am trying to insert values into a table.So i am trying to insert values in a particular method. Hence, when i reach the specific point of the transaction, i start the debugger by choosing the menu, system --> Utilities --> Debug ABAP. How do i view the values.

hi,
          u run ur program in debugging mode by '/h' in TCODE then debugging will be on. Then execute it u will give the window which debugs the program from first. select the table and click TABLE button on the top and by using F5 u can check it line by line the values that r getting into the table...For particular fields in table....Double click on the particular field to view its values. U can u use Breakpoint to see execution of code from a particular area in the code.
Regards,
Priyanka

Similar Messages

  • Hover over variable tooltip not working in debugger?

    We recently upgraded to Sun Studio 12 and the debugger seems to have a problem. We used to be able to hover over a variable with the mouse (i.e. tooltip) and inspect the variable value. This no longer works reliably. Has anyone seen this? Is there a fix? We have Sun Studio 20070501, SunOS version 5.10 on sparc, Java 1.6.0_03 and netbeans-5.5.1.
    Thanks for your help.

    As far as I remember, there used to be several different problems with tooltips. We can try to identify type of problem you are having or we can skip it and go to the solution available right now - download latest Sun Studio Express and see if it resolves that problem.
    If you need production-quality compilers, you can still use Sun Studio 12 to generate code and Sun Studio Express to debug. It is perfectly all right to have several versions of Sun Studio installed on one machine, just you different base directories.

  • In CRM IC the search pop up for 'To' field  doesn't work

    Hi,
    I have a case management scenario in IC CRM 4.0 , where i go and search for a consumer in Identify account screen. On clicking 'Confirm' for the consumer i go to navigation link 'Email/ Letter' and try to create a new Email. On the 'To' field i click and a F4 search opens for Partner addresses. On clicking 'Find' on it nothing happens.
    I saw the code of Mailheader.htm  but nowhere is mention of the F4 link popping up. I have to make this search help work but debugger doesn't take me in. I put breakpoints at PartnerSearch.htm also but nothing work.
    Does anybody has idea.
    Regards
    apoorva

    Hi,
    Just in case, have you tried using external breakpoints for the debugging purposes.
    Rgds,
    Rajiv

  • ActionScript not working after save

    Hello
    I installed flash CS4 Pro on 3 computers and i have this problem:
    I create a new project (CS4 + AS3), create a simple animation and put ActionScript on first keyframe. When I run this project (CTR+Enter) everything is working perfect....
    BUT... when i save this project and run it once again, scripts are not working. Debugger says, that there are no scipts, console is empty, but scripts are still in the same place. (i can see them in editor). Only change i made is that i click on Save in menu and put a name in dialog.

    I uploadet files here:
    http://wagoon.sweb.cz/pokus-aktivita3.fla
    http://wagoon.sweb.cz/pokus-aktivita3.swf
    ... and thanks for you help and time...

  • LSMW Fails when run in B/G but works fine in Front end..why?

    Hi All,
    i am trying to run a batch process by LSMW, my files are accurate, no problem with them, everything works fine but it fails when run in BG..works absolutely fine in front end. whats the diff with running in B/G?
    same thing happens when i am trying to execute an RFC thru SAP JCO, it works when debugger is on (i guess switching on debugger is similar to running in B/G) but it doesnt work when debugger is off. but when i execute that RFC directly in se37 from SAP gui it works fine..fails when connected to JCO..
    i am not having this issue with r/3 4.6c or mySAP ECC.6.0  i have this issue only in r/3 4.7.
    has anyone faced the similar situtaion? pls help.
    thanks.
    p.s if this may help. the RFC and LSMW error both are pertaining to change in address of US employees.( infotype 0006)

    Applying  SAP note 928273 Solved this issue.

  • LSMW fails when run in B/G works fine in Frontend..why?

    Hi All,
    i am trying to runa batch process by LSMW, my files are accurate, no problem with them, everything works fine but it fails when run in BG..works absolutely fine in front end. whats the diff with running in B/G?
    same thing happens when i am trying to execute an RFC thru SAP JCO, it works when debugger is on 9i guess switching on debugger is similar to running in B/G) but it doesnt work when debugger is off. but when i execute that RFC directly in se37 from SAP gui it works fine..fails when connected to JCO..
    i am not having this issue with r/3 4.6c or mySAP ECC.6.0  i have this issue only in r/3 4.7.
    has anyone faced the similar situtaion? pls help.
    thanks.
    p.s if this may help. the RFC and LSMW error both are pertaining to change in address of US employees.( infotype 0006)

    for LSMW its the recording of transaction PA40 (employee hire fails when filling  address details) and PA30 (change address) and same is the case with RFC..well its a BAPI_ADDRESSEMPUS_CHANGE. 
    To eloborate more..the error is..Fill in all the mandatory fields.
    which i am very much doing..there are no hidden fields or anything..i have seen the screens etc..I AM filling all mandatory fields. infact i am not leaving anything unfilled., same scrren is going fine when in front end..i am just clicking ok..ok..ok and boom transaction complete..no complaints. but running B/G is killing me.
    i have to run batch for 100,000 employees
    What fails my logic is..its working fine in 4.6c and mySAP ECC.6.0 but not in 4.7
            Hruser
    Message was edited by:
            Hruser

  • LSMW fails when run in B/G but works in Frontend..why?

    Hi All,
    i am trying to runa batch process by LSMW, my files are accurate, no problem with them, everything works fine but it fails when run in BG..works absolutely fine in front end. whats the diff with running in B/G?
    same thing happens when i am trying to execute an RFC thru SAP JCO, it works when debugger is on 9i guess switching on debugger is similar to running in B/G) but it doesnt work when debugger is off. but when i execute that RFC directly in se37 from SAP gui it works fine..fails when connected to JCO..
    i am not having this issue with r/3 4.6c or mySAP ECC.6.0  i have this issue only in r/3 4.7.
    has anyone faced the similar situtaion? pls help.
    thanks.
    p.s if this may help. the RFC and LSMW error both are pertaining to change in address of US employees.( infotype 0006)

    Applying SAP note 928273 Solved this issue.
    thank you.

  • Html 5 video not working

    I have a very simple air project. It places a stagewebview an loads a page (the code it below if needed). The page has a button which tests if html 5 video is supported by your browser. If I run the code in the debugger I can see that I have video support. If I publish to iPad I have video support. The problem is when I publish to desktop, mac or pc, it does not have support. Not sure why it works in debugger but no in a published app. How do I get html 5 video to work on an air for desktop application?
    import flash.media.StageWebView;
    import flash.geom.Rectangle;
    var webView:StageWebView = new StageWebView();
    webView.viewPort = new Rectangle(0,0,stage.stageWidth, stage.stageHeight);
    webView.stage = this.stage;
    webView.loadURL("http://www.w3schools.com/html/html5_video.asp");

    Adobe Air support native and non-native StageWebView appearance. In non-native you can't use modern html5 tags. For solving this issue you need to switch your Air app to Native StageWebView mode (desktop only, mobile always use native).
    var webView:StageWebView = new StageWebView(true);
    Just add true and your StageWebView will use Safari / IE component / activeX for html rendering. This solve your problem.
    If your Air sdk don't have this option - try to update your Air sdk.
    P.S. it's not a bug.

  • How to paint a Custom Cell  while you are editing on adjacent Cell in JTabl

    Hi All,
    I have two Columns in my Custom Table . Both Two Columns are Custom Cell Editors/Renderers.
    I have made UI such that Column1 is Label , Column 2 is TextBox / Combo/ UI Input any
    My Custom Table View when i edit some value against Max Conn. it should display Blue
    =================================
    Column A | Column B
    ==================================
    Timeout | some_unchanged_value
    *{color:#0000ff}Session{color}* | some_unchanged_value
    Log File | some_unchanged_value
    ===================================
    My issue is when i start typing in my Custom Editor suppose i Type /invoke Edtir of Index 2, Column 2 font should become Blue.
    It becomes blue only when i debug this issue it perfectly works, without Debugger it doesnt changes the Font
    MyDefaultRenderer is my Custom renderer - I have set Foregroud Color as BLUE
    NOTE:_
    In run method if table.repaint() instead of single renderer:
    It turns Blue when i make call on table.repaint() methosd but i feel that repainting full table on every key Stroke should not be very good programming. Whats is more appropriate way?
    I want to repaint only that particular cell against which i change the Value
        private class MyDefaultEditor extends AbstractCellEditor implements TableCellEditor {
            private JTextField txtField = null;
            private int rowIndex;
            public MyDefaultEditor() {
                txtField = new JTextField();
                txtField.addKeyListener(new KeyAdapter() {
                    @Override
                    public void keyTyped(KeyEvent e) {
                        super.keyTyped(e);
                        System.out.println("########### Hello This is MyDefaultEditor");
                  SwingUtilities.invokeLater(new Runnable() {
                            public void run() {
                                  // Call Renderer adjacentt to input to turn Blue (Is this Valid Code ??)
                                MyDefaultRenderer defRen = (MyDefaultRenderer) thisTable.getCellRenderer(activeRowIndex, 0);
                                defRen.paintMe();
              // table.repaint() works for me but i dont want to call it on evey ket type, that will be Heave rite???
            public Component getTableCellEditorComponent(JTable table,
                    Object value, boolean isSelected, int row, int column) {
                rowIndex = row;
                String valStr = "";
                if (value != null && value instanceof String) {
                    valStr = value.toString();
                txtField.repaint();
                return txtField;
            public Object getCellEditorValue() {
                return txtField.getText();
        }Edited by: Shubhadeep on Jun 27, 2009 1:58 AM
    Edited by: Shubhadeep on Jun 27, 2009 2:01 AM
    Edited by: Shubhadeep on Jun 27, 2009 2:06 AM
    Edited by: Shubhadeep on Jun 27, 2009 2:12 AM

    Well, I think you need to add a custom renderer to the first column. The renderer would check if the table.isEditing(). If it is and the editing is done on the same row, then you set the font color blue, otherwise you use the default font color.
    Then the next question is how do you repaint the cell. Well you can use the table.repaint(Rectangle) method. You can get the Rectangle to repaint by using the table.getCellRect(...) method.
    Finally, you need to know when to repaint the cell. Well a PropertyChangeEvent is fired when a cell starts and stops editing. So you only need to handle these events. Don't use a KeyListener. The PropertyChangeListener you add to the table might be something like:
    public void propertyChange(PropertyChangeEvent e)
         if ("tableCellEditor".equals(e.getPropertyName()))
              if (table.isEditing())
                   processEditingStarted();
              else
                   processEditingStopped();
    }So when editing is started you need to determine the "adjacent" cell you want to repaint to the blue font is used. You would save the cell Rectangle so you can restore the font when editing is stopped.

  • RichEditableText textFlow problem with \n

    I cant say more right now, but I have found some strange problem. We have skin with RichEditableText and we bind text property with some data from server. If there is string with \n inside whole app froze, or CPU is very high. In profiler I have found infinite calls fro textFlow recreating. I need to find out more, but maybe someone has some idea, what's wrong.
    When I create some small test app with just 2 RichEditableText and just copy string with enters, it works, but debugger doest show \n, but just multilined string. So maybe it's something with encoding or something similar.
    Im suing flex sdk 14403...
    any idea? Can I use any characters inside, or is there any limitations?
    Thanks

    dear alzaeem i ran java in before this time when i installed it in memory card
    i dont know whay u say it doesnt run in memory card
    before this i installed every application of java and symbian in memory card with out any problem and after installation icon of them were in application list
    when i install java in memry card i dont have problem with installation and its complete installation and there is the name of that software java in installation list but my problem is that there is any icon of software in application list or every where to start or run it.

  • New condition in position of freight costs  FM`s *_SCD_*

    Hi 2All.
    I have one "excellent" task - to create a copy of transactions VI01-VI02-VI03 with other GUI. (Don`t ask me why client needs it - I don`t know). I have made almost all functionalities of this three transactions, but now I fall over one problem:
    When I add a one new condition in position of document of freight costs and here is almost any other condition(s), and after that I call FM SD_SCD_ITEM_RECALCULATE (?????) result is Ok - all prices in subpositions (subitems) are recalculated - I`m happy!
    But! If I create a new position, or delete all conditions from position and after that I create a new condition - I have not any result. So subitems - are created, but KWERT in subitems is NULL!!!! I`ve broken my head but I can`t understand, how to "tell" a system, that I need NEW RECALCULATION for this position.  Work with debugger doesn`t help me:( - to much parameters - it`s difficult to find which key or flag I need to install for repricing.
    Please, help me, but I need to know, only how to do it with standard FM`s SCD.     Batch Input and other ways aren`t compatible... 
    Thaks in advance
    Message was edited by:
            Ilya Deshevyh

    Hello,
    % condition will apply same percentage in all the lines. If it is a flat rate and if 'Group Condition' check box is selected in Condition definition (SPRO), then header freight will be distributed among the lines.
    Thanks,
    Venu

  • Activate CRM_30A_USER_EXITS

    Hi,
    Are there any BADI / user exits which will trigger during the transfer of master data (BP)  from CRM middleware to r/3 systems in SAP CRM 4.0.
    Actually I have a requirement in which I have to assign the DATA_KEY-IDENTIFICATIONNUMBER of the IDENT_NUMBERS structure belonging to BUS_EI_EXTERN complex structure to the BPARTNER of the same complex structure .
    i've created with the Business Add-In Builder (se19) a new implementation and have programed the new method.
    (CRM - Definition CRM_30A_USER_EXITS - method USER_EXIT_UPLOAD_CUST_DEF).
    How can I debug the method of the new Badi-imlementation? Only /h before saving a business partner and setting any kinds of breakpoints in the method doesn't work. the debugger never stops at any breakpoints.
    thanx
    kind regards
    Khan

    You are correct, /h as a debugging does not work as the mw is called asynchrounously with internal users. The only thing is to program into the user exit an infinite loop with a cancel condition set to a value "false", catch the process in SM50 later and debug it from there by setting the cancel condition to "true" in the debugger and go on from there.
    Hope this helps,
    Kai

  • Why is there an error with this GUI

    Hi again
    When i try to run the pump screen the little box which displays the numbers dont appear in the pump screen frame but instead in teh consoel screen
    frame.Which shouldnt happen but i cant find any reason why it is doing this or a way to stop it.Below is teh code for the pump screen and teh console screen.
    public void ConsoleScreen()
            makeFrame();
         * Create a 3x2 grid and place five components within it.action listener that is teh button knows ot run
         * teh method and that teh method that srunning
        private void makeFrame()
            frame = new JFrame("Console Screen");
            Container contentPane = frame.getContentPane();
            contentPane.setLayout(new FlowLayout());
             JButton NewDayReset = new JButton ("NewDayReset");
            contentPane.add(NewDayReset);
            NewDayReset.addActionListener(new ActionListener() {
                                   public void actionPerformed(ActionEvent e) { NewDayReset(); }
              JButton ViewTotalPetrolSold = new JButton ("ViewTotalPetrolSold");
            contentPane.add(ViewTotalPetrolSold);
             ViewTotalPetrolSold.addActionListener(new ActionListener() {
                                   public void actionPerformed(ActionEvent e) {ViewTotalPetrolSold(); }
        JButton ViewTotalTakings= new JButton ("ViewTotalTakings");
            contentPane.add(ViewTotalTakings);
             ViewTotalTakings.addActionListener(new ActionListener() {
                                   public void actionPerformed(ActionEvent e) {ViewTotalTakings(); }
           JButton AmmountToPayForTheTransaction= new JButton ("AmmountToPayForTheTransaction");
            contentPane.add(AmmountToPayForTheTransaction);
             AmmountToPayForTheTransaction.addActionListener(new ActionListener() {
                                   public void actionPerformed(ActionEvent e) { AmmountToPayForTheTransaction(); }
               JButton ResetPump= new JButton ("ResetPump");
            contentPane.add(ResetPump);
            ResetPump.addActionListener(new ActionListener() {
                                   public void actionPerformed(ActionEvent e) { ResetPump(); }
            SignIn = new JFrame("Peters Petrol Pump");
            Container contentPaneSignIn = SignIn.getContentPane();
            contentPaneSignIn.setLayout(new GridLayout(4,1));
            JLabel password = new JLabel(" Please Enter Password");
            contentPaneSignIn.add(password);
            passwordInput = new JPasswordField();
            contentPaneSignIn.add(passwordInput);
            passwordInput.addActionListener(new ActionListener() {
                                                public void actionPerformed(ActionEvent event) {
                                                    String passwordField = new String(passwordInput.getPassword());
                                                    if(passwordField.equals (Password)) {
                                                            ConsoleScreen();
                                                    else { String string = "Password is incorrect";
                                                        JOptionPane.showMessageDialog(null, string);}
            SignIn.pack();
            SignIn.setVisible(true);
              Font font = new Font("SansSerif", Font.BOLD, 10);           
        JLabel label;
        JLabel label2;
        JLabel label3;
        JLabel label4;
        JLabel label5;
        JFormattedTextField input;
        JFormattedTextField input2;
        JFormattedTextField input3;
        JFormattedTextField input4;
        JFormattedTextField input5;
        JPanel panel;
       Format currency = NumberFormat.getCurrencyInstance(Locale.UK);
        label = new JLabel("Amount To Pay");   
        label2 = new JLabel("Price Per Litre");
        label3 = new JLabel("Litres Dispensed");
        label4 = new JLabel("Total Money Taken  for that day");
        label5 = new JLabel("Total Petrol Sold  for that day");
        input = new JFormattedTextField(currency);
        input2 = new JFormattedTextField(currency);
        input3 = new JFormattedTextField();
        input4 = new JFormattedTextField(currency);
        input5 = new JFormattedTextField();
        input.setValue(AmmountToPay);
        input2.setValue(PencePerLitre);   
        input3.setValue(LitresDispensedPerTransaction);
        input4.setValue(TotalTakings);
        input5.setValue(TotalPetrolSold);
        input.setColumns(7);
        input2.setColumns(7);
        input3.setColumns(7);
        input4.setColumns(7);
        input5.setColumns(7);
        input.setFont(font);
        input2.setFont(font);
        input3.setFont(font);
        input4.setFont(font);
        input5.setFont(font);
        input.setEditable(false);
        input2.setEditable(true);
        input3.setEditable(false);
        input4.setEditable(false);
        input5.setEditable(false);
        panel = new JPanel(new FlowLayout(FlowLayout.RIGHT));
        panel.add(label);
        panel.add(input);
        panel.add(label2);
        panel.add(input2);
        panel.add(label3);
        panel.add(input3);
        panel.add(label4);
        panel.add(input4);
        panel.add(label5);
        panel.add(input5);
        frame.add(panel);
        frame.pack();
        frame.setVisible(true);  
            frame.pack();
            frame.setVisible(true);
        public void PumpScreen()
            NewFrame();
        private void NewFrame ()
            newFrame = new JFrame("Pump Screen");
            Container contentPane = newFrame.getContentPane();
            contentPane.setLayout(new FlowLayout()) ; 
              JButton AmmountToPayForTheTransaction = new JButton ("AmmountToPayForTheTransaction");
            contentPane.add(AmmountToPayForTheTransaction);
             AmmountToPayForTheTransaction.addActionListener(new ActionListener() {
                                   public void actionPerformed(ActionEvent e) { AmmountToPayForTheTransaction(); }
                        JButton CostPerLitre = new JButton ("Cost Per Litre");
            contentPane.add(CostPerLitre);
      CostPerLitre.addActionListener(new ActionListener() {
                                   public void actionPerformed(ActionEvent e) {   CostPerLitre(); }
                 JButton StopSqueezing = new JButton ("Stop Squeezing");
            contentPane.add(StopSqueezing);
             StopSqueezing.addActionListener(new ActionListener() {
                                   public void actionPerformed(ActionEvent e) { StopSqueezing();
                                     keepRunning=false;}
                               JButton squeezeNozzle = new JButton ("Start Squeezing");
            contentPane.add(squeezeNozzle);
             squeezeNozzle.addActionListener(new ActionListener() {
                                   public void actionPerformed(ActionEvent e) { squeezeNozzle();
                                   JButton RemoveNozzle = new JButton ("Remove Nozzle");
            contentPane.add(RemoveNozzle);
             RemoveNozzle.addActionListener(new ActionListener() {
                                   public void actionPerformed(ActionEvent e) { RemoveNozzle();
                                    JButton ReplaceNozzle = new JButton ("Replace Nozzle");
            contentPane.add(ReplaceNozzle);
            ReplaceNozzle.addActionListener(new ActionListener() {
                                   public void actionPerformed(ActionEvent e) { ReplaceNozzle ();
            Font font = new Font("SansSerif", Font.BOLD, 10);           
        JLabel label;
        JLabel label2;
        JLabel label3;
        JLabel label4;
        JLabel label5;
        JLabel label6;
        JFormattedTextField input;
        JFormattedTextField input2;
        JFormattedTextField input3;
        JFormattedTextField input4;
        JFormattedTextField input5;
        JFormattedTextField input6;
        JPanel panel;
        Format currency = NumberFormat.getCurrencyInstance(Locale.UK);
        label = new JLabel("Amount To Pay");
        label2 = new JLabel("Price Per Litre");
        label3 = new JLabel("Litres");
        label4 = new JLabel("Nozzle in Use");
        label5 = new JLabel("Nozzle Out of Use");
        label6 = new JLabel("Nozzle Not in Use");
        input = new JFormattedTextField(currency);
        input2 = new JFormattedTextField(currency);
        input3 = new JFormattedTextField();
        input4 = new JFormattedTextField();
        input5 = new JFormattedTextField();
        input6 = new JFormattedTextField();
        input.setValue(AmmountToPay);
        input2.setValue(PencePerLitre);   
        input3.setValue(LitresDispensedPerTransaction);
        input4.setValue(NozzleInUse);   
        input5.setValue(NozzleOutOfOrder);   
        input6.setValue(NozzleReady);
        input.setColumns(7);
        input2.setColumns(7);
        input3.setColumns(7);
        input4.setColumns(7);
        input5.setColumns(7);
        input6.setColumns(7);
        input.setFont(font);
        input2.setFont(font);
        input3.setFont(font);
        input4.setFont(font);
        input5.setFont(font);
        input6.setFont(font);
        input.setEditable(false);
        input2.setEditable(false);
        input3.setEditable(false);
        input4.setEditable(false);
        input5.setEditable(false);
        input6.setEditable(false);
        panel = new JPanel(new FlowLayout());
        panel.add(label);   
        panel.add(input);
        panel.add(label2);
        panel.add(input2);
        panel.add(label3);
        panel.add(input3);
        panel.add(label4);
        panel.add(input4);
        panel.add(label5);
        panel.add(input5);
        panel.add(label6);
        panel.add(input6);
        frame.add(panel); 
        frame.pack();
        frame.setVisible(true);     
            newFrame.pack();
            newFrame.setVisible(true);
    }

    Without fishing through the world here:
            frame = new JFrame("Console Screen");
            Container contentPane = frame.getContentPane();
            contentPane.setLayout(new FlowLayout());Notice you set contentPane to the ContentPane of your "Console Screen" and then proceed to add everything to it.
    Other than that, I'd ask you: do you know how to work your debugger?

  • Developing C & Fortran mixed applications

    Hi
    I develop applications on Linux with C & Fortran (gcc and g77) mixed. I am looking at Sun Studio 11 for a visual environment for project building/debugging. Can Sun Studio handle mixed languages? Will the debugger work for both gcc and g77?
    Thanks for helping me.

    SunStudio is designed to handle mixed languages. Though I dont know the level of g77 debugging support.
    You can try latest SunStudio Express on Linux, which does provide both C and Fortran compilers.
    Just do not forget to link with Fortran compiler, to get fortran runtime properly linked.
    And it surely will work with debugger.
    regards,
    __Fedor.

  • Strange BSP problem

    Hello,
    I have a BSP application with a strange probelm, which occurs only when NO breakpoint was set in my code.
    So I can not analyse the problem with Debug, because it runs perfectly with the breakpoint.
    Does anybody have the same expierence.
    Thanks
    Yang Yang

    Hi Yang,
    Please see the following Wiki link. It has little explanation about "Application only Works in Debugger".
    [Debugging Problems|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/bsp/debugging+problems]
    Hope this may help you for this issue.
    ~Salil

Maybe you are looking for

  • URL Rewrite Rule: HTTP to HTTPS Not Working

    Here is my problem. I cannot get HTTP to HTTPS redirect to work using the URL Rewrite module. I am using version 2, by the way, which I understand is the latest version. I've also enabled the "Proxy Server" and Application Request Routing" features.

  • How to make jar files at runtime in a server application

    I am using Jung API and i need to load the class files in this JAR file for my application at runtime. I am using an applet which uses this API which is loaded with the help of a Servlet. The code is getting compiled but the JAR files and associated

  • New iSight camera out of focus

    I just received my new iSight external video camera which I am using on a Mac Pro. I have access to an internal iSight camera on an iMac. The internal camera works great. However, the external iSight is out of focus. I have gone through all the Apple

  • Trade in - didnt receive points or 10% bonus

    I completed a trade in last week and didnt notice until I got home that the cashier didnt use my gamers unlocked membership.  So I wont get credit for the trade in.  I tried going back to the store and no one knew how to adjust it and told me to call

  • Save prompted sql stored proc parm values in rpt file from designer

    How can I save the last prompted sql stored proc parameter values from within the CR designer.  In other words I want to hard code some of the parameter values (the rest are passed) so that CR does not prompt at run time.  I am running CR Developer X