Embed a MIME image into a container

Hi experts,
I am trying to create a selection menu that is composed of several images as pushbuttons.
I have implemented an initial solution uploading those images using SE78 transaction. But, it has the restriction of using images of a very low quality (256 colours). However, I upload again the image to the MIME repository object and in the preview I could see it correctly.
So, is it possible to embed this MIME image into a container in a dynpro? I was reading several posts but I cannot create an example:
My picture is a .PNG and is upload into path SAP/PUBLIC/.
http://scn.sap.com/community/abap/blog/2013/08/05/pictures-from-mime-repository-in-html
I’d really appreciate your help.
Lots of thanks,
Javier

Please See this cod : He is in PBO.
*&      Module  IMAGE  OUTPUT
*       text
MODULE image OUTPUT.
  DATA: lt_query         LIKE w3query OCCURS 1 WITH HEADER LINE,
         lt_html          LIKE w3html OCCURS 1,
         l_return         LIKE  w3param-ret_code,
         l_content_type   LIKE  w3param-cont_type,
         l_content_length LIKE  w3param-cont_len,
         lt_pic_data      LIKE w3mime OCCURS 0,
         l_pic_size       TYPE i,
         l_url(256)       TYPE c .
   IF v_container IS INITIAL.
     CREATE OBJECT v_container
       EXPORTING
         container_name = 'CONTAINER'.
     CREATE OBJECT v_image
       EXPORTING
         parent = v_container.
     lt_query-name = '_OBJECT_ID'.
     lt_query-value = 'ZLOGO_VIVO_CAIXA'.
     APPEND lt_query.
     CALL FUNCTION 'WWW_GET_MIME_OBJECT'
       TABLES
         query_string   = lt_query
         html           = lt_html
         mime           = lt_pic_data
       CHANGING
         return_code    = l_return
         content_type   = l_content_type
         content_length = l_content_length.
     IF l_return IS INITIAL.
       CALL FUNCTION 'DP_CREATE_URL'
         EXPORTING
           type     = 'image'
           subtype  = cndp_sap_tab_unknown
           size     = l_pic_size
           lifetime = cndp_lifetime_transaction
         TABLES
           data     = lt_pic_data
         CHANGING
           url      = l_url
         EXCEPTIONS
           OTHERS   = 1.
       CALL METHOD v_image->load_picture_from_url
         EXPORTING
           url = l_url.
     ENDIF.
   ENDIF.
Hope helped you.
ENDMODULE.                 " IMAGE  OUTPUT

Similar Messages

  • Dynamic Link MIME images into Excel Bex

    We have images in the MIME repository for the different materials that we sell. We have a requirement to link these images into queries/workbooks so that a user can see a picture of the material they are looking at in the report. It was relatively simple to do this using WAD, but we would like to also do this using the excel front end. Does anyone have any ideas on if/how to insert MIME objects into a workbook or query at query runtime using the Excel frontend?

    do u have an answer to this i have a similar req. Let me know and also if u know how to do in WAD pls pass on ths stes greatly appreciated send me an Email to [email protected]

  • How to embed exsisting image into Swing programme?

    Just wondering, is there anyway to embed an exsiting image into swing programme, like a .jpg or .gif? Thanks!

    It's also nice to package it in the .jar file. If you put it in "rc/image.jpg" (relative to the root of the jar file) you can do something like this:
    new ImageIcon(getClass().getResource("/rc/image.jpg"));

  • How to embed an Ixos tif into a web dynpro

    Does anybody know how to embed a tif image into an iFrame or maybe a image UI element....not sure what the best approach for doing this is.
    We have a url available to Ixos server which launches the tif image: Example:
    http://server.company.com:8080/archive?get&pVersion=0045&contRep=D1&docId=aaaaokjdx1cen255paaaab4dceiau
    How would we have this tif image already embedded in an iFrame when the application launches?  We don't want it to launch a new window.

    An Image UI element will not work because TIF is not an image format supported natively by browsers. In IFrame should work, just set the "src" property to the URL.
    Armin

  • Embed image into email (not attachments)

    Hi all,
    i need to embed images into an HTML table of an email.
    Can anyone help me, please?
    Sergio

    I have done this in a prior application.. Are you building an html style message?
    I have attached some ideas for you to try:
    define hidden page variable to get the url and location for the images files:
    p19_SERVER_STRING
    Source or expression:
    SELECT owa_util.get_cgi_env('REQUEST_PROTOCOL')||'://'||owa_util.get_cgi_env('HTTP_HOST')||owa_util.get_cgi_env('SCRIPT_NAME')||'/wwv_flow_file_mgr.get_file?p_security_group_id=4398899520272508996&p_fname='
    FROM dual;
    (Security Group is from YOUR application)!!
    Next:
    In a After Submit process assemble the emial message:
    local variable lvMessage VARCHAR2(7500)
    Define message body in html document (Store in local varchar2 variable)
    <body>
    <p>
    <img height="90" hspace="0" src="'|| V('P19_SERVER_STRING')||'srtt_header.png' || '" " width="778" border="0" style="WIDTH: 931px; HEIGHT: 90px">
    </p>
    <p>
    </p>
    <p>
    Send the mseeage after you assemble the required pieces:
    HTMLDB_MAIL.SEND(
    P_TO => '[email protected]',
    P_FROM => '[email protected]',
    P_BODY => v_message,
    P_BODY_HTML => v_message,
    P_SUBJ => 'Your email with an Image');
    APEX_MAIL.PUSH_QUEUE;
    Thank you,
    Tony Miller
    Webster, TX

  • Dynamically embed View into View Container UI Element

    Hi all,
    I'm searching for a possibility to embed a view into a dynamically created View container element.
    I want to do this out of another view, where a tabstrip is contained. So I have a button on this view for generation of a new tab with an view container element in it. Now I got to the point where I have to set the view to this container within the tab strip.
    I read several blogs and articles, where this is done via the window manager within an method of the window, but non how to do this within a view.
    Any ideas?
    Thanks
    Olli

    HI,
    that's nit what I wanted. What I want to do is a kind of table maintenance. There is a button under the tabstrip for creating a new row. If the user klicks on that button a new tab should be created for the new row. Therefore the view on the tabs are always the same.
    I have created the tabstrib. dynamically add a tab to this strip on button press is no problem. Also a ViewContainerElement is created. But now I have to set the statically created view for the row maintenance into the container.
    Thanks
    Ragards
    Olli

  • How Do I Combine Several Images Into One Image Which Contains Links To A Series Of Web Sites?

    How do I combine several images into one such that the combined image contains a series of web links? In particular, I’d like to create such an image and put it into my Outlook email signature. At present, as per the image below, I have at least six separate images in my email signature with each image containing a web link. Is Photoshop the best tool for this job? Or would it be easier to do this in some other package? I have three packages at my disposal: Photoshop, Ilustrator and Dreamweaver. Can someone please explain in detail how I would do this? Or perhaps someone could direct me to a link that explains how to do this. Thank you.

    Thank you for that correction, Hobotor. I admit I hadn't thought about an image map, in the context of someone who doesn't seem to know HTML very well...  My thinking was running along the use of the Photoshop Slice Tool to get most of the way there...
    To expand on the above, if you were to slice up your image using the Slice Tool, say like this:
    Save for Web & Devices will create the HTML and save all the sub-images.
    Then you edit the HTML and add a (hypertext link) elements surrounding the various images.  Only thing is you'll have to set the border-style of the images to none.
    For example:
    <!-- Save for Web Slices () -->
    <table id="Table_01" width="554" border="0" cellpadding="0" cellspacing="0">
    <tr>
      <td colspan="10">
       <img id="Sig_01" style="border-style:none" src="images/Sig_01.jpg" width="554" height="56" alt="" /></td>
    </tr>
    <tr>
      <td colspan="10">
       <a href="http://www.GrahamsWebSite.com"><img id="Sig_02" style="border-style:none" src="images/Sig_02.jpg"
            width="554" height="43" alt="" /></a></td>
    </tr>
    etc.
    A full copy of the HTML and images can be found here...  View Source to see it as an example:
    http://Noel.ProDigitalSoftware.com/temp/Graham/Sig.html
    -Noel

  • Inserting or embed and image into cfmail output from a database-stored path to an actual image.

    I am trying to insert or embed and image into cfmail from a database-stored path to an actual image. The actual JPEG image is stored in a folder called "images_personnel". The path to the image under the column titled photopath is stored in my database table as "/file/images_personnel/28.jpg". Displaying the image on the screen renders without a problem, embedding the same image as part of a cfloop query does not insert/embed the image into an email. All of the other output of the same cfloop displays and emails just fine. However none of the photos of each personelle show up. What an I doing wrong?
    My code is below:
    <cfquery name="Staffreport" datasource="master">
    Select staffreport.*, name.personnelid, name.email, name.last, name.noiid, stafflt, CONCAT(name.fname,' ',name.middle,' (',name.last,')') AS teammember, CONCAT(name.fname,' ',name.middle) AS teammember2, concat(name.photopath,'',name.photo)as hisphoto, stafflt.*, trim(concat(ltfname,' ',ltmiddle)) as LT from Staffreport, name, stafflt
    where 0=0
    and stalt = '#Session.user_id#'
    and ltid = '#session.user_id#'
    and staweekbegin = <cfqueryparam value="#form.staweekbegin#" cfsqltype="cf_sql_date" />
    AND staweekend = <cfqueryparam value="#form.staweekend#" cfsqltype="cf_sql_date" />
    AND stapersonnelid = personnelID
    <!---AND ltid = stalt--->
    AND CITY = 'richmond'
    AND STATUS <> 'd'
    AND STATUS <> 'T'
    AND type = 'personnel'
    Group by personnelid
    Order by teammember
    </cfquery>
    <cfmail>...
    <cfloop query="staffreport"><br />
    <table width="90%" border="0" cellspacing="2" cellpadding="4" align="left">
      <tr>
        <td colspan="2" align="center" valign="top" nowrap="nowrap" bgcolor="cccccc"><strong><font color="black"><cfif #staffreport.last# eq ".">#Ucase(Staffreport.teammember2)# <cfelse>#Ucase(Staffreport.teammember)#</cfif> - ID: <cfoutput>#Staffreport.noiid#</cfoutput></font></strong></td>
      </tr>
    <tr>
        <td align="left" valign="top" nowrap="nowrap" bgcolor="#000000">Name:</td>
        <td>#Staffreport.teammember#</td>
      </tr>
    <tr>
        <td bgcolor="E6E1FD">Photo:</td>
        <td bgcolor="EBEBEB">
    <img src="#staffreport.hisphoto#" alt="Photo" width="98" height="98">
    </td>
      </tr>
    <tr>
        <td bgcolor="E6E1FD">Email:</td>
        <td bgcolor="EBEBEB">#staffreport.email#</td>
      </tr>
    </table>
    </cfloop>
    </cfmail>

    You'll need to provide a full URL link to the image ("http://mywebserver/file/images_personnel/28.jpg"), not just a relative path.  Remember, the email client that is used to view the email content knows nothing of the internals of your web server - it can only follow a complete URL to get images and other resources.
    -Carl V.

  • Embed image into runtime skin (.swf)

    Hi all,
    I'm trying to embed an image into a runtime skin but I have this error :
    Error: Skin for skinsRuntimeBase0.ApplicationSkin2._ApplicationSkin_Group1.contentGroup.BoutonPerso8.Bout onPersoSkinRed16._BoutonPersoSkinRed_Image1 cannot be found.
    when I access to my swf skin in my main application with styleManager.loadStyleDeclarations2().
    I'm working with FB4 and command line (compc + mxmlc) to compile resources and to compile swf with my swc resource bundle.
    Here is my process :
    1) Creation of a FB4 library project and copy of an image url.png in package assets.
    2) Creation of a swc asset with this library project. Here is my xml :
    <?xml version="1.0"?>
    <flex-config>
        <compiler>
             <source-path append="true">
                <path-element>src</path-element>
            </source-path>
        </compiler>
        <include-file>
            <name>url.png</name>
            <path>src/assets/url.png</path>
        </include-file>
        <output>assets.swc</output>
    </flex-config>
    3) Creation of another FB4 library project in which I load into library path assets.swc
    4) Creation of a basic css file :
    @namespace s "library://ns.adobe.com/flex/spark";
    @namespace mx "library://ns.adobe.com/flex/mx";
    @namespace test "com.test.*";
    test|BoutonPerso{
        skinClass: ClassReference("skins.red.BoutonPersoSkinRed");
    test|BoutonPerso #label {
        color: "0xFF0000";
    My skin class is that :
    <?xml version="1.0" encoding="utf-8"?>
    <s:Skin xmlns:fx="http://ns.adobe.com/mxml/2009"
            xmlns:s="library://ns.adobe.com/flex/spark"
            xmlns:mx="library://ns.adobe.com/flex/mx">
        <fx:Metadata>
            [HostComponent("com.test.BoutonPerso")]
        </fx:Metadata>
        <fx:Script>
            <![CDATA[
                [Embed(source="url.png")]
                [Bindable]
                public var img:Class;
            ]]>
        </fx:Script>
        <s:Label id="label" text="skinRed" />
        <s:Image source="{img}" />   
    </s:Skin>
    I notice here that if I change the source of Embed metadata, I have an error so my image in my assets.swc is correctly found.
    5) Creation of my swf runtime skin :
    <?xml version="1.0"?>
    <flex-config>
        <compiler>
            <source-path append="true">
                <path-element>src/</path-element>
            </source-path>
            <include-libraries append="true">
                <library>E:/workspaces/flex/assets/assets.swc</library>
            </include-libraries>
            <keep-as3-metadata append="true">
                <name>Bindable</name>
                <name>Managed</name>
                <name>ChangeEvent</name>
                <name>NonCommittingChangeEvent</name>
                <name>Transient</name>
                <name>Embed</name>
            </keep-as3-metadata>
        </compiler>
        <file-specs>
            <path-element>src/redStyle.css</path-element>
        </file-specs>
        <output>redSkin.swf</output>
    </flex-config>
    My redSkin.swf is created and Embed my image (verified with the size of my swf and a swf explorer in which I find my image).
    But when in my main application I try to load my skin with :
    styleManager.loadStyleDeclarations2("E:/workspaces/flex/skinsRuntimeRed/src/redStyle.swf", true, ApplicationDomain.currentDomain);
    I have error at top of message.
    what am I doing wrong please ?
    Thanks and sorry for my english

    Hi Jayagopal,
    You need to apply various skins for the Button to see the effects....
    .myButton
         upSkin:"assets/buttonUp.png";
         downSkin:"assets/buttonDown.png"
         overSkin:"assets/buttonOver.png"    
    Thanks,
    Bhasker Chari

  • Embed a web link into an image for email

    Embed a web link into an image for email.  Anyone knows how to do this?

    Fantastic!!
    Where did you get that?!   I'll try it with the "poster frame" of a movie.  I am so grateful.  It opens a whole new world.

  • Need code for dynamic insertion of a MIME object(image) into WebDynpro View

    Hi experts,
    I am attempting to insert an image into a view at runtime, using lines of code.
    I know that this code must be present in the WDDOMODIFYVIEW method of that particular view.
    However I am not sure about the lines of code which can do this. Can anyone please help me out with this........
    Thanks in advance,
    Adithya.

    Hi.,
    Yes you can add MIME at runtime ., Check this.,
    [MIME at run in WDA |Can mime object be created at run-time?;
    also ., [Display logo at runtime in WDA|Mime logo not displaying;
    hope this helps u.,
    Thanks & Regards
    Kiran

  • Embed Images into htmlText ....

    Hi there,
    I'm searching high and low for a solution how to embed small 16x16 Icon Images into htmlText !
    Has anybody an idea where I could find something on the net about that item ???
    Found this, but can't get it to work at all.
    http://blog.thehippo.de/2011/03/programming/flex-using-embedded-image-in-html-text/
    package embeds {
            import mx.core.BitmapAsset;
            import flash.display.Sprite;
            public class ImageAsset extends Sprite {
                    [Embed(source="image.jpg")]
                    [Bindable]
                    private var source : Class;
                    public function ImageAsset() {
                            super();
                            var image:BitmapAsset = new source();
                            addChild(image);
    <mx:Script>
            <![CDATA[
            import embeds.ImageAsset;
            // this is needed, otherwise the image is not
            // available within the html text
            private var hack:ImageAsset;
            ]]>
    </mx:Script>
    <mx:Text>
            <mx:htmlText>
                    <![CDATA[<p><img src='embeds.ImageAsset'/>some text</p>]]>
            </mx:htmlText>
    </mx:Text>

    Has anybody an idea ???

  • Problem loading image into texture memory

    Hi there, I am currently porting our new casual PC game over to the iPad using the pfi, the game was written in Flash so the porting process isn't that hard thankfully, it's mainly just optimizing the graphics.
    So far things are going smoothly, I was initially worried about graphical performance, but since we put everything into the GPU that's no longer a concern- it runs super smooth at 60fps at 1024x768, we can have a hundred large bitmaps rotating and alphaing at once with no slowdown.
    However there is one weird problem which is really worrying me at this point- it seems that the speed at which images are loaded into video memory as textures is vastly different depending on what else is being run on the iPad, for example:
    * If I run my game with nothing else in memory, it will run fine at 60fps, and load up large images into texture memory very fast.
    * If I run another App, in this case a Virtual piano app for a while, then close that App via the Home button (so the piano app is still in memory but suspended due to the multitasking), then when I run my game, it will run ok initially, but when I try to load a large (1024x512) image into texture memory it pauses the whole game for several seconds.
    * To make matters worse, if I repeat the same test using the RAGE app from ID software (which is very graphically intense), my game actually slows down to 1 fps and runs extremely slowly as soon as I run it and the frame rate never returns to normal. If I then double-click the home button, shut down RAGE, then go back to my game, it will run fine.
    I have read that sometimes when you load images into texture memory it will have to reclaim that memory from other apps, but that doesnt exaplain why it slows down every time I want to load something, or why the game would slow right down to a crawl.
    So then it seems that having other Apps in memory is slowing down my game, or stopping it from working altogether. Obviously this is not ideal and would stop us from releasing, so is there any way I can stop this, has anyone come across the problem? Please help!
    PS. this problem also happens on an iPhone 4, as I have performed the same tests.

    Hi _mz84
    First thing I noticed, is that you did not close your
    <embed> tag
    <embed src="gallery1.swf" bgcolor="#421628" width="385"
    height="611" wmode="transparent" />
    If that doesn't solve your troubles, try the following
    container.
    <object type="application/x-shockwave-flash" height="611"
    width="385" align="middle" data="gallery1.swf">
    <param name="allowScriptAccess" value="never" />
    <param name="allowNetworking" value="internal" />
    <param name="movie" value="gallery1.swf" />
    <param name="quality" value="high" />
    <param name="scale" value="noscale" />
    <param name="wmode" value="transparent" />
    <param name="bgcolor" value="#421628" />
    </object>
    hope this helps out.

  • Photoshop CC: Have a template that I moved image into.  Image is too small.  How do I resize the image while in the template?  Or must I go to original image file and resize there again and again until I get the right fit?

    I have a template that I am able to plug different pictures into at different times.  The problem is that when I plug an image into that template, I find that the image is either too big or too small.  Is there a way to plug the image into the template and resize the image (and not the template itself) OR will I have to go to the file with the original image and resize it there and then try to plug it in to the template to see if it fits------and if it does not fit, go back to the original file with the image and resize it again and see if that fits---and so on and so on...........?  I have tried the" image size" option but it's hit or miss------mostly miss!
    Thanks!

    Read up on Smart Objects. It looks like you have no idea as to how to create and use them.
    Jut create a Smart Object from the layer containing whatever it image it is that you are "plugging into your template".  But you do need to learn the application at its most basic levels.
    Photoshop is a professional level application that makes no apologies for its very long and steep learning curve.  You cannot learn Photoshop in a forum, one question at a time.
    Or is it possible that you don't even have Photoshop proper but the stripped-down Photoshop Elements?"
    If the latter is the case, you're in the wrong forum.  This is not the Elements forum.
    Here's the link to the forum you would want if you're working in Elements.:
    https://forums.adobe.com/community/photoshop_elements/content
    If you do have Photoshop proper, please provide the exact version number of that application and of your OS.
    (edited for clarification)

  • Loading an image into an Applet from a JAR file

    Hello everyone, hopefully a simple question for someone to help me with!
    Im trying to load some images into an applet, currently it uses the JApplet.getImage(url) method just before registering with a media tracker, which works but for the sake of efficiency I would prefer the images all to be contained in the jar file as oppossed to being loaded individually from the server.
    Say I have a class in a package eg, 'com.mydomain.myapplet.class.bin' and an images contained in the file structure 'com.mydomain.myapplet.images.img.gif' how do I load it (and waiting for it to be loaded before preceeding?
    I've seen lots of info of the web for this but much of it is very old (pre 2000) and im sure things have changed a little since then.
    Thanks for any help!

    I don't touch applets, so I can't help you there, but here's some Friday Fun: tracking image loading.
    import java.awt.*;
    import java.awt.image.*;
    import java.beans.*;
    import java.io.*;
    import java.net.*;
    import javax.imageio.*;
    import javax.imageio.event.*;
    import javax.imageio.stream.*;
    import javax.swing.*;
    public class ImageLoader extends SwingWorker<BufferedImage, Void> {
        private URL url;
        private JLabel target;
        private IIOReadProgressAdapter listener = new IIOReadProgressAdapter() {
            @Override public void imageProgress(ImageReader source, float percentageDone) {
                setProgress((int)percentageDone);
            @Override public void imageComplete(ImageReader source) {
                setProgress(100);
        public ImageLoader(URL url, JLabel target) {
            this.url = url;
            this.target = target;
        @Override protected BufferedImage doInBackground() throws IOException {
            ImageInputStream input = ImageIO.createImageInputStream(url.openStream());
            try {
                ImageReader reader = ImageIO.getImageReaders(input).next();
                reader.addIIOReadProgressListener(listener);
                reader.setInput(input);
                return reader.read(0);
            } finally {
                input.close();
        @Override protected void done() {
            try {
                target.setIcon(new ImageIcon(get()));
            } catch(Exception e) {
                JOptionPane.showMessageDialog(null, e, "Error", JOptionPane.ERROR_MESSAGE);
        //demo
        public static void main(String[] args) throws IOException {
            final URL url = new URL("http://blogs.sun.com/jag/resource/JagHeadshot.jpg");
            EventQueue.invokeLater(new Runnable(){
                public void run() {
                    launch(url);
        static void launch(URL url) {
            JLabel imageLabel = new JLabel();
            final JProgressBar progress = new JProgressBar();
            progress.setBorderPainted(true);
            progress.setStringPainted(true);
            JScrollPane scroller = new JScrollPane(imageLabel);
            scroller.setPreferredSize(new Dimension(800,600));
            JPanel content = new JPanel(new BorderLayout());
            content.add(scroller, BorderLayout.CENTER);
            content.add(progress, BorderLayout.SOUTH);
            JFrame f = new JFrame("ImageLoader");
            f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            f.setContentPane(content);
            f.pack();
            f.setLocationRelativeTo(null);
            f.setVisible(true);
            ImageLoader loader = new ImageLoader(url, imageLabel);
            loader.addPropertyChangeListener( new PropertyChangeListener() {
                 public  void propertyChange(PropertyChangeEvent evt) {
                     if ("progress".equals(evt.getPropertyName())) {
                         progress.setValue((Integer)evt.getNewValue());
                         System.out.println(evt.getNewValue());
                     } else if ("state".equals(evt.getPropertyName())) {
                         if (SwingWorker.StateValue.DONE == evt.getNewValue()) {
                             progress.setIndeterminate(true);
            loader.execute();
    abstract class IIOReadProgressAdapter implements IIOReadProgressListener {
        @Override public void imageComplete(ImageReader source) {}
        @Override public void imageProgress(ImageReader source, float percentageDone) {}
        @Override public void imageStarted(ImageReader source, int imageIndex) {}
        @Override public void readAborted(ImageReader source) {}
        @Override public void sequenceComplete(ImageReader source) {}
        @Override public void sequenceStarted(ImageReader source, int minIndex) {}
        @Override public void thumbnailComplete(ImageReader source) {}
        @Override public void thumbnailProgress(ImageReader source, float percentageDone) {}
        @Override public void thumbnailStarted(ImageReader source, int imageIndex, int thumbnailIndex) {}
    }

Maybe you are looking for

  • What is the difference between an ipad with cellular and one without?

    Anyone?

  • Can you cut and paste multiple lines of text in adobe forms?

    Hi - I am working on cutting and pasting large amounts of information into adobe forms. When I presently cut and paste from Excel, it puts all of the data in one line rather than in separate choices in a multiple choice selection. Is there a way to s

  • Difficulties logging into with the Apple-ID - wrong username

    Hello! I just got an iPhone 4 and I can´t buy apps because it says that the password is not valid. I have checked it out several times and it is. The name presented as the usename of my account is not the right one though. How do I change it? Or shou

  • Database in use error

    Hi, I am working Kodo 2.5.2 with hsql. Goal: Catching SQLException and try to gracefully recover. I am able to cath this exception: ERROR [ApplicationServerThread] (RegisterListener.java:59) - com.solarmetric.kodo.runtime.FatalDataStoreException: jav

  • Adobe Reader 8.1 Downloads but will not work

    I'm running WIN XP. I downloaded Adobe Reader 8.1 and it was successful. When I open a document, the document appears, but when I try to do anything it freezes and says 'program not responding.' When I open Adobe from the shortcut, the initial screen