Displaying images along with data on downloading from excel

Hi All,
I need to show images along with data in the excel sheet when user clicks downld to excel button.  Is there possible way to show the images in excel sheet if, kindly help.
Thanks & Regards
Jaspreet Kaur

Hi Vinod
Basically I have a report which needs to be downloaded to excel sheet. For each record there is a particular image in the first column for ex say my colums are img, desc.  Now image column contains an image corresponding to each description.  If its a file, a folder image is there; if its a document, a page image is there etc.  Now i am can display the data of  text fields  in the following manner ie label =new Label(0,RowCount, wdContext.nodeVn_PortalExcel().getVn_PortalExcelElementAt(i).getVa_Role(), PortalRoleDataFormat);
PortalReportsheet.addCell(label);
but how do i display the image in the excel sheet?
Is it possible to do so, if so please provide assistance.
Thanks & Regards
Jaspreet Kaur

Similar Messages

  • Displaying Images along with Drill Drown Results

    I'm using MS access 2003 as my data base and CF as the web
    language. I cannot find a topic in reference to displaying Images
    along with Drill down results. My tables in access have a OLE
    object included however I am clueless as how i can display the
    images with my drill down results. I just cannot find a link that
    talked about this issue already. Does anyone have a link to this
    forum topic?

    College Kid wrote:
    > I'm using MS access 2003 as my data base and CF as the
    web language. I cannot
    > find a topic in reference to displaying Images along
    with Drill down results.
    > My tables in access have a OLE object included however I
    am clueless as how i
    > can display the images with my drill down results. I
    just cannot find a link
    > that talked about this issue already. Does anyone have a
    link to this forum
    > topic?
    >
    Sorry, no link, but I think you want to be looking at the
    <cfimage...>
    and|or the <cfcontent...> tags. One or both of these
    tags should allow
    you to deliver the image from the database to the client.
    You are doing this in a bit of an unusual, but not unheard of
    way. Most
    people just store the image file in a handy directory
    accessible to the
    web server and then store the name|URL to this image as text
    in the
    database.
    But it is definitly possible to server up binary image data
    as well.
    Though I have never heard of this in conjunction with MS
    Access and 'OLE
    objects'. I usually hear this discussed in relation to more
    enterprise
    database management systems and BLOB [Binary Large OBjects]
    data fields.

  • Exporting USER along with data

    Hi there,
    Is it possible to export User along with data. I have 5 tables which belong to user DEVELOPER. I want to EXP this user with 5 tables.
    When I run the IMP, it errors out saying USER does not exist.
    I use like USERID=SYSTEM/MANAGER FULL=Y or I tried also with FROMUSER=DEVELOPER , TOUSER=DEVELOPER
    I can get away from this error by pre-creating DEVELOPER user but what if I have 20 users with their data.
    Is it possible that IMP will create user first and then import the data?
    I am using Oracle 9i on Windows.
    Thanks,
    Data Sheet

    Hey,
    Try the URL below -
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96652/ch01.htm#1006280
    Example to export an user using command line:
    $exp system/pasword FILE=scott.dmp OWNER=scott GRANTS=y ROWS=y COMPRESS=y
    or
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96652/ch02.htm#1005864
    Example to import an user using command line:
    $imp SYSTEM/password FILE=scott.dmp FROMUSER=scott TABLES=(dept,emp)
    I hope this can help you,
    Best Regards,
    Marcello

  • How to show timestamp along with date in LOV dropdown

    Hi,
    We have a requirement to show timestamp along with date as a display column in a LOV drop down. Type of the date column in VVO is set to timestamp. But still it is showing only date in the UI.
    But it is showing timestamp when we run it through AM. Is there any thing in to do in addition to display it in UI? Or it is not feasible? Please suggest me on this issue.
    Thanks in advance.
    Thanks,
    Santhosh

    The date format displayed in UI depends on applcore preference set for current user, try changing date format set for current user to include time along with date.

  • URGENT ! JDEV 10.1.2 Problem with data control generated from session bean

    I got a problem with data control generated from session bean which return a collection of data transfer object.
    The dto's seem to be correct. The session bean load correctly the data into and the object's are plenty of data. Using the console to display the dto content is ok.
    When generating a data control from this session bean and associate the dto included in the collection only the first object level and one-to-one dto object are correctly setted in the data control. Object that represent collection into the dto (one-to-many foreign key) are setted as collection with an iterator but the structure of the object is not setted. I don't know how to associate this second level of collection with the dto bean class to obtain the attributes definition.
    I created a case with hr schema like the hrApp demo application in the tutorial with departments and employees table. I got the same problem.
    Is it a bug ?
    It exists a workaround to force the data control to understand the collection data structure ?
    Help is welcome ! this is urgent !!!

    we found the problem by assigning the child dto bean class to the node representing the iterator in the xml file corresponding to the master dto.

  • Capturing still images along with stream

    Is it possible to capture still images along with a video stream?  We want to use the still images as "teasers" on the site to entice people to view the live video streams.  I don't see an obvious way to do it.  Maybe somebody's come up with a decent workaround?  We can't be the only site needing this feature...
    -Jason

    Thanks, folks.  I was pretty sure the software couldn't do it; I had hoped somebody might have come up with a quick-and-dirty hack around it.  We're currently using Digital Rapids Stream to encode, and this is an option in the software.  We're transitioning to FMLE, and I need to preserve this capability.
    I've filed a feature request, but I'm sure that even if Adobe likes it, we won't see that feature for 12 months.  So I'll have to come up with an interim solution.  I'm looking at a number of options: grabbing stills from the F4V using ffmpeg (works great until the F4V gets to be more than a few minutes long, at which point ffmpeg is prohibitively slow), or dedicating a capture device to just grabbing still frames (obviously, that's a bit expensive).
    If anybody out there has already solved this problem, I'd love to hear about it!
    -Jason

  • Migrate SQL 2008 Analysis database to 2012 AS database along with data level security defined in current production cube

    I want to migrate Analysis Services 2008 database to 2012 AS database along with data level security defined in current production cube
    Note: Only Production environment have security, while no security is defined in development environment
    Potential Approach:
    1 - Using Synchronization Wizard: Gives me error : "The OLAP element at line1 can not appear under envelope......" and this is because Synchrinzation works only for same version
    and in my case, there are different versions of SQL (SQL 2008 and 2012)
    2 - Using Visual studio conversion wizard - Convert SQL 2008 AS project to 2012 and then process cube, so I can get the cube working but then how can I get data level security since 100's of data level security is defined in production Cube, so how can I
    migrate that across
    3 - Script out XMLA and deploy cube - But then again having issues with how can i script SSAS security
    4 - Would taking backup of SSAS 2008 database and restore to SSAS 2012 will help ?
    Any suggestions would be appreciated
    Thanks,
    Mihir

    Hi Mihir,
    According to your description, you want to migrate the SQL Server Analysis Services (SSAS) 2008 database which have some security setting with it to SSAS 2012, right? We can migrate existing Analysis Services databases either during Setup, by upgrading an
    existing instance of Analysis Services, or after Setup, by running the Migration Wizard. Generally, when migrating a database to another server, all the setting will be migrated. So in your scenario, you can refer to the steps on the links below to migrate
    your SSAS database.
    How to: Migrate Analysis Services Databases
    Migrating Existing Analysis Services Databases
    Regards,
    Charlie Liao
    TechNet Community Support

  • I cannot download videos with flash video downloader from other websites also.Whenever I want to download video it says choose file.

    I cannot download videos with flash video downloader from other websites also.Whenever I want to download video it says choose file.

    I don't know that any Flash downloader extensions work in Firefox for Android. You would be best off asking for support from the extension authors at https://fvdmedia.userecho.com/list/21650-firefox-extensions/?category=4944

  • How to don't display dialog after send data on BPC for Excel?

    Dear experts,
    I don't want to display dialog after send data on BPC for Excel, how can I do that?
    OS: MS XP SP2
    OFFICE : 2003
    BPC : 7.5 NW

    Hi,
    You need to change the macro assigned to the standard button. There are few macros available. You can try them and see which one suits you the best.
    MNU_eSUBMIT_REFSCHEDULE_BOOK_CLEARANDREFRESH: Sends workbook and clears data and refreshes workbook.
    MNU_eSUBMIT_REFSCHEDULE_BOOK_NOACTION: Sends data without clearing or refreshing the worksheet.
    MNU_eSUBMIT_REFSCHEDULE_BOOK_NOACTION_SHOWRESULT: Sends data without clearing or refreshing the worksheet, and shows the result in a window upon successful send.
    MNU_eSUBMIT_REFSCHEDULE_BOOK_NODIALOG_SHOWRESULT: Sends active book without any dialog and show result box.
    MNU_eSUBMIT_REFSCHEDULE_BOOK_REFRESH: Sends workbook and refreshes data.
    MNU_eSUBMIT_REFSCHEDULE_SHEET_CLEARANDREFRESH: Sends data and clears and refreshes the worksheet.
    MNU_eSUBMIT_REFSCHEDULE_SHEET_NOACTION: Sends data without clearing or refreshing.
    MNU_eSUBMIT_REFSCHEDULE_SHEET_REFRESH
    Hope it helps.

  • How export one table along with data from one location to other location

    Hi All,
    I'm new in export/import practice.
    Can anyone plz tell the steps along with commands to do the following:
    1. I want to export a table with data from one location(computer) to other(computer) that are in same network.
    2.Also from one user to another user.
    I'm using oracle 10g.
    regards
    Sonia
    Edited by: 983040 on Feb 19, 2013 11:35 PM

    First of all read documentation
    Oracle Export/Import : http://docs.oracle.com/cd/B19306_01/server.102/b14215/exp_imp.htm
    Datapump Export/Import : http://docs.oracle.com/cd/B19306_01/server.102/b14215/dp_overview.htm
    If you are using Datapump or Traditional Export/import you need to follow following steps
    *1) Take User dump via EXPDP on Computer A .*
    For EXP
    exp username/password owner=Test file=D:\test.dmp log=D:\test.log
    For EXPDP
    expdp username/password schemas=TEST directory=TEST_DIR dumpfile=TEST.dmp logfile=TEST.log*2) Copy that to Computer B*
    *3) Import dumpfile.*
    For IMPDP  Use remap_schema optionhttp://www.acehints.com/2012/05/data-pump-impdp-remapschema-parameter.html
    For IMP use fromuser and touser option
    one user to another user imp

  • Data Display table along with Graph

    As per my knowledge we are not having any option currently for displaying data table along with graph.
    This plot data table can have plot name along with current data.
    See the sample below. Many times I need to display number of parameters on graph and current value need to see along with graph.
    It will very useful if I get something like this in next version.

    Hi chameli,
    well, you gave the chart as an example to your question - but didn't specify your question any further!
    What's wrong with a little coding to have your data presented as you like to?
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • Display Metadata along with images

    I am not a programmer, do not know script writing. Is there any simple way where I can manage, my metadata to be displayed along with the images ?
    I know how to create metada.

    hi,
    I am implementing the DATA_CELL method of table interface in webtemplate like this,
    case I_X.
    when 9.
      if I_DISPLAY_VALUE = '2'.
        c_cell_content = 'AAA'.
      endif.
    endcase.
    endmethod.
    I am getting the requirement,but can someone help me how I can access the column based on KF technical name, here i placed the KF in column 9,so I took "when 9".But i dont want to use column number , I want to use technical name of KF.
    Thank you
    ven

  • Migrate the complete solution along with data from BW 2.x to BW 7.x

    Dear Experts,
    There is a scenario in which SAP BW 2.0 have been upgraded to 7.0 version,  while the BW flow  and the custom models  that exists are still in 2.X version
    We acquired separate SAP BW 7.4 powered by Hana ,  We would like to migrate the older version of BW i.e 7.0 with mentioned content and models into this new system with data and going forward our organization would like to have only one system and dismantle the old system  .  Please let us know the process in the form of steps as to how it can be achieved . Need your expert input on this .
    Thx,

    The below is my Proposed Solution
    •Identify the list of Models & Objects which is required Migration eg: out of 100 Cubes only in Use 70 Cubes & Reports 150
    •Migrate the models in System 1 (Old BW System)
    •Create RFC from System 1 to System 2(New BW System)
    •Transport Objects to System2
    • Load the data from System 1 to system 2 using Open Hub/datamart
    –If you have any Full load from ECC , Non SAP or Excel, no need to load the data from System 1 to System 2, you can load directly from source to system 2.
    PLease Advise.........

  • Problems with data sense download 520 lumia

    Telstra took my data limit along with over $200 in data and now I have been trying to find and download Data Sense to no avail,this is getting me so stressed out and it was not even on the phone initially?can someone please help me with trouble shooting this?never have I had so much difficulty with an app download,also my screen has and continues to go to a black background and just changes my background colours etc

    Hi confused2014,
    Just to clarify, you'd like to track your usage for the $200 data service from Telstra using Data Sense. However, you can't find the app in the phone settings or in the Store, is that right? The availability of this feature may be controlled by the operator. If it's neither in the phone settings or in the Store, best to ask Telstra if they fully support Data Sense for the Lumia 520.
    For your query about the phone's display, do you mean that it only shows a black background even after changing the accent color under Settings > start + theme? If so, try checking if the High contrast setting is enabled under Settings > ease of access. While this setting is turned on, the phone will change the colors for some features and hide some of the background images, including the lock screen.
    Let us know if this information has helped you. BTW, welcome to the Nokia Support Discussions! 

  • How I can display images as table data?

    Dear project Marvel,
    I would like to display images as one of table data, but I do not know how to easily store image data into tables using htmldb and whether I can display the stored images. Does anyone knows how I can store/display images using htmldb? If I cannot do this easily then displaying image (which is stored somewhere else but) just looks like one of columns also fine to me.
    Thanks in advance,
    Rui

    you can show those images inline in your report region if you call our "p" procedure in an image tag. so the example above has you creating a table that you then join to the wwv_flow_files view with a query like...
    select htf.anchor('p?n='||f.id, f.filename) name,
    f.doc_size, f.mime_type, m.upload
    from my_docs m, wwv_flow_files f
    where m.filename = f.name
    ...clicking on the links in the first column would return a page that just showed the associated image. if changed that anchor tag to an image one like so...
    select '&lt;img src="p?n=' || f.id ||'&gt;' the_image,
    f.doc_size, f.mime_type, m.upload
    from my_docs m, wwv_flow_files f
    where m.filename = f.name
    ...your images would then appear inline as opposed to on a separate page.
    [Edited by: rmattama on Sep 25, 2003 1:22 PM]
    i'm not sure how, but i'd earlier posted an incomplete answer to rui's question. i've fixed some of the above and added this below...
    just fixed the html above so it renders correctly in this forum. sorry i didn't see that earlier. also, i'm not sure where the rest of my post went, but rui had also wanted to know what the wwv_flow_files was. that's a view to the table we use to store uploaded BLOBs like images, css's, and stylesheets. since you can only identify one document table in your DAD configuration, we give you this view to allow you access to that doc table that HTML DB owns.
    fyi,
    raj

Maybe you are looking for

  • Clear doc

    Hi, may i know if there is a way to clear open item to become cleared item for document not originally from fi like RE. Thanks Rgds

  • Differences between jdeveloper&jbuilder

    Hello everybody!!!! I'm trying to understand the difference between jdeveloper&jbuilder but.....no result!!! I would develop a project wich should connecting on Oracle database and making statistics with data (it have been stored from file with SQLLO

  • Is WD7500BPVT with MacBook Pro Model A1226?

    Hi Guys, I had a bad experience when I bought the Western Digital Hard Drive which had 12.5 mm thickness and did not fit in my A1226. I want to know everybody's opinion on if the WD7500BPVT is compatible with my A1226. Here is the website for the WD7

  • How can I increase the speed of my wifi connection on my iPhone 4?

    Hey everybody. Okay, so long story short, my wifi speed on my iPhone 4 (Verizon) is pretty slow. So slow that I almost never turn it on because of the sluggish download speeds. However, I definitely want to have it on. I use the speedtest app, an my

  • How do I enable a Java plug-in via script that was just added to the blocklist?

    I need to enable Java 6u29 that was just added to the blocklist via script because there are several thousand end-nodes involved. Also, I am constrained to Firefox 3.6 due application compatibility issues.