Is there any way to display pictures in a report program...

Is there a way to display some pictures say background or foreground pics in a report program ??
Kindly help me in this.
Thanks in advance,
Krishna,
9986023724

Hi Krishna,
Go througth the following document.
<a href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCIIMAGE/BCCIIMAGE.pdf">http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCIIMAGE/BCCIIMAGE.pdf</a>
Regards,
sukhee

Similar Messages

  • Is there any way to display filenames or captions for photos?

    is there any way to display filenames or captions for photos?

    Thanks. There are so many it's very hard to see which one does what. Since I edit  on the MacBook Pro using Photoshop Elements, all I really need is a way of seeing the filenames, and secondarily re-arranging thumbnails on the iPad screen manually.

  • Is there any way to display JTree without using applet

    Hi,
    is there any way to display JTree without using applet . Can we display the JTree in a JSP page.
    With Regards,
    Sheema.

    Not a JTree, per se. But there are Javascript solutions out there and there are JSP tag library solutions which use a JTree on the server side to hold and maintain the data and expanded nodes.
    This is one that I've used before, it's pretty good:
    http://www.jenkov.dk/treetag/introduction.tmpl

  • Is there any way to display a file that contains text and pictures

    Hi all,
    I was wondering if java has any way to display a file that contains both text and pictures. I have tried using the RTFEditorKit and using an RTF file and it only diplays the text contained in the file and omits the pictures all together.
    code:
    import java.awt.*;
    import java.io.*;
    import javax.swing.*;
    import javax.swing.text.rtf.RTFEditorKit;
    public class Test
         JScrollPane scroll;
         JEditorPane edit=new JEditorPane();
         RTFEditorKit kit=new RTFEditorKit();
         public Test()
              final JFrame frame = new JFrame();
              frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
         edit.setEditorKit(kit);
         edit.setEditable(false);
         try
              kit.read(new FileReader(new File("Installation.rtf")),edit.getDocument(),0);
              catch(Exception e)
                   JOptionPane.showMessageDialog(null, e);
         frame.getContentPane().add(new JScrollPane(edit));
         Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize();
              frame.setBounds(0,0,screenSize.width, screenSize.height);
         frame.show();
         public static void main(String[] args)
    new Test();
    Please help!
    thanks in advance,
    Denise

    Not good as that usually means the project itself was corrupt.
    Any chance you sync'd to Creative Cloud? That's the only way I know of that backs up your PS Touch (PSDX) files.

  • Project Web App (PWA)/Sharepoint 2013: is there any way to display two different views of the Project Center PWA web part to the same user in a site collection?

    i want some of my users to see all the projects in the Project Center at my top-level site, and those same users to see only the projects they own at a subsite level in Project Center. that way they could see an 'all project' view on the homepage and only
    their projects on their dashboard pages (which also have an instance of Project Center web part on them). i have searched and searched but cannot find a solution to this. is there any way to acheive this functionality? thanks in advance for your assistance!

    I have tried this in the past, but was not successful, as far as I can recall. Once you access the project center webpart in one page, the view will be retained regardless where you see it again. (until you apply a different view or clear your browser cache). 
    May be an easier solution is to display a 'report' on the home page with ALL projects (much easier to do), and use the Project Center webpart for the My projects view as it is easier to achieve via Project Server Security, than a report.
    Cheers,
    Prasanna Adavi, Project MVP
    Blog:
      Podcast:
       Twitter:   
    LinkedIn:
      

  • Is there any way to display document page numbers and section page numbers at the same time?

    Hi, I have different sections within my document starting the page numbering at 1. Besides the section page numbers I would also like to display the actual document page numbers in the header (eg. you are on page 10 of the document and page 4 of the section). Is there any way to do that? Thanks

    You can maybe use the Find/Change
    Command+i
    See if that can work for you.
    But like Steve said it is good practice to use Paragraph Style whenever you have lots of Type, I just get lazy sometimes.. lol
    Thanks

  • HT201263 my iphone 4s was partially submerged in water for a period of time is there any way to pull pictures out of it? I have tried to hook up to itunes and an apple appears on the screen but does not respond

    is there any way to retrieve photos off of my phone after it was submerged in water? An apple icon appears on the screen but the phone will not respond

    Probably not.

  • Is there any way to hook into the SQL report pagination process?

    I have a SQL report (based on EMP) with a radiogroup row selector.
    The scenario 1 and 2 are in place
    1) When the employee row radio group is clicked the P900007_JOB the text item is populated with the JOB for the employee.
    2) When the page is initially displayed or submitted via the button the first row’s radio group is programmatically clicked and therefore populates the additional job information in P900007_JOB
    Info (radio Group) Employee No Name
    (+) 7369 SMITH
    () 7499 ALLEN
    () 7521 WARD
    P900007_JOB CLERK
    1-3 Next>
    Once the report has been displayed and the next or previous pagination is used then none of the radio groups will be selected and the data in the P900007_JOB text item will still display the job of the last selected employee row.
    What I require is on pagination some sort of mechanism to either
    a) Call the page_init() that should then set the first row as selected and populate the text item via the programmatic click. (preferred option)
    b) OR blank out the additional text item P900007_JOB.
    Is there any way to hook into the pagination process?
    I have a work around – Set the ‘Enable Partial Page Refresh’ to ‘No’ but this means a full refresh every time the pagination is used.
    Details of my page
    Report Region (Based on EMP table) – radio group as a row selector
    select     APEX_ITEM.RADIOGROUP(1,EMPNO,'X21',null) CHECKRG, EMPNO,
         ENAME,
         JOB
    from     EMP
    Report Attributes -
    Report template :- P900007_ROWTEMPLATE (custom template see later)
    Report Attributes Substitution :- id="emp_report" (used in page_init see later)
    Enable Partial Page Refresh :- Yes
    Columns – All columns are selected as show but job is left out of the template below.
    P900007_JOB - Text item in report region (disabled does not save state). Populated with the employees job when the radio group is clicked.
    Control region :- HTML region that just holds a button <GO> just to submit the page and redirect back to the same page.
    P900007_ROWTEMPLATE (named column row template)
    Row template 1
    <tr style="cursor: hand; cursor: pointer;" onmouseover="row_mouse_over(this, 1)" onmouseout="row_mouse_out(this, 1)" #HIGHLIGHT_ROW# ">
    <td class="t15data" onclick="selectRow('#JOB#');">#CHECKRG# </td>
    <td class="t15data">#EMPNO# </td>
    <td class="t15data">#ENAME# </td>
    </tr>
    Before rows
    <table class="t15standard" summary="" #REPORT_ATTRIBUTES# id="report_#REGION_STATIC_ID#" >
    <th class="t15header" #ALIGNMENT# >Info</th>
    <th class="t15header" #ALIGNMENT# >Employee Number</th>
    <th class="t15header" #ALIGNMENT# >Name</th>
    After Rows
    <tr>
    <td colspan="99" class="t15afterrows">
    <span class="left">#EXTERNAL_LINK##CSV_LINK#</span>
    <table style="float:right;text-align:right;" summary="pagination">
    #PAGINATION#</table>
    </td>
    </tr>
    </table>
    *Javascript in page Header*
    <script src="#WORKSPACE_IMAGES#apex_show_hide_region.js" type="text/javascript"></script>
    <script language="JavaScript" type="text/javascript">
    <!--
    function selectRow(pJob)
    /* console.log('pete got here!'+pJob)*/
    $x('P900007_JOB').value =pJob;
    /* Start Page init*/
    function *page_init*()
    /* Used to set radio groups on reports */
    /*console.log('START pete got here!');*/
    var is_checked = false;
    var l_check = $x_FormItems($x('emp_report'), 'radio');
    /*Loop and set flag if checked*/
    for(var i=0,len=l_check.length;i<len;i++)
    if(l_check.checked){
    is_checked = true;
    /*end loop*/
    /*If none checked force a click*/
    if(!is_checked){
    /*no longer need as doing click below*/
    l_check[0].checked=true;
    /*Force a click on the first radio group - extra details should then be
    populated*/
    var l_click = l_check[0].click();
    /* console.log('END pete got here!');*/
    /*END page_init*/
    // -->
    </script>
    *Application shared component.* – This fires a DB packaged procedure when the page is loaded.
    P330_PART_NO_HIST
    Process Point On load after Body region
    Process Text show_hide_memory.part_no_history_details();
    *Packaged Procedure* – This kicks off the page_init javascript in the header (earlier) to click on the radio group in the first row.
    PROCEDURE part_no_history_details AS
    BEGIN
    htp.prn('<script type="text/javascript">' || CHR(10));
    htp.prn('<!--' || CHR(10));
    htp.prn('page_init();'|| CHR(10));
    htp.prn('//-->' || CHR(10));
    htp.prn('</script>' || CHR(10));
    END part_no_history_details;
    Thanks Pete
    Edited by: Pete @ LSC on 26-Jan-2010 06:56

    Anybody any ideas? Should I be looking down the route of using my own pagination buttons and adding my code to this?
    There seems to be a routine $a_report that I can use for the pagination but I am finding it difficult to get the current first and last record values that I would need to pass. I've seen references to below in the form but when I'm using partial refresh they do not seem to change.
    wwv_flow.g_flow_current_min_row
    wwv_flow.g_flow_current_max_rows
    wwv_flow.g_flow_current_rows_fetched
    wwv_flow.g_request
    Thanks Pete

  • Is there any way to recover pictures from my new iPhone?

    I had gotten an iphone 5 for christmas and since then had been using it regularly and everything was going perfectly fine. The only thing I was dumb enough not to do was plug it into my computer to get it all set up on itunes and such. So yesterday I finally decided to do that, and I made the stupid mistake of not regestering it as a new iphone and instead hit the restore from old phone back up thinking that it would just update my apps or the notes that I was missing from my old phone. So all the pictures from my phone before the restore are completely gone, and after trying a bunch of different things I just resorted to set it to factory settings and start new. But now one thing that is strange is that my photos were (supposively) saving to the photo stream, so from before the first restore I was able to find about 70 of the 400 pictures I am currently missing, but what I find weird is that the stream only has the first 50 photos that I took and then the last 24 that I had taken since the beginning of last week. So I guess my question is if there is a way to restore pictures from your photostream or access it's data at all? I don't know what else to do to get my photos back.
    thanks in advance.

    How long has it been since you setup the iPhone again and entered your iCloud information? You might just have to give it a little more time to finish adding the other Photo Stream photos.
    Try checking the Photo Stream on your PC or Mac.
    iCloud: Photo Stream FAQ
    On your Mac, they appear in the Photo Stream view in iPhoto or Aperture. In iPhoto 9.4 or later or in Aperture 3.4 or later, open the My Photo Stream album in the Photo Stream view.
    On a PC using Windows 8, from the Start screen, select Photo Stream. On a PC using Windows 7 or VIsta, click the Windows Start button, and then Pictures. Click Photo Stream under the Favorites menu in the panel on the left. Double-click My Photo Stream to view your photos.

  • Is there any way to display a pdf inside of a swf file?

    Are there any software that will convert Word documents or pdf into swf files that ca be displayed inside of a Flash movie. Currently, I am using FlashPaper but the software is not supported anymore by Adobe. I am creating eLearning courses and having a pdf open inside of a course without opening multiple makes for a better learning experience. Any help will be greatly appreciated.

    http://cookbooks.adobe.com/post_PDF_2_SWF_Conversion-4701.html

  • Is there any way to display the Design View in fluid grid pages?

    After upgrading to the newest version of DW CC 2014, I noticed that the Design View is disabled in Fluid Grid pages. You can only use the Live View to edit those pages. The Design/Live button displays on non-fluid pages.
    I'm wondering if there is a work-around to allow Design View editing on fluid pages. It is a major hassle to try to edit some things in the Live View. It would nice to have a choice.

    Have you actually tried using is? Try this?
    1) Create a new Responsive Layout. We’ll call it demo.php, fluid.css and the usual accompanying DW files.
    2) Enter demo.php and progress is normal. Everything works. You can choose to view both Live and Display and edit accordingly.
    3) Close down DW.
    4) Open DW and open demo.php
    5) There is NO LONGER a Display View option and Live View does not EDIT. (at least it doesn't for me)
    6) I can ONLY edit work in CODE view.
    Thus, on brand new files, all is fine. The moment DW is closed and the files becomes “old” it can no longer be seen or edited properly.
    How am I supposed to provide support to clients? How can I access a Responsive site I built last week when Live View will not edit and Display will not display?
    I feel this is a programming error, not a purposeful act.

  • Is there any way to disable Picture Frame on the slide to unlock screen?

    I don't want the photo button on the slide to unlock screens, their doesn't seem to be a way to disable this.

    Yes I'm sure that Apple knows about this.
    You can disable Picture Frame if you use a Passcode on the iPad. Settings>General>Passcode Lock>Picture Frame>Off.
    If you don't use a Passcode, you can select the album of photos that you do not mind sharing in Settings>Picture Frame>Albums.

  • MacBook Died, Is there any way to recover pictures?

    To Whomever May Be of Help,
    Our Macbook died two weeks ago. It was the original MacBook with the Intel chip. It had the Seagate hard drive with the 7.01 firmware that causes the screen of death and catastrophically fails (so I found out). My question is has anyone had this hard drive and been able to get some files off from a recovery service and if so which company? We sent it OnTrack and they said it was unrecoverable. They said there was what looked like a few scratches from the needle hitting the platter which caused debris to spread on the platter. The weird thing is everyone talks about it clicking and I never heard any clicks. I even put my ear to it when it wouldn't start up and I didn't hear anything. How loud are these four clicks? Anyway really ***** because we lost 2 years of photos. Sadly I thought my mom had been backing up but turns out she never knew how. Anyways it's a shame I never read these forums before I had a problem.
    Message was edited by: Brandi ER

    Don't be concerned about hearing clicking. Clicking can mean problems but you don't have to have clicking to have problems.
    If they said that the read/write head had damaged the platter(s) beyond usability then I am sure that that is the case. They would make more money from you if it were still serviceable so if they say it is not then my guess is it is not.
    You should have had a backup of your entire hard drive while you were using it. Most people don't but I do not understand why. All hard drives are going to fail just like all car tires are going to wear out if you keep using them.

  • Is there any way to delete pictures from the library by just deleting them from an album?

    It is very frustrating to have to locate the same pictures in my library in order to remove them.

    Depress the command and option keys and then press delete
    all iPhoto keyboard shorcuts are here - http://www.apple.com/support/iphoto/shortcuts/
    LN

  • Is there any way to display all my bookmarks in 2 windows?

    Like opening 2 copies of Windows Explorer or Q-Dir so that you wouldn't have to cut bookmarks from, for example the bottom, of the unsorted bookmarks then scroll back up to find where you were and paste it/them. I suppose being able to set a temporary "bookmark" or place-mark would also work.

    This may be backwards, but you can open all bookmarks as well as show the bookmark toolbar. However there are also other bookmark organization options in addons.mozilla.org.

Maybe you are looking for