How to get background colour in smartform

hi ,
i have developed one smartform with table i want heading means header part of the table in colour full please help me for that.....
thanks ...

First select the line type of the table. then click on shading. select the desired colour.
save check and activate and run ur smartforms.
hope ur problem solved.
Regards,
shiva

Similar Messages

  • How to get Employee Picture in Smartforms

    Hi Experts
    Please help me out in getting employee picture in Smartforms
    I have used the following FMs
    1. HR_IMAGE_EXISTS
    2. SCMS_DOC_URL_READ
    By using these two FM i got the URL and i am able to get the picture in my Report Program,by using FM 'ISM_URL_SHOW'.
    But Please tell how to get this picture in Smartform .
    As i am generating Employee Biodata and in that i need employee Picture.
    Please HELP me ....
    Thanks & Regards
    Shaveta Prabhakar

    Hi,
         U need pictures in smartforms for that just try this one I think so it will help full to u.
          First Upload that picture in the se78 that photo must be in the bitmapformat(picture.bmp).
    steps are:
             goto se78>graphics->import--->it asks the file path here,fill those details
    Then goto Smartform--->In which page u want to put the picture,
              there click that page  and goto Background picture,
             here give the name of that picture and select the resolution and positin of the picture there. 
               Then u will get the picture in the output.
    Regards,
    Surya

  • How to change Background Colour in IC Web Client !

    Hi,
    How to change Background Colour in IC Web Client ?
    The desired option is to have a choice of colours based on user. Is it possible?
    Regards.

    Hi,
    May I know if this is the right place to post questions on IC Web Client?
    So far I have not succeeded in getting responses to any of my questions.
    Is there any other forum where i can post questions related to this topic.
    Regards.

  • How to get a coloured bar at the edge of a video

    Hi,
    I have a very funny few minutes of video of a family event that I am using for the closing moments of home movie. Unfortunately, my idiot cousin is in the background "flicking the bird to the camera" the entire time. Fortunately, she is near the edge of the screen so I have an idea how to "remove" her but I do not know how to do it.
    My idea is to to put a black (or any colour, really) bar across the edge of the screen and I can have the credits appear there.
    However, I do not know how to get a coloured bar to appear over part of a video.
    Can anybody help?
    Regards

    NeddySeagoon wrote:
    .. My idea is to to put a black (or any colour, really) bar across the edge of the screen and I can have the credits appear there.
    Can anybody help?
    why not cropping the video.. ?
    • click on clip
    • click on crop-tool
    • crop/Zoom-in .. => cousin gone, away, digital nirvana ..

  • How to get background color of controls ?

    Hello everyone.
    How to get background color of controls ?
    When we use AWT/Swing,
    we can get background color of component by using Component.getBackground()
    It is regret that I can not find any method for such a method in JavaFX.
    And how do we detect the change of background color of controls ?
    Best regards.

    Hi Tadashi,
    try this.
    @Override
    public void start(final Stage primaryStage) {
        primaryStage.setTitle("Test ChangeListener");
        Button btn = new Button();
        btn.setText("change background");
        btn.setOnAction(new EventHandler<ActionEvent>() {
            @Override
            public void handle(ActionEvent event) {
                primaryStage.getScene().setFill(Color.rgb(
                        (int)(Math.random() * 255),
                        (int)(Math.random() * 255),
                        (int)(Math.random() * 255)));
        StackPane root = new StackPane();
        root.getChildren().add(btn);
        primaryStage.setScene(new Scene(root, 300, 250));
        primaryStage.getScene().fillProperty().addListener(new ChangeListener<Paint>() {
            @Override
            public void changed(ObservableValue<? extends Paint> arg0, Paint arg1, Paint arg2) {
                System.out.println(
                        "old color: " + arg1.toString()
                        + ", new color: " + arg2.toString());
        btn.getOnAction().handle(null);
        primaryStage.show();
    }Peter

  • How to get 2nd line in smartforms using template

    how to get 2nd line in smartforms main window using template. i have also defined loop .

    if possible can you try with the TABLES..
    Put one TABLE in your MAIN window
    create table lines as per your requirment...consider all lines like 6 for header, 1 for main, 1 for total
    Now, you will find three section under the tables: header, main, footer...
    in header section, create a table line, assign one of the proper lines from the line types.. repeat for your all lines.
    in main section, you can access your data form the loop.
    the footer secion will be called, just after the main will be finished.
    Regards,
    Naimesh Patel

  • How to get standard program ,script,smartforms all from sap

    hi friends
    how to get standard program ,script,smartforms all from sap.
    thanks&regards
    Babasish

    Hi,
    reports:
    goto se38
    all programs not starting with y or z will be sap std programs only
    same for se71 scripts
    samse for smartforms
    but the use of those will be known when you see the documentation
    for each programme
    for std programs there will be documentation available so that you can understand
    why they have developed that object
    thanks & regards,
    Venkatesh

  • HOW TO UPLOAD BACKGROUND IMAGES IN SMARTFORMS

    HI
    HOW TO UPLOAD BACKGROUND IMAGES IN SMARTFORMS

    Hi, 
       goto se78 -> in the menubar click graphic  and import to select ur images from ur system .. then click transport button .. it automatically gets into the smartform graphic image list.. then get into transaction smartform and use the image u imported into that..
    U can import anykind  of image which u have stored in ur pc through se78..
    Regards,
    Priya.

  • How to get background color in MVC programming

    Hi Experts,
    I am new to BSP.
    I am working in CRM 7.0 version and designing a view using MVC method in BSP.
    I have two doubts::
    1. How can i get background color in a view ?
    2. How can i attach a picture, that is in paint-brush, in background ?
    Thanks in Advance.
    Nitin Karamchandani.
    Edited by: Nitin Karamchandani on Jun 3, 2009 8:10 AM

    Hi,
    several html tags have the attribute bgcolor, like
    <body bgcolor="red">  or <body bgcolor="RRGGBB">  where RR, GG, BB is an hexadecimal value according to RGB color palette.
    you can also work with CSS and in this case you affect the attribute style, which is also available in several tags:
    document.body.style.backgroundColor="#EEEEEE"

  • How to get background image to fill the browser and remain fixed in both IE and Firefox?

    Basically what it says in the title. I've come very close in achieving this but something just doesn't tie up in the html and css code...
    First of all, I'm using IE8 and the latest version of Firefox to test this.
    I used 2 sources of information for getting this done: 1) http://css-tricks.com/perfect-full-page-background-image/ and 2) http://stackoverflow.com/questions/8958697/css3-background-size-cover-doesnt-make-image-co ver-vertically
    In Case 1 the example on the page called CSS-Only Technique #1 gives code that works almost perfectly for me, except that obviously I need a background image, however the CSS provided there is clearly just for an image dropped in the body of a page with no regard for other content that may already be there. The html code that I put on the page is simply <img class="bg" src="../images/background_image.jpg">
    Obviously I used the CSS code provided in the example, minus the last bit which is "@media screen" etc etc, which seems irrelevant to me. Obviously substituting values to suit the image on my page.
    So what happened is that it almost worked as intended in both the browsers (which means the image filled both browsers width-wise as intended and also remained fixed when I zoomed in or out in each case) except that the image went over the top of the current content that I had there already precisely because it's not a background in this "technique". (A curious side-note is that the image didn't push down the content, as I'd have expected in normal circumstances, but went right over the top of it so it hid it (like z-index).
    One thing that does bother me about this "technique" is that if you click on View Demo just below the code provided you will see on the working example page (forest background) the image clearly works as a background and the content sits happily on top! So I don't know whether the person providing the example was trying to mislead people or what! Or he got lazy and showed a different page that didn't use the exact code he provided. No matter.
    In any case this leaves me with the job only half finished, as I still need a background image that works like the 'normal image' code provided.
    On to Case 2 and on this page the first example provided gives the CSS for the background image - namely the code within html {...} part and also shows the same 'normal image' code as given in Case 1. In this case however, although the person provided a suggestion, the css and html doesn't really tie up properly plus some of the css and html seems a bit redundant. So this time when I used the 'html portion' of the CSS code (i.e. just the bit that was most relevant) I got two different behaviours in each browser and neither of which was quite what I'm looking for. In IE8 initially the page looks fine (background fills the page and content is on top) however when I zoom in or out the background also zooms in or out accordingly so is NOT fixed. In Firefox the background image DOES stay fixed, however because the image originally is not the whole height of the browser I'm guessing the code stretches it downwards (while keeping proportions - so the image essentially enlarges) to fill all of it. The quick way to get around it is to probably add some white space to the bottom of the image just to give it enough height that it doesn't stretch/resize automatically. But it would be nice to find out anyway how to get around this in the code. Overall I would say that the result in Firefox comes closest to the desired solution but of course it doesn't help matters with IE8.
    Apologies for the lengthy description but that should at least provide plenty info for anybody that might have a possible solution for me. Essentially what would be great is if somebody could advise me how to take the code from Case 1 and apply it to a 'background' piece of coding like the type that's contained within html {...} in Case 2. Like I said, it's so nearly there but I just can't make it work atm after trying to combine the various bits of code this way and that... Alternatively, if somebody has another html-css version that works nicely for achieving this then please by all means let me know! Thanks v much in advance!

    This works in modern CSS3 supporting browsers.  But not pre-IE9.
    http://alt-web.com/TEST/Resizable-BG.shtml
    Nancy O.

  • How to get more colour for my solaris 8

    Hi All
    Before I used Solaris 8 for my PC with video card ATI Rage 3D Xpert 98. It only supports 1024X768X256 Colour. Now I changed my video card to ATI Rage 128 pro, but I still get 256 Colour. I checked HCL list, this card should support true colour. when I want to change more colour with kdmconfig, But I failed. Anyone can help.
    Thanks
    Jaff

    Hi vamsimandru,
    Take a look at this document to see if it helps you resolve your issue.
    Thanks,
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

  • How to insert background colour into text?

    Hi,
    I'm relatively new to Dreamweaver so I'm not sure how exactly to phrase this question. Within a div file on my HTML I have created I have a few links taking the user to another page. .
    For the sake of clarity I have inserted an image to express what I am trying to say.
    The background colour for my div is a chocolate brown. I was wondering if there was any way of creating a background for the text for each link within the div? So the text would have a background with a different colour?
    I'm trying to create something that looks like this:
    Does anyone know if this is possible to do? Do I have to create separate Div files within the main div file to do this?
    Apologies for the lack of detail, I just don't know the technical words to show what I'm looking to do! Any tips or links to tutorials would be hugely appreciated.
    Thanks for reading.

    First, we need to examine the HTML code used to construct your menu.  The modern approach is to use an unordered list like this:
    <nav>
         <ul>
              <li><a href="#">Menu Item1</a></li>
              <li><a href="#">Menu Item2 </a></li>
              <li><a href="#">Menu Item3</a></li>
              <li><a href="#">Menu Item4</a></li>
              <li><a href="#">Menu Item5</a></li>
         </ul>
    </nav>
    Then style your navigation with CSS like this:
    <style>
    /**zero out margins & padding on everything**/
    margin:0;
    padding:0;
    /**fix the CSS Box Model on % layouts**/
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    nav {
        width: 100%;  /**adjust width as needed**/
        background-color: #960;
        padding: 30px;
    nav ul {
        margin: 0;
        padding: 0
    nav li {
        width: 20%;
        list-style: none;
        font-size: 14px;
        float: left;
        text-align: center;
    /**menu links**/
    nav li a {
        display: block;
        text-decoration: none;
        margin-right: 6px;   /* space between links */
        width: auto;  /* adjust as needed or use auto */
        padding: 6px;
        font-weight: bold;
        line-height: 2em;
        color: #FFF;
        background: orange;
    /**menu style on mouse over**/
    nav li:hover {
        color: #FFF;
        background: #1e5799;
    /**clear floats after nav element**/
    nav:after {
        clear: both;
        display: block;
        content: ' ' ;
    /**END MENU STYLES**/
    </style>
    Nancy O.

  • How to remove background colours in photoshop?

    Hello everyone....I'm only just learning how to use the content-aware tool in photoshop cs5. This image had a picture of a girl in it, but I think I've been able to erase her using the content-aware tool, though you can still see a slight shadow. There is also a small area of red between the subject's chin and the top of his left arm. Can you please teach me how to erase the shadow as well as the small red area? I tried using the content-aware tool for that, but for some reason it didn't work. Thanks so much

    Hello there..Thanks for your help. I've tried doing it both ways and I've actually managed to do it - shock! - but I think it was a
    fluke because I can't do it again. The obstacle is how to change the background colour. I don't know quite how to do that. Could you please give me a step by step guide on what to do once i've selected the area with the lasoo tool? i know that i have to click on one of those two boxes at the bottom of the tools palette - set background or foreground colour - but i'm lost once the colour palette appears on the screen. thanks again!

  • How replace a background colour in Fireworks ??

    I know how to do this in Photoshop, but I only have Fireworks
    on this laptop
    to work with at the moment. I have an GIF image of a line
    drawing (made
    from a few different shades of grey), but the background is
    white. I want
    to change the background colour to the same colour as my
    webpage background.
    How do I replace the white with another colour?
    Cheers
    ss.

    Synapse Syndrome wrote:
    > I know how to do this in Photoshop, but I only have
    Fireworks on this laptop
    > to work with at the moment. I have an GIF image of a
    line drawing (made
    > from a few different shades of grey), but the background
    is white. I want
    > to change the background colour to the same colour as my
    webpage background.
    > How do I replace the white with another colour?
    Choose Filters (the live ones accessible via the Property
    inspector [+])
    and then Other. Select Convert to Alpha. Change the canvas
    color to
    whichever one you wish.
    Alternatively, select the background with the Magic wand tool
    and delete it.
    Linda Rathgeber [PVII] **Adobe Community Expert**
    http://www.projectseven.com
    Fireworks Newsgroup:
    news://forums.projectseven.com/fireworks/
    CSS Newsgroup: news://forums.projectseven.com/css/
    Design Aid Kits:
    http://www.webdevbiz.com/pwf/index.cfm

  • PSE9, how to change background colour?

    Hi
    I was shown how to change the background colour using....and this is where it all goes wrong!!
    I have taken a photo on a hi key background but there are slight colour variations due to shadow. I was shown how you can change the background colour to a consistent white using tool that allowed you to choose black,grey and white point but at this moment in time maybe a bit of bbq alcohol and age are preventing me from remembering how to do this....any ideas, please?
    Cheers

    Enhance<Adjust Color<Remove Color Cast
    Look at image and try to figure out what should be white, gray,or black. Click that area with the color cast dropper. Below is a video showing how to use the color cast tool.
    http://www.youtube.com/watch?v=Roinm3J3GjI&feature=player_embedded
    I think from your post that it is safe to assume that you used levels. Basically, you first click on something you know is white with the white dropper; then click on something you know is black with the black dropper; finally find something that is gray and click on it with the gray dropper. Note: You may want to go through and set target colors for the levels droppers to customize how they react. See the written tutorial links at the end of this post.
    Levels is covered at about 5:15 of video in video linked below. Note: It's a Photoshop video. It works the same way in Elements.
    http://www.youtube.com/watch?v=LLKc61tM5b4
    The above video gives several methods. It is a Photoshop video but several of these methods can be used in Elements. Elements has a color cast tool that is not included in Photoshop so isn't covered in this. Disregard Match Color method and Curves method as Elements does not include  these commands. (This tutorial also mentions using the fade command. Elements does not include this command. You can reduce the opacity of a duplicate layer on which you apply the variations command and use the layer's opacity to "fade" the result. If you go that route.)
    Several Photoshop Elements videos on the subject are here:
    http://www.youtube.com/results?search_query=color+cast++levels+Photoshop+Elements&aq=f
    Here are a couple of tutorial links if you don't like video:
    http://www.graphicreporter.com/tutorials/elements_levelsadjustment.html
    http://www.photoshopessentials.com/photo-editing/elements/tone-color/

Maybe you are looking for

  • Reinstalling iLife--iPhoto Shows "Skip

    I'm trying to reinstall iLife '08, mostly because of my iPhoto having gone goofy. However, every time I run the installer from the CD, I can install everything but iPhoto. The choice is greyed, and it says "skip" next to it. I've checked the web and

  • Can others upload to my site?

    I have created an iWeb picture gallery with a bunch of pictures from an event. Many other people took pictures also. I would like for them to be able to upload their pictures to my site, rather than have them email them to me 2 or 3 at a time for me

  • Powershell Script for Exchange- Storagelimitstatus wont return any data.

    I am trying to run the following script using PowerGUI and its working but one piece. The storagelimitstatus isn't returning any data. Any impute would great. Here is what I wrote.  If (-not (Get-PSSnapin Microsoft.Exchange.Management.PowerShell.E201

  • Saving "relative"

    When I use save in an action Photoshop always saves the absolute directory where the save occurs. I'm wondering if it's possible in an action to save a file relative to the current directory? I'd be even happy if it would save the file in the current

  • Deleting old Time Machine Back ups, locked files wont delete?

    Will unlocking them help-if so how do you unlock? I can open with Text edit but due to years of caution when not knowing what I'm doing causes more problems I ask before doing things-grin (Suppose it shouldn't matter since all I want to do is trash t