Image Loaded From Database not Visible in JLabel

import java.sql.*;
import javax.swing.*;
import java.awt.*;
public class consqlimage
     public consqlimage()
          try
               Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
               Connection con = DriverManager.getConnection("jdbc:odbc:dsn","sa","manshu");
               Statement stat = con.createStatement();
               ResultSet rs = stat.executeQuery("Select pic from t_image");
               byte b[];
               b = new byte[1000];
               while(rs.next())
                    b= rs.getBytes("pic");
               for(int a=0;a!=b.length;a++)
                    System.out.println(b[a]);
               JFrame f = new JFrame();
               ImageIcon i1 = new ImageIcon(b+"jpeg");
               JLabel l1=new JLabel("january",i1,SwingConstants.LEFT);
               f.getContentPane().add(l1);
               f.getContentPane().setLayout(new FlowLayout(FlowLayout.LEFT));
               f.setSize(500,500);
               f.setVisible(true);
               con.close();
          catch(Exception e)
               System.out.println(e);
     public static void main(String args[])
          new consqlimage();
}

Any reason why you are adding the "jpeg" to the end of the byte array?
You should only have to pass the byte array to the ImageIcon constructor.

Similar Messages

  • Jasper report on HTML when one image loaded from database and for the other

    How to generate jasper report on HTML when one image loaded from database and for the other we give a image path
    My code
    ByteArrayOutputStream baos = new ByteArrayOutputStream();
              exporter = new JRHtmlExporter();
              exporter.setParameter(JRExporterParameter.JASPER_PRINT, print);
              exporter.setParameter(JRExporterParameter.OUTPUT_STREAM, baos);
              exporter.setParameter(JRHtmlExporterParameter.IMAGES_URI, strImageInputDirectory);
         exporter.setParameter(JRHtmlExporterParameter.IMAGES_DIR_NAME, strImageOutputPath == null ? "." : strImageOutputPath);
         exporter.setParameter(JRHtmlExporterParameter.IS_OUTPUT_IMAGES_TO_DIR, Boolean.TRUE);
         exporter.setParameter(JRHtmlExporterParameter.IS_USING_IMAGES_TO_ALIGN, Boolean.FALSE);
         exporter.setParameter(JRHtmlExporterParameter.IS_WHITE_PAGE_BACKGROUND, Boolean.FALSE);
              exporter.exportReport();
              byte[] bdata = ((ByteArrayOutputStream) baos).toByteArray();
    Can any one help pls
    Message was edited by:
    ameet.au

    hey sorry for posting it in this forum.
    but do u have sample code for making it work.. since i am able to do it on PDF format(image from Database and another stored in the webserver) using
    byte image[] =(byte[]) outData.get("image");
                        ByteArrayInputStream img = new ByteArrayInputStream(image);
                        hmimg.put("P_PARAMV3", img);
    print = JasperFillManager.fillReport(reportFileName, hmimg, jrxmlds);
    bdata= JasperExportManager.exportReportToPdf(print);

  • Error while Image loading from database

    I'am using generic handler for loading Image from data bases. Its work fine when when I hardcode the ImageID in QureyString when call Handler. But it's giving errors of different type when I dynamically pass value to qurey string(from datatable).
    "There is already an open DataReader associated with this Command which must be closed first." 
    OR
    "There is already an open DataReader associated with this Command which must be closed first."
    here is a code of Handler
    public void ProcessRequest(HttpContext context)
    Int64 id = Convert.ToInt64(HttpContext.Current.Request.QueryString["adid"]);
    // dt = obj_dalayer.GetRecpDetailsByID(id);
    dt=GetRecpDetailsByID(id);
    if (dt.Rows.Count > 0)
    //context.Response.ContentType = "image/jpeg";
    context.Response.BinaryWrite((byte[])dt.Rows[0][2]);
    public DataTable GetRecpDetailsByID(Int64 reid)
    try
    obj_DB.Open();
    obj_sqlcmd = new SqlCommand("GetRecpDetailsByID", obj_DB.GetDBConnection());
    obj_sqlcmd.CommandType = CommandType.StoredProcedure;
    obj_sqlcmd.Parameters.Add(new SqlParameter("@rid", reid));
    obj_sqlda = new SqlDataAdapter();
    obj_dt = new DataTable();
    obj_sqlda.SelectCommand = obj_sqlcmd;
    obj_sqlda.Fill(obj_dt);
    return obj_dt;
    finally
    obj_DB.Close();
    And here is a HTML and ServerSide code on ASPX page of call handler.
    <img id="img2" alt="Image" runat="server" src='<%#"~/ImageReqHandler.ashx?adid="+Eval("ReID")%>' width="179" height="148" /
    I'm using Eval("ReID") to get ID of Image from datatable.

    Ayez,
    This is the VB forum, try it in the C# form.
    http://social.msdn.microsoft.com/Forums/en-US/csharpgeneral
    However, there they will probably tell you that although your problem is C#, it is ASP.Net some programmers become scared if it is Web you know.
    Success
    Cor

  • ERR "Could not load "image-loading" from icon theme"

    Just finished installing OpenBox on a virtualbox
    But cannot get nitrogen to set background.
    while running nitrogen from command line
    [utkarsh@myhost ~] $ nitrogen
    ERR: Could not load "image-loading" from icon theme, this indicates a problem with your Gtk/Gtkmm install

    I too had to the same problem. Couldn't find why we get that error. But could set the wallpaper using the command line.

  • Error loading from database

    I have a .wft file and two databases: Deploy and Production.
    If I save the .wft file to Production it works fine but if I save it to Deploy I get when Uploading from database:
    1300: Could not load.
    1114: Could not load from database.
    1115: Could not load all definitions referenced by 'CON_MAIL' item type.
    1115: Could not load contents of 'CON_MAIL' item type.
    1101: Could not load item types from database. FILTER=CON_MAIL
    210: Oracle Error: ORA-01403: no data found
    . SQL text: SELECT protect_level, custom_level, name, display_name, description, type, subtype, format, text_default, to_char(number_default), to_char(date_default, 'YYYY/MM/DD HH24:MI:SS') FROM wf_item_attributes_vl WHERE item_type = :type ORDER BY sequence
    It did not create in deploy the row in the table wf_item_attributes and I think this is not a NLS_LANG problem because the same file worked in Production DB (they have the same environement).
    Any solution? I could create process in Deploy until one month ago.
    Thanks in advance JR

    José,
    Por tu nombre asumo que hablas español por lo que te escribo en ese idioma.
    En nuestro caso, como el mensaje de error indicaba que el siguiente query generaba problemas, lo analizamos
    SELECT protect_level, custom_level, name, display_name, description,
    type, subtype, format, text_default, to_char(number_default),
    to_char(date_default, 'YYYY/MM/DD HH24:MI:SS')
    FROM wf_item_attributes_vl
    WHERE item_type = :type
    ORDER BY sequence
    Encontramos que la vista wf_item_attributes_vl se basa en las tablas WF_ITEM_ATTRIBUTES y WF_ITEM_ATTRIBUTES_TL
    El problema se generaba porque en la tabla WF_ITEM_ATTRIBUTES había un registro que no tenía su correspondiente en la tabla WF_ITEM_ATTRIBUTES_TL (considerar que la vista wf_item_attributes_vl filtra los datos de acuerdo al lenguaje de la sesión, usando userenv('LANG') )
    Creando el registro faltante en la tabla WF_ITEM_ATTRIBUTES_TL, los datos del atributo aparecieron en la vista wf_item_attributes_vl, y el problema desapareció.
    En nuestro caso el verdadero problema se originó por haber manipulado los datos de definición de atributos directamente desde las tablas y no a través de WF Builder
    Saludos
    SV

  • Getting image path from database( Remote server)  & display in jsp page

    hai frnds,
    i have one doudt regarding in my web application Development
    . I want to Getting image path from database( **Remote server**) & display in jsp page here iam forwarding my control through Servlets
    how this will passiable
    Thanks in Advance
    SonyKamesh
    [email protected]

    hai
    I think ur doubt will be...
    1) Getting a Image From Remote Server( & U stored a only path name in Data Base)
    2) Image r stroed in saparate Drive( Not in Webroot-- where u Created domine )
    Please Any Help Will be Appriciated
    [email protected]
    Edited by: Sonykamesha on Dec 18, 2007 11:02 PM

  • Issues with Image rendering from Database

    Maestros,
    I have an issue here that I working but can hardly find a plausible solution and would like some help from the community. I'll do my best to explain the my issue in detail that way those of you who are savvy in this domain can jump on it right away.
    I am in the process of implementing a shopping grid where products are shown as items on the grid. Each grid contains a custom product tag that contains a product image thumbnail, the description and price. All picture images are stored in a postgres sql database as byte arrays. I retrieve and rendered them on the product grid using a servlet that calls my product service.
    The problem I am having is that when products are rendered not all the images are rendered even though they are present. One a refresh is done, some of the ones that previously did not render on renders and some that did go missing. I am using jsf and it looks like the application reaches the render response phase before the images are completely retrieved. I am also implement hibernate ehcache to see if that can help solve the problem, to no avail.
    Is my approach the right approach? I know some of you would want to ask why I save images in a database and if you really want to know, the reason is because products are loaded dynamically and one product can have as many images as the e-shop manager wants. If please have another way to solve this problem please feel free to let me know. I am sure there is a better way of retrieving those images and render them without any issues and if you have done anything like that before feel free to send me some directions.
    Thanks
    Edited by: user10444142 on Oct 7, 2010 5:55 AM

    Intermittent problems are often a result of interference. Interference can be caused by other networks in the neighbourhood or from household electrical items.
    You can download and install iStumbler (NetStumbler for windows users) to help you see which channels are used by neighbouring networks so that you can avoid them, but iStumbler will not see household items.
    Refer to your router manual for instructions on changing your wifi channel or adjusting your multicast rate.
    There are other types of problems that can affect networks, but this is by far the most common, hence worth mentioning first. Networks that have inherent issues can be seen to work differently with different versions of the same software. You might also try moving the Apple TV away from other electrical equipment.

  • Image reclaim from database ,facing problem

    I am very much new in Flex development.........
    I am facing a problem from  quite a few days to  reclaim  a image from the database with the help of servlet to a flex application .  I am  using HttpRequest Object not  Blaze Ds.
    Actually image byte stream is comming back from Servlet to Flex   End  , but when I want to display it , then it shows the place of the image as black .I think image pixel's are not combining togather ..........Have you any Idea?
    I am trying in  the following way.......... this is in the result handler method................
    private function getPhotoResultHandler(event:ResultEvent):void{
                   try{                     
                              xmldata1=event.result as XML;   
                              mx.control.alert.show(xmldata1.toString);        //  Here I can see the  byte stream  in the browser                                                          
                              var byteData : ByteArray;                                                                                            
                              var dec : Base64Decoder  = new Base64Decoder();              
                              dec.decode(xmldata1.toString());                 
                              byteData = dec.toByteArray();                     
                              imggetPhoto.source=byteData;  
                catch( ex : Error )
              Alert.show( ex.message );

    Hi,
    I use Forms 6i to save and retrieve image in BLOB column without problems.
    Some weeks ago, my column was long raw and I update it without problems. Nothing to do in Forms and juste modifiy query and recompile in Reports.

  • Problem Populating Image Item From Database

    Hi All,
    I am using Oracle 9i & Forms 6i on Windows platform & working in client/server model. I created a form in which, I am reading an image file from the file system & then saving it into the database. In the Databse, i created the column as BLOB. But, when I query, this does not retrive the saved image in Image Item. But image is actually saved. When I tried, changing the database column to LONG RAW, it is working. I mean its reading the image in the image item from the database.
    Can anyone pls tell me, is there any problem like this, as we can retrive from LONG RAW but not from BLOB, or I am missin something here.
    Regards

    Hi,
    I use Forms 6i to save and retrieve image in BLOB column without problems.
    Some weeks ago, my column was long raw and I update it without problems. Nothing to do in Forms and juste modifiy query and recompile in Reports.

  • E5 memory card images and videos are not visible i...

    am using nokia e5,it was working all well but few days before i tranferred files from laptop to my cell(images) using Mass Storage option by data cable.soon after that images and videos saved in memory card is not visible on phone.test mesgs and music files are visible but phone isnt showing my images and video files which ive recievd through bluetooth and saved in memory card.why is this so???plzzz help me am in mess cant help it

    Hi saaraaz,
    Welcome to the forum! I tried to transfer pictures via bluetooth and they were saved to gallery like they should. Please try the following actions and between them test if it works.
    Firstly please make a back up with Nokia Suite. Then type in *#7780# = soft reset, no data lost.
    If it's still the same, type in *#7370# = hard reset, the phone memory will be wiped. Restore back up. You can also try to make the back up without settings and then format and restore.
    Reinstall the software. The process is the same when updating, but at the end select "reinstall". 
    Hope you get the device working again, please let me know if this is not the case.
    Jampe
    If the answer solves your issue, please click the ACCEPT AS SOLUTION button so other users can benefit from it as well. Giving a kudos (the white star) if my answer has helped will be appreciated.

  • ImageIcons loaded from database don't appear

    Hi,
    I create a JavaBean to show images from filesystem and database (oracle9i) in a JTable.
    The ImageIcons loaded from filesystem appears fine whith my defined DefaultTabelModel.
    The ImageIcons read from database (jdbc2) with the same DefaultTabelModel appears in the correct count, but the fields or placholders of the Images, saved as blob, are blank.
    The code of my resultset
    BLOB myblob = null;
    int bufsize = 0;
    while(result.next())
    myblob = ((OracleResultSet)result).getBLOB("image_container");
    bufsize = myblob.getChunkSize();
    byte[] buffer = new byte[bufsize];
    ImageIcon icon = new ImageIcon(buffer);
    Object [] row = {icon};
    model1.addRow(row);
    model1.fireTableDataChanged();
    I don't get any errors.
    Thanks
    Klaus

    Hi,
    I changed the datatype from BLOB to 'LONG RAW' for the image in the database.
    while(result.next())
    byte[] bytes = result.getBytes(1);
    String jd = String.valueOf(bytes);
    System.out.println(jd);
    //get:[B@153 [B@154
    //or [B@155 [B@156 for the 2.result
    String name = result.getString(2);
    System.out.println(name);
    //get the correct result
    FileOutputStream file = null;
    file = new FileOutputStream ("c:\\"+name+".jpg");
    file.write(bytes);
    //it works fine !!!
    ImageIcon icon = new ImageIcon(bytes); //it is correct ?
    String ls = String.valueOf(icon.getImageLoadStatus());
    String h = String.valueOf(icon.getIconHeight());
    String w = String.valueOf(icon.getIconWidth());
    System.out.println(h+" : "+w);
    //get: -1 : -1
    System.out.println(ls);
    //get: 4
    Object [] row = {icon,name};
    //icon is blank, name appears correct in jtable
    //but when I need:
    //ImageIcon icon = new ImageIcon(AW_Frame.class.getResource("images/emac.jpg"));
    //icon and name appears correct in jtable
    model1.addRow(row);
    model1.fireTableDataChanged();
    any ideas ?
    Thanks in advance !

  • Pre-loading images loaded from XML.

    Hello,
    I hoping for some guidance please.
    I have a Gallery that loads thumbnails from an XML.
    I have added a pre-loader to each one of the thumbnails as it is being loaded from the XML.
    My problem is that I can't figure out how to remove the pre-loaders after it has called the Event.COMPLETE.
    With my curent code,
    As it completes loading the thumbnails, it throws an error and only removes the very last pre-loader.
    Thanks for any help you can provide.
    Here is the code I am currently using.
    var urlRequest:URLRequest = new URLRequest("images.xml");
    var urlLoader:URLLoader = new URLLoader();
    var myXML:XML = new XML();
    var xmlList:XMLList;
    urlLoader.load(urlRequest);
    myXML.ignoreWhitespace = true;
    urlLoader.addEventListener(Event.COMPLETE,fileLoaded);
    var arrayURL:Array = new Array();
    var arrayName:Array = new Array();
    var holderArray:Array = new Array();
    var nrColumns:uint = 1;
    var wheel:MovieClip;
    var holdMe;
    var thumbsprite:Sprite = new Sprite();
    addChild(thumbsprite);
    var thumb:Thumbnail;
    var thumbsHolder:Sprite = new Sprite();
    thumbsprite.addChild(thumbsHolder);
    function fileLoaded(event:Event):void {
         myXML = XML(event.target.data);
         xmlList = myXML.children();
         for (var i=0; i<xmlList.length(); i++) {
              var picURL:String = xmlList[i].url;
              var picName:String = xmlList[i].big_url;
              arrayURL.push(picURL);
              arrayName.push(picName);
              holderArray[i] = new Thumbnail(arrayURL[i],i,arrayName[i]);
              holdMe = holderArray[i];
              var loader:Loader = new Loader();
              loader.load(new URLRequest(xmlList[i].url));
              wheel=new rootz();
              holdMe.addChild(wheel);
              loader.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS, preload);
              loader.contentLoaderInfo.addEventListener(Event.COMPLETE, completed);
              function preload(event:ProgressEvent):void {
                   var percent:Number = Math.round(event.bytesLoaded / event.bytesTotal * 100);
                   trace(String(percent) + "%");
              function completed(event:Event):void {
                   holdMe.removeChild(wheel);
              if (i<nrColumns) {
                   holderArray[i].y = 65;
                   holderArray[i].x = i*100;
              } else {
                   holderArray[i].y = holderArray[i-nrColumns].y+110;
                   holderArray[i].x = holderArray[i-nrColumns].x;
              thumbsHolder.addChild(holderArray[i]);

    I am not sure why but the code I posted did not post right,
    Here is my code -
    var urlRequest:URLRequest = new URLRequest("images.xml");
    var urlLoader:URLLoader = new URLLoader();
    var myXML:XML = new XML();
    var xmlList:XMLList;
    urlLoader.load(urlRequest);
    myXML.ignoreWhitespace = true;
    urlLoader.addEventListener(Event.COMPLETE,fileLoaded);
    var arrayURL:Array = new Array();
    var arrayName:Array = new Array();
    var holderArray:Array = new Array();
    var nrColumns:uint = 1;
    var wheel:MovieClip;
    var holdMe;
    var thumbsprite:Sprite = new Sprite();
    addChild(thumbsprite);
    var thumb:Thumbnail;
    var thumbsHolder:Sprite = new Sprite();
    thumbsprite.addChild(thumbsHolder);
    function fileLoaded(event:Event):void {
    myXML = XML(event.target.data);
    xmlList = myXML.children();
    for (var i=0; i<xmlList.length(); i++) {
    var picURL:String = xmlList[i].url;
    var picName:String = xmlList[i].big_url;
    arrayURL.push(picURL);
    arrayName.push(picName);
    holderArray[i] = new Thumbnail(arrayURL[i],i,arrayName[i]);
    holdMe = holderArray[i];
    var loader:Loader = new Loader();
    loader.load(new URLRequest(xmlList[i].url));
    wheel=new rootz();
    holdMe.addChild(wheel);
    loader.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS, preload);
    loader.contentLoaderInfo.addEventListener(Event.COMPLETE, completed);
    function preload(event:ProgressEvent):void {
    var percent:Number = Math.round(event.bytesLoaded / event.bytesTotal * 100);
    trace(String(percent) + "%");
    function completed(event:Event):void {
    holdMe.removeChild(wheel);
    if (i<nrColumns) {
    holderArray[i].y = 65;
    holderArray[i].x = i*100;
    } else {
    holderArray[i].y = holderArray[i-nrColumns].y+110;
    holderArray[i].x = holderArray[i-nrColumns].x;
    thumbsHolder.addChild(holderArray[i]);

  • LR4 to CS5 edited images saved to psd not visible in LR4.

    Upgraded to LR4 and using CS5. If I edit an image in Photoshop then save it as a psd file to the origional location that the image was imported into LR4 the psd image-file does not show up in LR4.  If I search for the file using finder (mac) I find the file where I expect it to be but LR4 does not see it.  I used the same workflow in LR3 with no problems but, since ugrading to LR4 no psd images are showing up in the LR4 Library. Can anyone suggest a solution?  Thanks!

    When I first loaded the folder, I experienced no problems. I processed 15 images and stopped. The next day, when I tried to go in, problems started. The 15 processed images were visible, but the other 800-odd images were covered with a "film", looked grayish. They were not accessible. I could not click on them to process them. I have never had this particular problem happen. I tried reloading the "grayish" images - LR4 showed loading, then when the operation was complete, "No images in folder." I tried deleting the folder, then reloading it. It didn't change - only the 15 images loaded. I moved the 15 processed images into a separate folder, then loading the folder containing the remaining images - "No images in folder." Weird. I use Windows 7 on a Dell PC.

  • Mulitnumeric limits loading from database

    Hi, Sir,
    I am trying to use property loader step in TestStand to load multinumeric limits from a database table for different measurements in multinumeric test step. The database table has several columns such as: stepname, measurementname, hi/low limits. To load the limits for different measurement correctly using single property loader step, I have to match both the step name and measurement name in its filtering page. My question is how should I do this? More specific, how can I access the measurement name attached with different loading properties during run time?
    I do not find any example for this problem. Most examples seem to be for TestStand 1.0, which has no multinumerica test step type.
    Thank you for your help.
    Yin

    Yin,
    In your database, you should have a column for each high and low limit and comparison for each multiple numeric limit test step. For example, if I have 2 measurements in my multiple numeric limit test step, I will have the following columns: StepName, Result_Measurement_0_Comp, Result_Measurement_0_Limits_High, Result_Measurement_0_Limits_Low,
    Result_Measurement_1_Comp, Result_Measurement_1_Limits_High, Result_Measurement_1_Limits_Low.
    After your database is set up, you would use the property loader step to read the values in during run-time. If you insert a property loader step and configure the Data Location to be a database, you can configure which database and table you want to read from. Then near the bottom of the property loader dialog, there are two fields. One is for Property Name and the other is for Column Name/Number. You use these fields to assign a certain column to a certain property. So for this case, we would choose one of the limit properties that we want to load from the database and assign that to a certain column. For example, the Property Name would be Result.Measurement[0].Comp and its corresponding Column Name/Number would be the database column Result_Measurement_0_Comp. The next Property Name would be Result.Measurement[0].Limits.High and its corresponding Column Name/Number would be the database column Result_Measurement_0_Limits_High. You would continue to assign a particular column to each property that you want to read in.
    In using the Property Loader step type, it is immensely helpful to use the Import/Export Properties tool to create the database, Excel file, or text file because the tool will create these files with the correct format. You would then know exactly how many columns and their names because TestStand created them for you. Even if you plan to use a pre-existing source file, just creating the default source file will give you a better idea of how you will need to tailor your pre-existing database or excel or text file.
    If you have other questions, let us know.
    Regards,
    Shannon R.
    Applications Engineer
    National Instruments

  • Paid Down Payment Request from 2007 not visible in 8.8

    Hello experts:
    I recently upgraded a customer from 2007 to 8.8, and an existing fully paid down payment request is now not visible anymore in the "incoming payment" window due to some of the changes in 8.8. But I also cannot reconcile the transaction because paid down payment requests cannot be reconciled.
    I tried to cancel the incoming payment in order to apply it differently, but that also fails with a strange error message ("Cannot cancel payment: One of the credit notes has been deleted. [3524-6]").
    I could create a JE to transfer the balance from the liabilities account to the asset account within the BP, then reconcile the two transactions in the asset account, and effectively having zero balance in the liabilities account, but I'd like to reconcile the two transactions in the liabilities account as well, so that they're really closed.
    Any ideas?
    Thanks in advance.
    Joerg.

    Thanks for your reply Jitin.
    My issue is related to A/R, so the mentioned query doesn't turn up any results. However, a few minutes ago, the same issue appeared in A/P, so I tried the query again, with no luck.
    I will proceed to log a support message and post back with the solution.
    Thanks,
    Joerg.

Maybe you are looking for

  • An issue regarding the routines in a transformation rule

    Hi experts, I have two fields in my transformation rule which i fill through characteristic routines. The second routine needs information provided by the first routine. For example: First char. A Sec. char. B In the routine for B i am using the fiel

  • OfficeJet Pro 8600 and OfficeJet Pro 8630 Tray 2 missing

    Hi All, Today we have released the software patch for Tray 2 missing for Officejet 8600 and Officejet 8630 all in one printer Go to www.hp.com>> Click on Support>> Download drivers Type in your product model no Eg Officejet 8600, Officejet 8630......

  • An annoying problem about creating an Apple ID !!!

    Hi, i want to create an Apple ID for the US iTunes for my cousin who lives in Macedonia (i'm currently there and typing this from Macedonia). The account i want to create is an account with no credit card on file (i just click to dl a free app and th

  • Dolby digital through HDMI

    I have a 2012 MacBook Pro with retina display. I'm trying to get Dolby digital through the hdmi port and after comparing some media attached to my receiver the same movie was Dolby digital on my WDTV and using the same cable was stereo connected to m

  • ME21N / ME22N / ME23N Purchase Order - batch

    Hi Guru's , Can any one tell me how the BATCH ( CHARG ) is updated as its not a field of EKKO and EKPO . Please help me for this as i have to create a zreport for PO details with conditions. Please Guide for the same . Thanks & regards, Archana W