Is your JTable really SAFE ????????

when I grab the right most column end of the table and drag it to the left
something wierd happens...
I get all these exceptions and the table becomes useless
is there a way to block the user from making the size of the last column smaller by draging that column end to the left (Is it a bug in java????????)
thx
Exception occurred during event dispatching:
java.lang.ArrayIndexOutOfBoundsException: 4 >= 4 /* my table has 4 columns*/
     at java.util.Vector.elementAt(Vector.java:417)
     at javax.swing.table.DefaultTableColumnModel.getColumn(DefaultTableColumnModel.java:276)
     at javax.swing.JTable.accommodateDelta(JTable.java:2187)
     at javax.swing.JTable.columnMarginChanged(JTable.java:2906)
     at javax.swing.table.DefaultTableColumnModel.fireColumnMarginChanged(DefaultTableColumnModel.java:581)
     at javax.swing.table.DefaultTableColumnModel.propertyChange(DefaultTableColumnModel.java:620)
     at javax.swing.event.SwingPropertyChangeSupport.firePropertyChange(SwingPropertyChangeSupport.java:153)
     at javax.swing.table.TableColumn.firePropertyChange(TableColumn.java:242)
     at javax.swing.table.TableColumn.firePropertyChange(TableColumn.java:248)
     at javax.swing.table.TableColumn.setWidth(TableColumn.java:475)
     at javax.swing.plaf.basic.BasicTableHeaderUI$MouseInputHandler.mouseDragged(BasicTableHeaderUI.java:133)
     at java.awt.AWTEventMulticaster.mouseDragged(AWTEventMulticaster.java:260)
     at java.awt.Component.processMouseMotionEvent(Component.java:3761)
     at javax.swing.JComponent.processMouseMotionEvent(JComponent.java:2377)
     at java.awt.Component.processEvent(Component.java:3550)
     at java.awt.Container.processEvent(Container.java:1167)
     at java.awt.Component.dispatchEventImpl(Component.java:2595)
     at java.awt.Container.dispatchEventImpl(Container.java:1216)
     at java.awt.Component.dispatchEvent(Component.java:2499)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:2458)
     at java.awt.LightweightDispatcher.processMouseEvent(Container.java:2212)
     at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2132)
     at java.awt.Container.dispatchEventImpl(Container.java:1203)
     at java.awt.Window.dispatchEventImpl(Window.java:918)
     at java.awt.Component.dispatchEvent(Component.java:2499)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:336)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:134)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:101)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:96)
     at java.awt.EventDispatchThread.run(EventDispatchThread.java:88)

Ive taken some of the functions out but these are the relevant functions
I think it happens on any table
just drag the right most column seperator (the after the last column) to the left as if your trying to
make the last column smaller by dragging its right end to the left
and then watch what happens
public class DraftsPanel extends JPanel
private JScrollPane draftsScrollPanel = new JScrollPane();
private DraftsTable draftsTable = new DraftsTable();
public DraftsPanel()
try
jbInit();
catch(Exception ex)
ex.printStackTrace();
void jbInit() throws Exception
draftsScrollPanel.setBounds(new Rectangle(4, 4, 225, 171));
draftsScrollPanel.setBorder(null);
draftsScrollPanel.setFont(new java.awt.Font("SansSerif", 0, 10));
draftsScrollPanel.setAutoscrolls(true);
draftsScrollPanel.getViewport().setBackground(Color.white);
this.setLayout(null);
draftsTable.setFont(new java.awt.Font("SansSerif", 0, 10));
this.setVisible(false);
this.add(draftsScrollPanel, null);
draftsScrollPanel.getViewport().add(draftsTable, null);
draftsTable.setAutoResizeMode(JTable.AUTO_RESIZE_NEXT_COLUMN);
draftsTable.setGridColor(new Color(177, 190, 255));
draftsTable.setShowVerticalLines(false);
this.add(draftsScrollPanel, null);
public DraftsTable getDraftsTable()
return draftsTable;
public class DraftsTable extends JTable
private DraftsTableModel draftsTableModel;
public DraftsTable()
try
jbInit();
catch(Exception ex)
ex.printStackTrace();
void jbInit() throws Exception
draftsTableModel = new DraftsTableModel();
setModel(draftsTableModel);
this.setEnabled(true);
getTableHeader().setFont(new java.awt.Font("SansSerif", 0, 10));
public class DraftsTableModel extends AbstractTableModel implements TableModelListener
private final String[] columnNames={"To","Subject","Composed"};
private DraftsMessageVector draftsMessageVector = new DraftsMessageVector();
private Object[][] data={};
public static final int TO_COLUMN = 0;
public static final int SUBJECT_COLUMN = 1;
public static final int COMPOSED_COLUMN = 2;
public DraftsTableModel()
updateData();
public int getColumnCount()
return columnNames.length;
public int getRowCount()
return data.length;
public String getColumnName(int col)
return columnNames[col];
public Object getValueAt(int row,int col)
return data[row][col];
public void setValueAt(String value,int row,int col)
public void updateData()
int dataLength = data.length;
int messageVectorLength = draftsMessageVector.length();
data = new Object[messageVectorLength][columnNames.length];
try
for(int i=0 ; i < messageVectorLength ; ++i)
data[i][TO_COLUMN] = draftsMessageVector.getMessage(i).getDestination();
data[i][SUBJECT_COLUMN] = draftsMessageVector.getMessage(i).getSubject();
data[i][COMPOSED_COLUMN] = draftsMessageVector.getMessage(i).getDate();
catch (Exception e)
System.err.println(e.getMessage());
finally
try
draftsMessageVector.saveToFile();
fireTableRowsInserted(messageVectorLength-1,messageVectorLength-1);
catch(Exception e)
System.err.println(e.getMessage());
public void tableChanged(TableModelEvent e)
}

Similar Messages

  • Is it really safe to send such information? Please Help!

    Hi everyone,
    So, I'm "working" with an iPhone developer, who has already some apps selling on the App Store! I asked him, if he could get me a better icon of his Application for me. Then he answered me kindly, that he would be able to send me a personal preview release of the next release of the correspondent app.
    However, he asked me for an info: he wants me to send the iPhone ID (which is found, by clicking on the label 'serial number').
    So, is it really safe to send such information?
    Any help would be greatly appreciated!
    Francisco

    "Safe" is a relative term. However, short of waiting for the app to be released on the iTunes App Store, that's the only way to get a version of it. The three possible ways for distributing apps are 1) the App Store, 2) direct distribution within an Enterprise organization for internally-developed apps, and 3) limited sharing by a developer with a release tied to a device serial number.
    However, note that #3 may not always be possible, as reported for one developer in this linked article.
    To be honest, there's not too much a developer could do with your serial number, other than release the app to you, or perhaps report your iPhone as stolen (pretty unlikely, I think).

  • Is it really safe/secure to do online banking in private browsing using Wi-Fi?

    Is it really safe/secure to do online banking in private browsing using Wi-Fi with the https: and Firefox security blue or green on the left at the top?
    Is it safe/secure to check my banking/credit account online over the hotel wi-fi connection?
    Is it more secure if my laptop was connected with wire rather than using the wireless connection?

    Take a look at this:
    Firefox Helps You Stay Safe - Worried about online security? We’ve got your back
    * http://www.mozilla.org/en-US/firefox/security/
    Its your decision to get on with it or not. I am just providing you some info. Check and tell if its working.

  • Is mac really safe from viruses

    Is mac really safe from viruses....

    There are no know viruses that can infect your Mac OS system at the present. You can still receive and sent Windows files that are infected to Windows users. (This can be either good or bad )
    Still any OS, including Mac, is open to Trojans which are malicious code that is disguised as something desirable. The latest being MacDefender, which Snow Leopard looks for and helps remove. http://support.apple.com/kb/HT4651

  • How to boot your phone into safe mode

    If you experience any problem with your phone, booting it into safe mode can be a good idea to check if any third party applications might be involved in the problem you’re having.
    If you run your phone in safe mode for a while and you don’t experience any problem, the problem you’re having is most likely related to a third party app that you’ve installed.
    How to boot into safe mode differ from models to model and it can also be different depending on firmware version but this topic will explain to you how to do it.
    NOTE!
    Booting into safe mode may change personal UI customizations such as icons and folders.
    Later Xperia phones running on Android Jelly Bean (Android 4.1 or later)
    Press and hold the on/off key until you get this screen.
    Now tap and hold the Power off option until you see this screen.
    Press OK to reboot into safe mode.
    If you have successfully booted into safe mode you will see the text Safe mode in the bottom left corner.
    You can also boot into safe mode by turning off the phone and wait a few seconds. Now press and hold both the on/off and volume down (-) key. Keep pressing these two keys until the phone has booted completely.
    To exit safe mode you simply power off and power on as normal.
    Xperia phones using touch menu key running on Android GB (2.3.X) or ICS (4.0.X)
    Turn off your phone.  Wait a few seconds and then turn it on again. Now during the boot process start tapping the menu key continuously and keep tapping until the phone has booted completely. Not too fast, not too slow. The beat of Iron man by Black Sabbath is just right.
    To exit safe mode you simply power off and power on as normal.
    Xperia phones using hardware menu key
    Turn off your phone.  Wait a few seconds and then turn in on again. Now during the boot process press and hold the menu key until the phone has booted completely.
    To exit safe mode you simply power off and power on as normal.
     - Community Manager Sony Xperia Support Forum
    If you're new to our forums make sure that you have read our Discussion guidelines.
    If you want to get in touch with the local support team for your country please visit our contact page.

    Hi Annthias,
    Welcome to the community,
    Try clearing out the Camera application first.
    Menu > Apps > All > Camera > Clear Cache > Clear Data
    Let us know if the issue continues.

  • Is Raid 50 Really safe?

    I am interested in striping my to raid 5 arrays together to make 1 raid 50 (2.7 TB) array. My tech department was told by a top apple technician named keith (He supposedly designed much of the xserve raids design) that the raid 50 was not safe and that in the event of a drive failure all data would be lost. Is this true or is this top guy misinformed.
    Thanks, Dylan

    Ummm...
    I'l sorta suspicious of a "top technician" who doesn't know much about RAID 50. Then again, RAID 50 indicates software RAID 0 on top of RAID 5, and the hardware guys don't strictly have to know about the OS that runs atop them, and what it can do.
    RAID 50 is pretty safe. If you lose a drive on one of the sides (or, heck, a drive on both sides), you're fine. If you lose 2 drives on one side at the same time, you'll lose all the data on the array.
    RAID 50 does have twice the risk of downtime, however. If a RAID controller goes offline, the whole array will become unavailable. As there are 2 controllers, there's twice the risk. Replace the controller, and you're back up and running without incident.
    So it will double the chance of unexpected downtime, which is a relatively low percentage play anyway. But it doesn't really make data loss any more probable.

  • Your help really needed...Report for LSO

    Hi All,
    The customer need a report which shows the last even date of each course types. Does anyone know how to do it? (Except generate Course Dates report and then sort it.) Really urgent!!!
    Thanks!
    Vivian

    Hi Vivian,
    BI has more standard reports than R/3. However looking at your requirements, I dont think any of the standard BI report will help your clients. You have to create a custom ABAP report or a new Bex Report.
    See this link for available BI queries.
    http://help.sap.com/saphelp_nw70/helpdata/en/8a/4bbf3d0133bf14e10000000a114084/frameset.htm
    Sanghamitra

  • Premiere CC corrupt project and autosaves -  Is your project really saved?

    My Project file has become corrupted along with the last 5 Autosaves.
    It could have been an extra project I imported into this one that had a missing unlinked file in it... or the only other thing that changed on the time timeline was the use of the standard reverb plugin.
    One thing that is disturbing about this is that you can be saving your project and autosaving but not knowing that your project has now become corrupted. Do we really have to go through the extra step of saving then closing down the project then reopening just to make sure we have a secure copy?
    Is there anyway to recover these projects?
    This is a link to it... btw its 1.34 gigs
    Dropbox - JAN 13 CUT.prproj

    You can try importing the project into a new project.
    I know it's too late for this advice now, but never rely on autosaves in any software application.  Always save intermediately as you progress, along with backup copies.

  • WHY IS YOUR UPGRADE REALLY A DOWNGRADE THAT ALLOWS FEWER THINGS?

    Some add ons will stop working and some tool bars like google don't work with firefox 5 or 6 so I keep the old as your upgrade is really a downgrade So do you plan to fix the problems so we can have certain add ons as well as yahoo and google toolbars . I just keep the old and do't even want the new because its not as good as your old firefox. Fix it or lose people as you ow have others switching browsers to one not of Firefox Ill keep the old but will just keep clicking off your pop up to downgrade to firefox 6 now I have I think is firefox 4 and very happy as I can have what the others wont let me have

    Thanks Jams . I was thinking that it just HAD TO BE FIREFOX because I use my google tool bar just fine while I'm on a Firefox page so it really was not a change in google becuse I am using my google tool bar and firefox at the same time. The changes that firefox made was unlike the older version of fierfox because I uninstalled the new firefox and went to tools and then download and went way back to reinstall the old firefox which i found Fire Fox Setup 4.0(2).exe and reinstalled the old Fire Fox 4 and I have had no problems at all with using my Google tool bar as well as my Yahoo toolbar So it isn't that google isnt supporting Fire Fox they are just incompatable with 5 and 6 so Fire Fox left something out that was in the fire fox 5 and 6 So I tend to think that it isn;t that google made itself non compatable with firefox. Just that firefox 4 has whats needed to work and the firefox 5 and 6 are missing something that allows the google tool bar and the yahoo tool bar so if you would like to have your googlr tool bar just uninstall that new garbadge and reinstall the firefox 4 and everything works just great. I just keep getting these pop ups to upgrade to 5 for a while and now its 6 and if I want to be without my google ti=oolbar all I have do do on that pop up is click install and I just click the red X and keep going with Firefox 4. SO DON"T TELL ME ITS GOOLGE> FireFox just left out whats needed that can be found in firefox 4. Its not google not supporting firfox because they do on 4 Its fireFox not supporting google on firefox 5 and 6 . any comments are welcome

  • How long does your battery REALLY last?

    I think my ipod is fit for the graveyard now... it's not being recognized by the computer. I've tried restoring and it'll work for about 5 minutes and then screw up again.
    Anyways thinking I may need to get a new iPod. The only ipod's available with a big capacity are the the iPod videos. Apple's website advertises up to 14 hours of battery life. My friend who just got one says he gets a maximum of 4 hours and this is JUST listening to music.
    Is this true? Cause if it is, I really don't think it is worth the money. My 4G iPod gets about 10 hours, I would hate to think the battery life has gotten worst as they've "upgraded" the iPods.
    Please let me know how much battery life you typically get while listening to music.

    If your friend gets a maximum of 4 hours, he is not JUST listening to music and if so, there is a problem with the battery.
    Copied from About iPod Batteries.
    Maximum Battery Life: iPod can play up to 20 hours, iPod nano can play up to 14 hours and iPod shuffle can play up to 12 hours on a full charge at original capacity. Apple runs a number of tests for battery life using songs encoded in various formats, including MP3, AAC and songs purchased from the iTunes Music Store. The songs are played continuously through a playlist without interruption, with backlight and equalizer off, using factory default settings.
    Doing anything with an iPod besides listening to music continuously without interruption (which causes the hard drive to be accessed more often or constantly), without backlight and the iPod's equalizer off will cause the battery to drain faster.
    Refer your friend to How to accurately determine your iPod battery life for instructions on running an iPod battery test.
    If the test results in 4 hours of battery life and the iPod is still under warranty, he needs to send it in to Apple for a battery replacement.

  • 5 ways to keep your personal data safe on your smartphone

    Keeping your smartphone safe can mean more than just ensuring it doesn’t fall into a toilet or hard concrete and meet an untimely death. It also means taking proper steps to protect the data—your personal data—stored on that phone to keep the wrong people away from it. If smartphone security is a concern of yours, then you may want to consider these methods for ramping your privacy and protecting what’s yours.

    ICE contacts are a wonderful thing....provided you don't password lock your device. If your phone is locked, someone finding your phone won't be able to see your contacts, let alone find your ICE one(s). Fortunately for me (and the few remaining BlackBerry users out there) I can put a message on my lock screen, which I have used to put the emergency contact numbers for my wife.  JB

  • How to see your pixels really close up

    I was sitting out on my deck with my iPad yesterday when it began to rain very slightly.  A tiny drop of rain fell on my iPad's screen, and soon I noticed that I could see tiny little twinkling colored lights in it.  I put my eye right down close to the drop of water on the screen and WOW, there were all those little rectangular red, green and blue pixels, (relatively) giant-sized!  That was kind of neat.  Of course this should work on any kind of LCD screen.  Enjoy!

    You might want to check your iTunes preferences as per this:
    http://support.apple.com/kb/ht2688

  • 0xc0000022 Error when attempting to open, but works in safe mode

    Hello All,
    I have had an issue opening IE and Firefox from my laptop computer for a few months now...When I click on IE to open a browser window it appears to initiate, the window opens, stays white, show the mouse icon like it is calculating something and then it disappears...on the flip side if I click on the Firefox icon the browser window never appears and I get an error message stating 0xc0000022. I have tried everything I can to remedy this issue from uninstalling firefox and IE from my machine and re-installing to making sure profile folders, etc have been deleted after an un-install of firefox. I did notice that if I go to RUN and attempt to access the firefox profile manager that I get the same error code popping up.
    I believe it has something to do with a system update, thinking microsoft update from around August. With that being said I have gone in and removed every update I saw from August and still no luck. Not sure if it helps, but I did notice that I had installed (automatically) the 2975719 microsoft update, which was on a list of not ones you want....
    I would appreciate any help I can get to have both of these browsers operate once again! I am currently using Chrome (which I was able to install after all of this began), but I really need the other browsers for testing for my job, so again any help would be greatly appreciated!
    Using Sony Vaios laptop and Windows 8.1...
    Firefox works fine when in safe mode (with and without networking). I have also tried to disable graphics acceleration and nothing seems to work.
    Thanks ahead of time!
    Brandon

    I wonder whether anyone has good documentation or a good comparison tool for Windows Safe Mode vs. regular mode? Microsoft's help article isn't really that helpful:
    ''If the problem doesn't occur when you restart your PC in safe mode, you can be confident that the basic settings, files, and drivers in Windows aren't causing the problem. Then, use the process of elimination to help you find the cause of the problem. Try starting all of the apps on your desktop that you commonly use one by one (including the apps in your Startup folder) to see if a specific app might be causing the problem. If one of the apps is causing the problem, uninstall it or contact the software publisher.''
    One possibly useful tool would be Autoruns, which lists what starts automatically and allows you to disable things. You can find it on Microsoft's site here: http://technet.microsoft.com/en-us/sysinternals/bb963902.aspx
    Based on experience in the Windows XP days, I don't have much confidence in Windows' System Restore feature, so I'm not sure whether to suggest it in this case. If you are inclined to try it, please make a backup of your Firefox settings because that folder will get rolled back, which could cause data loss (e.g., recent bookmarks, history, etc.). See: [[Back up and restore information in Firefox profiles]].

  • What to do when Adobe's indifference is "destroying" your business?  Where to contact when normal Adobe support don't help?

    I have tried to get help 2 weeks using Adobe customer service. I have chatted with supervisors and normal staff “million times” and only one time I have talked with normal phone support. Phone support promised follow up the case and call me back next day between 9-10 am but nobody called. Many times chat support have swear that someone from phone support will call me back but I haven’t get any call. Every time chat support just apologize and say that we understand that you are frustrated. Every time chat support says that someone will get back to me by email / phone asap. No emails or calls as they have promised.  I have got 2 times email and emails including something which not help anything, when I contact again to the chat support they just apologize and say that someone get back to me again. But nobody get. Last 3 days they have said that I have to just wait, my case has transferred to the upper level. But same time they promised that someone from upper level will contact me urgently… they will call me and send email. No calls/no emails. Yesterday supervisor from normal chat support promised that someone will call me night time because this is only time when “upper level team” is working. But again… last night I did not get any call. Nobody sent even email.
    Now my question: What I can do if normal support don't help... case is transferred to the upper level but I don't get any feedback from there– can I call somewhere, can I email somewhere? I can’t just wait. My product is expiring next Tuesday, Adobe Creative Cloud last update deleted all files and folder from my computer and changed my storage size to be 2GB, it was before 71GB… and I can’t renew my CC subscription because on my account has some “error”, it’s not accept my credit card payments.
    I already had to cancel my yesterday meetings because did not have presentations to show, all gone. For one meeting I went without presentation and try to explain something, you know what happened.
    Next week is most important week in company history and now we try to do here all presentations from the beginning because Adobe don’t give any helps! This Adobe’s indifference might cost for us millions. Case is not easy to explain shortly but main question is… can I call somewhere? I am living in Thailand. Normal phone support / chat support not work in this case.
    Or is the only choice post all conversations in social media and let everyone know how Adobe works. Maybe people start to share my posts and Adobe starts to get very negative publicity and maybe someone will contact me then. I have unbelievable comments etc. from the customer service, if I will post it Adobe / support looks really foolish.
    Note: don’t never trust that your files are safe in Adobe Cloud. If you don’t take safe copies every minute you might be dead. Everyone who is using Illustrator and use linked file know also that most of links not work when you copy files to the other location, if your Illustrator file includes 100 pictures, maybe you have to link all again and this takes time. And if you have 100 files which all have 100 links...

    Unfortunately, not an answer... but wanted to chime in that I could have written this! Because I have had the exact same experiences over and over and over with Adobe. "Indifference" is definitely the right term. Been promised so many times that someone will call me back and no one EVER does. I've had maybe 2 very good phone support experiences out of maybe 20 awful ones. Phone tells you to go to chat... chat tells you to go to forums... and forums have never once answered my questions even when they told me they would have an expert review my post and answer it. I have so much wasted time invested with Adobe. Now, my account is cancelled due to non payment. My fault, been a rough couple of months. Well, there was no obvious place to post payment to "continue" my subscription. So I get on chat, and they send me a link to the payment portal. I enter my info and I get "Sorry, we're experiencing technical issues. Please check back soon." I tell chat this and they tell me to check back later, that all their tools are down. I asked when, and of course they don't know. Always the same. This was just tonight. 2 hours later.. still can't pay my account.
    I've written to management with direct contact info to a particular manager. Never heard a word back. I dream of the day when someone launches a design suite like adobe's or better... but also with awesome customer support. I will be so gone Adobe.. and won't ever look back.. won't miss you in the least.
    I was also a victim of the big Adobe hack a while back and my info was compromised. Think anyone offered me even a month free? Pshaw... right!

  • As soon as I open Firefox it crashes, even in safe mode. I've tried all the options to fix the problem but to no avail. My crash report number is: 1326236186. I hope this helps!

    Firefox crashes as soon as I click on the icon. Even in safe mode. I've tried all options of resolving this problem but nothing is working. I really hate using Safari and Chrome. Please help!

    Scan your computer in safe mode for bots, malware, trojan's and viruses. Remove any Found and reboot. If Problem still exists, go to control panel, add/remove programs remove firefox. and then download and reinstall firefox. Remember to always close as many running programs like messangers and widgetts when installing any program. This should fix your problem. only other option is to do a system restore to when you were not having any problems, this works 90% of time.

Maybe you are looking for

  • Updating Lightroom to 5.4 fails in Windows error 1402. Help.

    I wasn't able to update Lightroom to version 5.3 neither 5.4. I get "Error 1402. Could not open key: UNKNOWN\Installer\Products\576C6E45 . . . \SourceList\Media. Verify that you have sufficient access to that key, or contact your support personnel."

  • Boot from DVD...doesn't recognize hard drive

    Hello all, Hopefully someone can help me out. I just replaced my 160GB 7200rpm hard drive with a Hitachi 200GB 7200rpm hard drive, put it all back together, booted up from the DVD, went to select a destination for a clean install, but the hard drive

  • Problem with omwb.mde file, conversion of mdb file to xml file

    I am trying to migrate MS Access 2000 to Oracle 8i. At the OMWB Wizard where it tells me to execte omwb.mde. Whenever I try and execute omwb.mde, MS Access opens up and I get the a radio box that says "Convert Database " or "Open Database" ,on select

  • WLC 5508 Software Upgrade

    Hi There, I have upgraded the software version of a WLC 5508 that was running version 6.0.182.0 to 7.0.235.0 version. Looking at the show sysinfo on the controller (as shown below), I notice the Field Recovery Image Version has the previous version.

  • OSS note for READ REPORT CX_SY_READ_SRC_LINE_TOO_LONG

    Hi Guys I am sure many of us have faced this problem before while using classical ALV display func modules. I am pasting the error analysis An exception occurred that is explained in detail below. The exception, which is assigned to class 'CXSY_READ_