How to add a logo onto a canvas?

Hi,
How do I put a logo onto a canvas? and in which format
the Oracle forms accepts.
Thanks.
T.Pham
null

At the tollbar you have to choose Import, and then Image.
Then you choose the image and it appears in your canvas.
About the image formats, i've only have prooved with .bmp
and .jpg.
Bye
null

Similar Messages

  • How to add company logo in z report

    Hi !
    i want to know how to add company logo into custom report ...
    generally we used below mentioned code for sap logo
    CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
    EXPORTING
    IT_LIST_COMMENTARY       = IT_LIST[]
       I_LOGO                   = 'ENJOYSAP_LOGO'.
    ENDFORM.            "top_of_page"
    what changes we need to do to add company logo into custom report
    Please guide
    Regards
    Sheetal

    First upload  ur  required logo in  SAp  by  t-code  SE78.
    Use teh  above mentioned  ALV code  for the same.
    Try  to  search  on SDN for  the  u can find the  full  ALV code for the same.
    ..lakhan

  • How to add external images onto a control and still be able to resize

    Hello,
    I'm a LabVIEW newbie.  I'm trying to customize the appearance of my VIs, and one of the things I like to do is to import external image and paste it onto the faceplate of the gauge indicator.  I've followed the instruction in the Labview application note using the control editor and was able to paste the picture into indicator.  But when I use it in the front panel and resize the gauge indicator, the image (added as a decoration) doesn't resize together with the indicator.  My questions are:
    1. How to add external images onto a control/indicator and still be able to resize the image automatically when I resize the control/indicator?
    2. How to "add" a new part to an existing control/indicator?  It looks like I can only customize/modify the existing parts of the control/indicator in the control editor. 
    Any help is appreciated.  Thanks.

    1/ Do not use the image as an added decoration. Instead replace part of the control with the image. Tis is illustrated in the attached vi : the arrow was pasted as a decoration, and also used to replace the slide cursor. Changing the control size do not affect the decoration, but changes the cursor.
    2/ What do you mean by adding new parts to a control. We have just seen that it was possible to modify a control. Now, if you want to include additionnal functionnality, that's another story. You can replace parts of the control, and this can give interesting results.  You can edit a slide control, and replace the numeric indicator by another control, including a numeric indicator, that you can replace with etc...
    But there, it still the same info displayed under different forms. If you want to have several independant functions on the same control, such as a string display and a boolean and a numeric indicator, then that's a job for a cluster...
    Chilly Charly    (aka CC)
             E-List Master - Kudos glutton - Press the yellow button on the left...        
    Attachments:
    Slide with Arrow.vi ‏13 KB

  • Pages 5.2.2 - how to add a logo in the page header

    Hi, how can I add a logo in the page header of each page?!
    seems header and footer only supports text and automated page numbering only...
    I need some advise on this one
    thanks

    Add an image to any page in the section, then drag it where you want it to appear on each page.
    Reduce the opacity using the slider in the Style pane of the Format inspector to change the object’s transparency.
    Choose Arrange > Section Masters > Move Object to Section Master (from the Arrange menu at the top of your computer screen).

  • How to add the parameters onto the reports while calling from forms

    Hi all,
    I am using oracle forms 10g. I want to call a report from the form.
    But i dont know how to add parameters to the url while using
    web.show_document();
    i have a sample code. But it does not add the forms values onto the url.
    DECLARE
    v_host varchar2(100);
    v_port varchar2(10);
    v_parameter_string varchar2(4000);
    v_username varchar2(50);
    v_password varchar2(50);
    v_database varchar2(50);
    BEGIN
    -- Get the full domain name of the server from the formsweb.cfg
    tool_env.getvar('SERVER_URL',v_host);
    -- Get the username/password and database from the .env file
    tool_env.getvar('APPLICATION_USERNAME',v_username);
    tool_env.getvar('APPLICATION_PASSWORD',v_password);
    tool_env.getvar('APPLICATION_DATABASE',v_database);
    -- If it is localhost then we are running on windows and need to use the windows port, otherwise we
    -- are on AIX and need to use the AIX port
    IF v_host = 'localhost' THEN
         v_port := '8889';
    ELSE
         v_port := '7778';
    END IF;
    -- Now build the parameter string for running the report      
    v_parameter_string := 'server=rep_fsprod';
    v_parameter_string := v_parameter_string||'&report=AAP_TOTAL_CONTRACT_VALUE_RPT.rdf';
    v_parameter_string := v_parameter_string||'&userid='||v_username||'/'||v_password||'@'||v_database;
    v_parameter_string := v_parameter_string||'&execution_mode=batch';
    v_parameter_string := v_parameter_string||'&comm_mode=synchronous';
    v_parameter_string := v_parameter_string||'&destype=cache';
    v_parameter_string := v_parameter_string||'&desformat=pdf';
    -- Now run the report
    web.show_document('http://'||v_host||':'||v_port||'/reports/rwservlet?'||v_parameter_string,'_blank');
    END;
    Are we able to add the text values in the form from to the URL.
    Please let me know....
    thanks in advance....
    Naveen

    hello
    read the following white paper http://www.oracle.com/technology/products/forms/pdf/10g/frm10gsrw10g.pdf
    cheers
    Q

  • How to add company logo to 11i EBS

    How to add my company logo to 11i EBS
    Thanks in advance

    First upload  ur  required logo in  SAp  by  t-code  SE78.
    Use teh  above mentioned  ALV code  for the same.
    Try  to  search  on SDN for  the  u can find the  full  ALV code for the same.
    ..lakhan

  • Add Company Logo onto Desktop Background - RD Session Host 2012 R2

    Hi, i'm hoping someone can help
    I'm wondering if it's possible to put a company logo onto the desktop background on an RD Session Host, is there a way to do that? I remember seeing a 2008 R2 host on a Citrix farm with one. At the moment it's just a black screen so would be good to put
    a white logo on there
    Any help appreciated
    Thanks! 

    Check these articles,
    http://technet.microsoft.com/en-us/library/ee791905(v=ws.10).aspx
    http://www.webapper.com/blog/index.php/2007/10/18/enabling-desktop-wallpaper-on-remote-desktop-terminal-services/

  • How to add a Logo in Answers/Dashboards

    Hi,
    I would like to add a logo to my reports in answers and dashboards. I am new to OBIEE and previously when using Discoverer there was a requirement to upload the logo file on the server.
    Can anyone help with the process of adding a logo in answers, I currently have a jpeg file containing the image.
    Thanks

    Hi,
    This link might be helpfull for u
    http://oraclebizint.wordpress.com/2007/09/12/oracle-bi-ee-10133-customizing-look-and-feel-styles-and-skins/
    Path for style and skin folders...C:\OracleBI\oc4j_bi\j2ee\home\applications\analytics\analytics\res
    Need to change s_oracle10(style) for banner...sk_oracle10(skin) for login screen image....in both folders under b_mozilla_4 u can find the images.
    **Clear broser cache(its important) and dont forget restarting services.*
    Thanks,
    Srikanth

  • Captivate 8: How to add a button onto a question slide to invoke some java script?

    I have some question slides where the user has to guess an item on a picture. Because the picture is very small, I want to add a zoom button which calls a function in my LMS to popup the picture in a bigger window. I could not find a way to add a button where I can call java script, so I tried to solve this by using a smart shape with option "use as button" set and adding the java script action. This works fine for the popup but now the submit button on the slide no longer works. Clicking the submit button just disables the answers and stays on the current slide even if I did not click onto the shape button previously. How can I achieve my goal to display a bigger picture of an image on my slide on the users request?
    I also tried the "ImageView" widget, but this is not a practicable solution.
    Thanks,
    Martin

    I think I found the solution: In the "Timing" tab for the shape there is an option "Pause After" which was set to 1,5 seconds. I cleared this options and now the submit button is working again.
    Martin

  • How to add a gauge for a Canvas Animation?

    now i have a Canvas Animation just like loading..., and it's an animation that use for waiting connect to the server
    now i want to add a gauge(or something like this) to the Canvas while the animation's running
    how can i achieve that?
    also, the Canvas Animation is a series of png pictures
    anyone knows please help me
    thanks a lot

    Border's are a Swing feature, you will have to draw one by yourself (extend Panel and override paint()).

  • How to add a logo to 'PO Output for Communication' report

    Dear All,
    There is a Standard Concurrent Program 'PO Output for Communication' in PO module.
    Can you please let me know which rtf template is being used for this report?
    Actually I need to add a company logo to this report, but I am not able to find out the layout where we need to place the logo.
    Thanks in adavance.

    Hi,
    There is a Standard Concurrent Program 'PO Output for Communication' in PO module.
    Can you please let me know which rtf template is being used for this report?
    Actually I need to add a company logo to this report, but I am not able to find out the layout where we need to place the logo.What is the application release?
    Please see these docs.
    POXPOPDF Seeded RTF Templates for the PO Output for Communication [ID 549508.1]
    How to modify XSLFO report to add Logos and also watermark the draft for non approved PO print reports which are possible in XML? [ID 420671.1]
    New Template Not Picked By PO Output For Communication [ID 416578.1]
    POXPOPDF PO Output For Communication Completes In Error when using RTF template [ID 434774.1]
    R12 : PO Output For Communication: Logo File Does Not Show Up in PDF output [ID 1121811.1]
    Thanks,
    Hussein

  • Would lIke to know how to add an Logo to a Local Catalog in iProcurement

    Here is My Requirements:
    I have created a Local Catalog in iProcurement. By going to eContent Manager...one has the ablility to create a logo and attach it to the local catalog.
    I did attach a logo from a url address. And I am able to see logo but the logo is to big.
    So I have resized the logo and saved it to my desktop. But when I save the logo address. It does not appear.
    If anyone has gone thru this process...please what steps I am missing.
    Thanks.

    Hi Bichillo,
    I posted an example here.
    http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RPAGEID=137&HOID=50650000000500000014570100&HTHREAD=000087828&UCATEGORY_0=_49_%24_6_&UCATEGORY_S=0
    It demonstrates how to do what you are asking.
    I do not mind you laughing at the code.
    Have fun!
    Ben

  • JTabbedPane how to add some logo in the Tabs area?

    Hello,
    I was wondering if there is any way of adding some logo or any icon at the right side of the tabs area without that the JTabbedPane has all it's horizontal size full of tabs..
    | TAB1_| | __TAB2__| TAB3_| |__TAB4____| __________________LOGO_____
    |..................................................................................................................................|
    |..................................................................................................................................|
    |..................................................................................................................................|
    |..................................................................................................................................|
    |_________________________________________________________________|

    If you put the tabbed pane on a panel, the panel will show through the right side. So if you put some graphics on the panel, it would show.import java.awt.*;
    import javax.swing.*;
    public class Test extends JFrame {
      public Test() {
        setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        Container content = getContentPane();
        content.add(new JLabel("Top"), BorderLayout.NORTH);
        content.add(new JLabel("Bottom"), BorderLayout.SOUTH);
        JPanel mainPanel = new JPanel(new BorderLayout());
        mainPanel.setBackground(Color.pink);
        JTabbedPane jtp = new JTabbedPane();
        mainPanel.add(jtp, BorderLayout.CENTER);
        content.add(mainPanel, BorderLayout.CENTER);
        jtp.add("One",new JPanel());
        jtp.add("Two",new JPanel());
        jtp.add("Three",new JPanel());
        setSize(300, 275);
        setVisible(true);
      public static void main(String args[]) { new Test(); }
    }

  • How to add our logo to the top of our portal

    Is there an EASY way to add our corporate logo to our portal?
    Thanks!

    Hi Patrick,
    I believe I have (an idea).
    You'll have to use the (System Adminstration -> Portal Display ->) Desktop & Display Rules.
    You might like to check out those links:
    https://media.sdn.sap.com//ebooks/ep6/addons/exercises/Themes.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/ep/portal customization.abst
    Hope this helps/solves your problem,
    Robert

  • How to add a user onto itunes

    My husband and I have an ipod each. How can I have it so when he plugs in his ipod, it's his music and when I plug in my ipod, its my music? we have two different types of music.

    If you have one itunes library then you can select which music to sync across to each device.  These can be completley different.
    So your husband may prefer certain Artists, Albums, Play lists and you a completley different set of music
    Select what content you want form your device sync music page and click apply for your husband's device.
    Then do yours

Maybe you are looking for

  • Home directory is not created and cannot log from client computer

    I am trying to set up MacOsX server. I already have another server which is my DNS server. I am trying to create an Open Directory Master server. Server was updated to 10.4.8 MacOsX from the beginning of existence. I created couple of users in Open d

  • PI 7.3 receiver AAE idoc scenario-No receiver comm channel found in ICO

    Hi, I am working in PI 7.3 receiver AAE idoc scenario.When I try to configure Integrated Configuration(ICO),I am not able to see the receiver comm channel in receiver agreement. What is the reason for this??I have configured the communication channel

  • Flickering black boxes on CS6 with Macbook Pro Intel Iris

    I'm experiencing a flickering black box whenever using large brush sizes on Photoshop CS6 using a Macbook Pro (16GB RAM, 2.8 GHz i7, Intel Iris, Late 2013 13") similar to what is shown on: black flickering boxes on Vimeo.  The issue stops if you: Pre

  • Oracle BPM 10gR3  PAPI

    I am using Oracle BPM 10gR3 studio. I want to access the processes available in bpm through core java client from eclipse. Could anyone explain me how can i access the bpm process from java client ? Thanks in advance.

  • How can I integrate iCal into my website?

    Are there simple instructions on how to integrate iCal into my website? I'm looking for a traditional looking iCal calendar, but a table view would be OK, too.