Toshiba 40" line on screen

I need help. Our Tv is about 1 year old with no ins. and a line has started on the left side of screen. It is really visiable when on hd channel. what do we do?

If it's over a year old, and you didn't purchase the GSBTP plan on it, then you'll have to contact your local BB. They'll send someone out to give you an estimate of the repair costs.

Similar Messages

  • Change transaction using BDC-problem for large number of lines on screen

    Hi All,
    I am developing BAPI (using BDC) which creates quality notification in SAP which is entered via front end web application. Structure p_qmsm contain 3 lines of task in notification. The code is as given below. To avoid problem of large no of lines on screen,code lines starting with * is used. This actually for pagedown after entering every 2 lines and creates new line. so that 2 lines always push up on screen and there will not be problem for creating large no of lines on screen
    perform bdc_dynpro using 'SAPLIQS0' '7200'.
    perform bdc_field using 'BDC_OKCODE' '=10\TAB11'.
    LOOP AT p_qmsm INTO wa_qmsm.
    *IF wa_qmsm_cntr > 2.
           wa_qmsm_cntr = 2.
           perform bdc_dynpro  using 'SAPLIQS0'                   '7204'.
           perform bdc_field   using 'BDC_OKCODE'                 '=PEND'.
    ENDIF.
    perform bdc_dynpro using 'SAPLIQS0' '7204'.
    perform bdc_field using 'BDC_OKCODE' '/00'.
    CONCATENATE 'VIQMSM-QSMNUM(' wa_qmsm_cntr ')' INTO wm_qmsm_qsmnum.
    CONCATENATE 'VIQMSM-MNGRP(' wa_qmsm_cntr ')' INTO wm_qmsm_mngrp.
    CONCATENATE 'VIQMSM-MNCOD(' wa_qmsm_cntr ')' INTO wm_qmsm_mncod.
    CONCATENATE 'VIQMSM-MATXT(' wa_qmsm_cntr ')' INTO wm_qmsm_matxt.
    perform bdc_field using wm_qmsm_qsmnum wa_qmsm-qsmnum.
    perform bdc_field using wm_qmsm_mngrp wa_qmsm-mngrp.
    perform bdc_field using wm_qmsm_mncod wa_qmsm-mncod.
    perform bdc_field using wm_qmsm_matxt wa_qmsm-matxt.
    wa_qmsm_cntr = wa_qmsm_cntr + 01.
    ENDLOOP.
    CALL TRANSACTION 'IQS2' USING wt_bdc
    MODE 'N' UPDATE 'A'  MESSAGES INTO P_MESSTAB.
    The same code is used in modify mode also. web application is sending all 3 lines in modify mode even if single line is modified. It is already decided to send all rows back from web application to SAP in same sequence. It is working fine if i comment 5 lines which is starting with *. But in modify mode, how can i ensure that correct row is modified? and how can i achieve problem of large no of lines on screen?Please suggest?

    Hi yogesh,
    how can i ensure that correct row is modified?
    1. For this we need to know two things ;
       a) the database table in which the entries are already stored
       b) the sequence in which they are displayed in the transaction.
    2. So before changing any line, we need to compare (the primary key values / important values)
       a) as per the database table and as per the incoming data from web application (using bapi)
      b) if the match is ok, it means that particular row was not modified, else modified.
    how can i achieve problem of large no of lines on screen?
    1. For this I am  not sure about the transaction and its screen. Manytimes for appending row on the screen,
      there is a PLUS + button on the grid toolbar. So for every entry, (inspite of some empty/filled rows already visible on the screen), we should use the + button, and this new row always appears on the top i.e. row number 1.
    hope this helps.
    regards,
    amit m.

  • Line item screen (Customer, GL or Vendor),

    Hi
    In any Display line item screen (Customer, GL or Vendor), I am not
    able to see the field called "User ID" or "Entered By". How can i see
    the above line item screens with the field "User ID, Entered by" field.
    thanx in adv

    Hi,
    For GL line item display, Customer line item display and Vendor line item display you can use transactions codes FBL3N, FBL5N and FBL1N respectively. After the report is executed, you can click on layout icon and add the required fields.
    User name is there in the layout and you can add it in your layout and save it.
    Thanks
    Murali.

  • Lines on screen, can't reset w home and sleep button at same time

    Lines on screen, can't reset w home and sleep button at same time. Any advise.  4th gen. 32g touch

    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
      Apple Retail Store - Genius Bar

  • IPod 4th gen has lots of lines over screen looks like bar codes and can't see display?

    My step sons iPod I just a year old but for about 3 months it's been coming up with lots of lines on screen looks like bar code. Now he can't see anything on screen due to his. He has not been on it for a while as he has a 2nd one from his mum but I forgot to check this out before warranty ran out.
    I have tried system re boot, I thought it was due to him charging it with USB on xbox360.
    Can someone please help

    - Try restoring the iPod from backup.
    - If not successful then restore to factory defaults/new iPod
    - If still problem time for an appointment at the Genius Bar of an Apple store.

  • Thin vertical colored line down screen of 21 inch mac version 10.6.8

    I have a thin line down screen, green at top and bottom and purple through middle.

    Hello,
    common enough problem.
    Take a screen shot & view that in Preview, move the Preview window around, if you see 2 green lines it a Video card/VRAM problem, if the line does not move moving the pic around then it's the LCD or the internal cable.

  • Hello I suffer from a problem with your MacBook  There is a black line in screen

    Hello
    I suffer from a problem with your MacBook
    There is a black line in screen
    http://i48.tinypic.com/35apzz8.png

    Is the line always present? If you boot up the MacBook holding down the option key during startup so that you get to the startup manager, is the line still there?
    If so you have a hardware issue and it needs to be repaired. Contact Apple using their Express Lane if you live in a country where that is available, or call the appropriate phone number on this page if not. You can also take the MacBook in to an Apple store or service provider.
    Best of luck.

  • How can get a Graphics to draw line on screen?

    How can get a Graphics to draw line on screen?
    Now, I can get a Graphics to draw line based on component. For example JPanel, but I want to get a Graphics to draw line on screen.

    By drawing on the screen, I assume you mean drawing outside the bounds of a top-level window like
    JFrame or JDialog. You can't do that. At least, without going native and even then that's a dodgey thing
    for any platform to let you do. One thing you can do is simulate it with a robot's screen capture:
    import java.awt.*;
    import java.awt.event.*;
    import java.awt.image.*;
    import javax.swing.*;
    public class X {
        public static void main(String[] args) throws Exception {
            Rectangle bounds = GraphicsEnvironment.getLocalGraphicsEnvironment().getMaximumWindowBounds();
            BufferedImage image = new Robot().createScreenCapture(bounds);
            Graphics2D g2 = image.createGraphics();
            g2.setStroke(new BasicStroke(20));
            g2.setPaint(Color.RED);
            g2.drawLine(0, 0, bounds.width, bounds.height);
            g2.drawLine(bounds.width, 0, 0, bounds.height);
            g2.dispose();
            JLabel label = new JLabel(new ImageIcon(image));
            label.addMouseListener(new MouseAdapter(){
                public void mousePressed(MouseEvent evt) {
                    System.exit(0);
            JFrame f = new JFrame();
            f.setUndecorated(true);
            f.getContentPane().add(label);
            f.setBounds(bounds);
            f.setVisible(true);
    }

  • My mini i pad 2 retina display screen is not work correctly after two days of buying appear some gray line on screen un furtunately i live in iran and i havnot access to any i pad store please guide me

    My mini i pad 2 retina display screen is not work correctly after two days of buying appear some gray line on screen un furtunately i live in iran and i havnot access to any i pad store please guide me

    Try this  - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.) No data/files will be erased. http://support.apple.com/kb/ht1430
     Cheers, Tom

  • How to make several pushbuttons in one line (on screen)??

    How to make several pushbuttons in one line (on screen)??
    thanks in advance!!!!

    Hi,
    USE
    SELECTION-SCREEN BEGIN OF BLOCK.
    SELECTION-SCREEN BEGIN OF LINE.
    define all buttons between this block.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN END OF BLOCK.
    selection-screen
    Cheers
    VJ

  • Thin Horizontal Line Across Screen

    I've had them before and they disappeared spontaneosly. The latest one seems to want to hang around. Any idea how to get rid of it?

    This is a followup to my post earlier today. A web search on "Thin Horizontal Line Across Screen" turned up this article:
    http://www.daniweb.com/techtalkforums/post24947-5.html
    Sure enough, my horizontal line came back. I decided to follow the advice in the linked article. I didn't even have to twist the monitor. I barely tapped the screen as I was reaching up to twist the panel, and the line disappeared. This suggests to me that the problem is a loose internal connection between the driver circuitry and the panel.

  • Center play line on screen

    Hey,
    I would like to play audio files in A.A. multitrack , but i would like that the white line (the play head??) stays in the middle of the screen instead of rolling till the end of the screen and than flip to the next screen.
    This way I  always see what is coming ..
    Anybody can help me with this one ??
    thanks

    Hoi,
    thanks..  it works , but most of the time it fails.. i donn't know why, it mostly fails when the playback line is on the screen..
    than it just scrolls by till the and of the screen and stops
    it seems that i cannot make stable, very important for me since i have to work with it in theater.
    thanks
    Vincent
    Date: Mon, 5 Apr 2010 08:39:06 -0600
    From: [email protected]
    To: [email protected]
    Subject: center play line on screen
    To get this to happen, you need to do two things; In Edit>Preferences>Multitrack, select the 'Smooth Auto-scrolling during Playback' option, and optionally you can go to the General section and cause this to happen immediately at the start of playback, if you want.
    >

  • Lines on screen after os x update

    I updated to 10.9.3 a few days ago and I now randomly see brief vertical lines on-screen. Just a moment ago it was a full grid. It stays for just long enough that I can see on the screen, the longest was about...2-3 seconds. It most often occurs when loading a new tab on a web browser, or during/after launch of an app. There are no error messages. Can anyone advise?

    Hi shawnmo,
    Welcome to the Apple Support Communities!
    I understand that when you experiencing issues with lines on your display. I would suggest some specific steps such as resetting the PRAM and SMC. These steps can be found in the following article.
    Apple computers: Troubleshooting issues with video on internal or external displays
    http://support.apple.com/kb/ht1573
    Reset the system
    You can reset the Mac's parameter RAM and SMC.
    Reset the resolution
    Start by resetting the Mac's parameter RAM. If the display does not come up, was previously set to an unsupported resolution, and still results in no video:
    Start up in Safe Mode.
    From the Apple () menu, choose System Preferences.
    Choose Displays from the View menu to open the preferences pane.
    Select any resolution and refresh rate that your display supports.
    Restart your computer.
    I hope this helps,  
    -Joe

  • Imac shows super weird lines on screen during start up and then freezes at blue screen (WITH PHOTO)

    My Imac froze earlier today as I was dragging an image from safari into indesig and when it froze the weirdest pattern overlaid the screen. It looked just like the opacity pattern from photoshop with grey and white squares. I turned the computer off using the power button and unplugged everything.
    Now when I try to start it these weird lines appear on my start up screen (see link)...
    http://meijerladdaruppgrejer.wordpress.com/2012/07/24/oops/
    as you can see the apple and the wheel appears as normal...
    ... then it moves to a normal looking white screen (perhaps a bit greener than usual) and around 30 seconds later freezes at the blue screen.
    I've tried the cmd + alt + p + r several times but it won't help.
    If i press alt during start up I can see and choose my hard drive but just end up at the blue screen again.
    Can I try starting it up in safe mode or something?
    Thanks! Any input is welcome.

    Is this the same problem? Verical Lines" seems a bit diffuse. I've seached for a similar question and found a lot of other types of lines and stripes.
    Could this be a solution?
    http://support.apple.com/kb/TS3824?viewlocale=en_US&locale=en_US
    If so, how do I install the update if I can't get passed the blue screen? Can I start my Imac in safe mode? How?
    iMac (Mid 2011): Unresponsive white screen on startup or vertical lines on screen
    Symptoms
    In certain circumstances, your iMac (Mid 2011) may become unresponsive on startup, with a white or gray background on the display. You may also notice vertical lines on the display while using your iMac.
    Resolution
    Install the iMac Graphics Firmware Update 2.0 if your computer exhibits these issues. To install the update, chooseSoftware Update from the Apple () menu and follow the onscreen instructions. 
    Important: Do not interrupt the power to the computer while the update is installing. After the update is finished installing, you will need to restart your iMac.

  • My first gen iPad has a 11/2 inch black line on screen. What's wrong?

    iPad has a one and a half inch line on screen. What's wrong and how can I fix?

    Hi Chuckfrombc,
    Based on your description, it sounds like there may be a hardware issue with your display. You may want to consider taking it in for evaluation and service; you may find the following page helpful (if you are not located in the United States, make sure to select your correct country from the dropdown):
    Service Answer Center - iPad
    http://support.apple.com/kb/index?page=servicefaq&geo=United_States&product=ipad
    Regards,
    - Brenden

Maybe you are looking for

  • BB Curve White Screen Problem

    Hi, My BB curve 8900 cannot boot up. There is a white screen and clock runs forever. I downloaded an application from Worldmate yesterday, and the handset worked fine. All of sudden, it showed "Cleaning Memory" and ever since it has been showing a wh

  • PREMIERE PRO 1.5 y Matrox

    El tema es que el programa trabaja mal con esta tarjeta (Matrox) ya que ambos vuelven muy inestable el sistema. De aqui conforman algo asi como un Al Qaeda del Windows XP. En cualquier momento Premiere se Freeza y PUM! a resetear la PC. Creo que la s

  • Formula at Transformation level

    Hi All, One formula has written at transformation level for the infoobject Zvendor.  Formula is as follows RIGHT( 10, REPLACE_FIRST( '2VEN', '0000', GN_VENDOR ) ).  As per my understanding Vendor number will take 10 digits and it is replacing with '0

  • Server name message when triggering process chain through ABAP PROGRAM

    Hi all, When I am trying to execute one process chain with variant as a APD ( In this APD data is getting loaded form one Query to Transactional ODS.) This process chainis being executing through one ABAP program using the following code CALL FUNCTIO

  • Found 7 errors in external css files

    I am using CS3 and set up the slide show successfully, I ran the "check Browser Compatibility and I get this error, Found 7 errors in external css files Affects: Firefox 1.5; Internet Explorer 6.0, 7.0; Internet Explorer for Macintosh 5.2; Netscape 8