Background and foreground colors can be interchanged using which command

hi
background and foreground colors can be interchanged using which command

<b>Background and foreground colors can be interchanged using the command Format Inverse.</b>

Similar Messages

  • Can I change different background and font color on each records?

    Hi,
    I had a Data_Block which contains some records, I had a field name 'currency' which contains value such as (HKD, JPY, CNY, CND, USD etc..)
    Let there there are 5 Records contain in that Data_Block and I wanted to change the background and font color depend on the Currency value.
    I were using Set_Item_Property and change the Visual_Attributes that I had define. Well I guess that doesn't work since uisng the Set_Item_Property
    it will actually getting the last value and use that last value and changed to all the same color to that.
    I wonder is there a way to do that in Oracle you can change the field different color?
    Thanks
    David Willis

    Thanks You so much.
    Actually I were trying to look for that function at the User Manual but I couldn't find it because I remembered I had seem it some where.
    I guess I am looking at the Form4.5 user manual instead of the Oracle 9i Forms Developer.
    Thanks
    David

  • PS CC - I have a B/W background which I flattened - Then, change to RGB and add an RGB color graphic - print out makes background a greenish color - Can't figure out how to adjust.

    PS CC - I have a B/W background which I flattened - Then, change to RGB and add an RGB color graphic - print out makes background a greenish color - Can't figure out how to adjust.
    Thanks,
    Dave

    If the grayscale looks ok on screen, you are probably not setting up your print correctly. What OS? What printer?

  • How to change the background and font color of a particular row in table

    Hi,
       i need to change the background and font color of a particular row. I am using textview as table columns. I tried to do it using semanticColor property of textview  but the font color get changed for the whole column. But i want to change the color of a particular row only.
       If anybody knows please help me(give an example if possible).
           Thanks and regards.
            Pankaj Kumar.

    Hi Pankaj,
    In your data source context node (context node which is bound to dataSource property of Table UI elemennt) do following:
    If data source node is model node: create a value node under data source node, cardinality 1..1, selection 1..1, singleton false. In this new node add value attribute and set property readOnly=true, calculated=true, property com.sap.ide.webdynpro.uielementdefinitions.TextViewSemanticColor .
    If datasource node is value add value attribute and set property readOnly=true, calculated=true, property com.sap.ide.webdynpro.uielementdefinitions.TextViewSemanticColor.
    In calculated getter method put your color calculation depending on conditions, like:
    return <condition>
      ? WDTextViewSemanticColor.CRITICAL
      : WDTextViewSemanticColor.STANDARD;
    Bind new created attribute with property semanticColor of textview.
    Best regards, Maksim Rashchynski.

  • Location Heuristics-diff of results in background and foreground

    Hi,
    We have this weekly bacth job of location heu.. just one program. nothing preceding  and succeeding it.
    I find the results in background and foreground different. This is partcularly wrt the receipts being created before the lead time of the loc-product. In the foreground when i delete the same receipts..and re-run the location heuristics, the receipts are correctly created . i.e obeying the lead time.
    Questions:
    - Why does this happen. I am doing this without anytime gap.
    -Are there some settings that are called only in background (e.g from SNP global profile) but not in foreground.
    Let me know if you need to know my SNP global profile settings.
    The imporant ones are
    HEU: Init short qty = Bakward scheduling
    HEU: Order Update =Complete mode
    In the location product master- NO horizons and time fences are maintained for SNP and PPDS.
    Regards,
    Loknath

    Hi Loknath,
    I will try to explain in with simple example.
    Consider there is product xyz which exist at two different locations A & Location B.
    Procurement type:
    at A is Inhouse production
    at B is external procurement from location A.
    Both the location have some forcast/ Demand for the Product suppose 100qty each.
    1. First Sequence:  Now first the Heuristics needs to run at Location B so that there are Destribution receipts planned created  at Location B, In other words, the Demand of Product XYZ will get transferred to Location A in form of Distributed demand Planned.
    Now if you take run on Location A,
    The Total demand  at Location A will be 100 qty (forecast)+ 100qty( Distri.Demand from B)= 200qty  and the Heuristics run will  plan for the total requirement 200 qty and create the planned orders for it.
    2. Second sequence:  if you take heuristics at Location A first & than location B.
    The planned orders generated will be only for Demand at A i.e 100 as Location A is not yet aware of the Distributed Demand which needs to be satisfied for Location B. as you have not taken the run  on location B yet hence the demand is not yet transferred to Location A.
    now if you take  run at location B, the Distri. demand are generated to Location A but not planned or not satisfied.
    Overall you see the wrong results of heuristic if you adapt second sequence.
    So, it become neccesary to determine the right sequence in which the heuristic is taken for different product at different location. to determine this system use SNP low level codes.
    I guess you are aware of low level code in BOM, As without exploding the Parent Material demand you cannot plan exact demand on Child material. similar principle works over here just it applies to Location Products.
    Hope this helps
    Regards
    Kumar

  • I updated my iPad OS this morning, and now I can no longer use iMessage to send pictures.  When I try to get one for the camera tool, it blows up.  Is this a known problem?

    I updated my iPad OS this morning, and now I can no longer use iMessage to send pictures.  When I try to get one from the camera roll, it blows up.  Is this a known problem?

    your ipad explodess? It's in pieces everywhere?
    the picture opens and is zoomed in and you cannot zoom out?

  • Export/Import-SPSIte :- What is the max size limit that can be moved using this command??

    Export/Import-SPSIte :- What is the max size that can be moved using this command??

    I assume you ment Export-SPWeb not Export-SPSite command.
    There is no known limitations in file size, except the compression file size that is set to 24MB by default. If you exceed 24MB, the cmp file will be splitted into several files. You can change the default 24MB value up to 1024MB, using the -compressionsize
    parameter.

  • BDC issue background and foreground

    Hiii
    i have already write bdc code using batch input. The data is taken from an excel file . 
    How the program work now is it create a session in SM35 and i can decide to execute the session either in background or foreground. 
    The reson why i did batch input and not call transaction is because i am told that with call transaction you can't execute batch input program in background since the excel file will be loaded from the user desktop.  With call transaction and background execution the file need to be loaded on server first and then take the file from the server to BDC tcode.
    My problem is I need my program to execute automatically without passing though the SM35.  I also need to give the option to user to either execute is in foreground or background.
    BDC code look this:
    Call function "OPEN_BDC"
    group = "ztest"  “I use constant
    keep = "X'
    perform dynpro
    perform fillfield
    call fuction "CLOSE_BDC"
    1)     I am told to use the FM file_open / file_submit / file_close but I don’t really know hat parameter to pass in those FM the file_submit is giving me exception error.
    2)     I tried to use submit program RSBDCSUB .  it create a session in sm35 and have status background job but the session haven’t executed
    3)     All the No1 and No2 is to execute the BDC in background then what about the solution if user what to execute in foreground.
    Please i need precise answer??

    Job_submit is not functioning plzzz ess sample code below because of      invalid_jobdata                   = 3
      CALL FUNCTION 'JOB_OPEN'
        EXPORTING
          jobgroup               = ‘Ztest’ //Session name in SM35
          jobname                = v_jobname
       IMPORTING
         jobcount               = v_jobcount
       EXCEPTIONS
         cant_create_job        = 1
         invalid_job_data       = 2
         jobname_missing        = 3
         OTHERS                 = 4
      IF sy-subrc <> 0.
      ENDIF.
      CALL FUNCTION 'JOB_SUBMIT'
        EXPORTING
          authcknam                         = sy-uname
          jobcount                          = v_jobcount
          jobname                           = v_jobname
         language                           = sy-langu
         report                            = sy-repid
      VARIANT                           = ' '
    IMPORTING
      STEP_NUMBER                       =
       EXCEPTIONS
         bad_priparams                     = 1
         bad_xpgflags                      = 2
         invalid_jobdata                   = 3
         jobname_missing                   = 4
         job_notex                         = 5
         job_submit_failed                 = 6
         lock_failed                       = 7
         program_missing                   = 8
         prog_abap_and_extpg_set           = 9
         OTHERS                            = 10
      IF sy-subrc <> 0.
      ENDIF.
      CALL FUNCTION 'JOB_CLOSE'
        EXPORTING
          jobcount                          = v_jobcount
          jobname                           = v_jobname
       sdlstrtdt                         = sy-uzeit
       sdlstrttm                         = sy-datum
       EXCEPTIONS
         cant_start_immediate              = 1
         invalid_startdate                 = 2
         jobname_missing                   = 3
         job_close_failed                  = 4
         job_nosteps                       = 5
         job_notex                         = 6
         lock_failed                       = 7
         invalid_target                    = 8
         OTHERS                            = 9
      IF sy-subrc <> 0. 
    ENDIF.

  • HELP! iTunes 7 *****! freezes and now I can't evern use it.

    So first iTunes was freezing with the upgrade of 7.0, so I removed all of iTunes from my computer and and installed the version I had before the upgrade. And now this message pops up: "the file "iTunes Library.itl" cannot be read because it was created by a newer version of iTunes."
    and I can't do anything.
    The iTunes works with the other users on the computer, but not with the user I need.
    I have contacted every customer support and technical support... but everything cost money and I can't get help!
    If anyone can possibly help with my distress... please do, I'd greatly appreciate it.
    HP dv1450   Windows XP  

    Usually you get the earlier message when you downgrade from 7 back to 6.0.5
    If that's what you did, this may get you going:
    You need to recover the backup version 6 library made when you first upgraded to V7. It should be in the Previous iTunes Libraries folder which is in the iTunes folder.
    It will be called iTunes Library yyyy-mm-dd.itl where the date is that of first upgrade to V7.
    When you have found the backup, drag iTunes Library.itl and iTunes Music Library.xml out of the iTunes folder to your desktop. Then copy the backup library from the Previous iTunes Libraries folder into the iTunes folder. Rename it iTunes Library.itl and you should be good to go.
    This will take the library back to the day of the first upgrade. You will have to add any changes since then, which you can do by using add folder to library to add the iTunes music folder - this shouldn't create duplicates, as iTunes ignores files already in the library.
    Start iTunes and check that purchased music plays before plugging the iPod, it may be necessary to authorise the computer

  • IPAD AIR - Lost and Stolen. Can the thief use my locked device?

    MY iPad Air was lost/stolen while crossing the border between Hong Kong and Lowu (Shenzhen).
    The device is locked. Under the support/my devices it shows that my iPad is registered with Apple and I do have the serial number for the device handy.
    I tried to use "FIND MY IPHONE" and the device does not show up. It is possible I did not activate that function although this is unlikely.
    Can the thief use my device by erasing all the data? Can Apple trace the device and if so, who do I report it to at Apple ?
    Please help.

    Thanks for your reply.
    I also read somewhere that in the event I use the remote function via iCloud to delete the contents of the iPad, the thief could then use it. I have no intention of doing this.
    I have just secured myself for now and changed all my passwords including the Apple user ID one.
    I guess my best bet would be to report and register the number to the local authorities in case it gets returned / shows up by some good samaritan ?

  • Background and forground color

    Hi,
    I'd like to set the bg color and fg color on screen, form and item.
    Is there any way to make it?
    Thanks.

    I will try polish!Good choice!
    MihaiDo you have any other cool solution?

  • My iphone 3gs dont have a red and green color can you help me how to fix it

    please help me my i phone dont have red and green color how to fix it

    If you have the old phone, connect it to iTunes, right click on the device, and choose transfer purchases.  If you no longer have the old phone, I don't believe there is a way to recover them, as they were on your original device.

  • In "Messages", I can no longer use voice commands to enter the message. Mic icon greyed out.

    I use the voice recognition (press the mic icon) capability for text messages regularly.  After the last iOS update, it's greyed out and doesn't allow me to use it anymore. 
    Is there a work around for this?

    To use "dictation" as it is called, there are two requirements:
    1.  Siri must be turned on (Settings > General > Siri)
    2.  You must be connected to the internet.

  • Guide to set the cell background color and foreground color

    hi all,
    I am using a tool called POI for excel from java. IF any body know POI please tell me the various colors --------> equivalent Short number. I need the color and equavlent number for better usage.
    please respond as early as possible.

    Hi
    Use the class HSSFColor at org.apache.poi.hssf.util and the inner classes defined, for example (sample form jakarta.poi):
    style.setFillForegroundColor(HSSFColor.ORANGE.index);
    or for a cell
    cell.setFillForegroundColor(HSSFColor.ORANGE.index);
    If you need know what index for a color may be at source code you can see the implementation.
    Hope this helps

  • Can I interchange using wifi and ethernet to backup my iMac using Time Capsule?

    I just recently restored my iMac from a backup on my time capsule. Now, when I try to do another backup, it takes too long to backup and it seems to do a full backup.
    My question is, can I do this bakup over ethernet then when finished, do it over wifi for the next backups?
    Can I do this without changing any settings?

    Hi,
    Thanks for the reply.
    My imac is not in the same room as my TC.
    I was wondering if I disconnect from the router, bring my TC to my imac, backup thru ethernet, finishnbacking up, then take the TC back to my room, then backup over wifi for the next ones? Without changing any settings from TC and my iMac?

Maybe you are looking for

  • Error while calling BAPIs for DMS from Portal

    Hi everybody, We are developing a portal with Web Dynpro and trying to call from our java code BAPIs that deals with DMS: BAPI_DOCUMENT_CREATE2 - to create a new DMS document and checkin an original. CVAPI_DOC_CHECKIN - to checkin an original to an e

  • Aspect ratio in books

    in older versions of iPhoto, there were controls that allowed me to maintain the aspect ratio of a cropped photo when placing in a book. i can no longer find that. is it still possible to do this?

  • Drop down values in Adobe print form, WDA.

    Hi All, I would like to know, how we can dynamically display drop down values in an interactive form developed either through report programme or WD ABAP. I passed an internal table, but it didnt work. I tried the ISR way, even then i couldnt get muc

  • Effect of modification in other language

    hi experts, I am coping zmedruck from medruck in all languages with original languge as DE. If i do some changes in zmedruck with org. language as DE. <b>my ques. is whether these changes will be reflected when i open zmedruck in EN.</b> </b> KINDLY

  • PC users can't open invitations sent from my Mac iCal

    Recently, I get responses from invitees telling me they cannot open my iCal invitations. Is there something I'm missing, or is the fault in the PC?