Dual Color for Text field

Hi
I want to display 2 and more data fields in one line and have created as text field which would appear as Heading on each page (centralised in line)
like
Name (Age)
Keith Roan (40)
Jeff Shane (30)
Peter Andrews (30)
Kamal Chawla (30)
Is there a way by which I can display name and Age in different colors and still keep the centralised setting for both as a SET.
1 way is to have them as different fields (name on left - right aligned and age-left aligned),  but their position would change i.e The age would appear at same place always and Name would shift depending on the length and it would not truely be centralised settings.
Thanking you in advance
Kamal

Insert both the fields Name and Age on the report and right click>format field>font-->select the color
After changing the colors of both the objects now insert a text object and right click on Name field and cut it and edit the text object and paste it. Do the same for the other field Age and place it in the same text object.
Hope this helps!
Raghavendra

Similar Messages

  • Set the default border color for text fields?

    My InfoPath 2010 text field borders are defaulting to white for some reason (which basically means invisible on a white form).  Do y'all know if there's a way to set this somewhere?  Drop-downs (for example) are still showing up as the light-grey.
     Maybe I accidentally tweaked it but now I can't see where.

    Hi
    if you want the change color of all the field in new form,edit form and view form then share point designer can help you in that case.
    Or you can user page layout in info-path form
    https://support.office.com/en-in/article/Introduction-to-designing-a-form-in-InfoPath-2010-d78eef0a-e44b-4919-8032-b4a021dc30ea
    Please mark the Answer and Vote me if you think it will help you

  • Transfer footage iMovie 08 to iMovie 06 HD & change outline color for text

    I have a completed video that is basically all stills. I would like to transfer the stills in their current sequence and if possible with their current crop styles ie Ken Burns without having to start ALL over. Is this possible? Just downloaded 06 HD because I wanted more editing options that iMovie 08 seems to be lacking.
    Also, how do you change the outline color for text in titles? At one point it switched from black to white but I have no idea how it happened... now its back to black.
    Lastly, are we only allowed to place music exactly at the head of a clip or is there a setting I am unable to find that unlocks that "snap to" function?
    Thank you.
    Message was edited by: boogieon
    Message was edited by: boogieon

    Thanks....I was thinking that was probably it. Will be a little time consuming, but I'll feel better in the end knowing a vacation and bunch of summer stuff is back on tape for archiving.

  • Color  for a Field in alv output

    Hi All,
    I use a field in the ALV grid output which needs to display color (red or green) depending on certain validations. Please tell me how to display color for this field. The program uses oops.
    Thanks.

    Hi
    1. add one more field to ur final internal table say COLOR(4)
    2. in layout wa_layout-style_fname = 'COLOR'. " if its grid
    wa_layout-style_fieldname = 'COLOR'. "if its list
    3. read table itab index 3.
    itab-color = 'C410'.
    modify itab index 3
    4. see program SHOWCOLO for all color codes
    1. Add a field of data type CHAR(3) to the internal output table.
    2. Enter the color code in the appropriate field of the row to be colored in the internal
    output table:
    Code: 'Cxy'
    C = Color (all codes begin with 'C')
    x = color number ('1' - '9')
    y = highlight ('0' = off, '1' = on)
    3. Assign the internal output table color code field name to the IS_LAYOUT importing
    structure IS_LAYOUT-INFO_FIELDNAME field and pass this structure in the ALV call
    interface.
    To enable row coloring, you should add an additional field to your list data table. It should be of character type and length at least 4. This field will contain the color code for the row. So, let’s modify declaration of our list data table “gt_list”.
    you should fill the color code to this field. Its format will be the same as explained before at section C.6.3. But how will ALV Grid know that you have loaded the color data for the row to this field. So, you make it know this by passing the name of the field containing color codes to the field “INFO_FNAME” of the layout structure.
    e.g.
    ps_layout-info_fname = <field_name_containing_color_codes>. “e.g. ‘ROWCOLOR’
    You can fill that field anytime during execution. But, of course, due to the flow logic of screens, it will be reflected to your list display as soon as an ALV refresh occurs.
    You can color an entire row as described in the next section. However, this method is less time consuming.
    Coloring Individual Cells
    This is the last point about coloring procedures for the ALV Grid. The procedure is similar to coloring an entire row. However, since an individual cell can be addressed with two parameters we will need something more. What is meant by “more” is a table type structure to be included into the structure of the list data table. It seems strange, because including it will make our list data structure deep. But anyhow ALV Grid control handles this.
    The structure that should be included must be of type “LVC_T_SCOL”. If you want to color the entire row, this inner table should contain only one row with field “fname” is set to space, some color value at field “col”, “0” or “1” at fields “int” (intensified) and “inv” (inverse).
    If you want to color individual cells, then for each cell column, append a line to this inner table which also contains the column name at field “fname”. It is obvious that you can color an entire column by filling this inner table with a row for that column for each row in the list data table.
    Reward points if useful
    Regards
    Anji

  • How do you change the character color for text msgs?

    How do you change font colors for text messages in iOS7 for an iPhone 4S?

    never mind... i got it
    its was the contentbackgroundcolor property....

  • Eliminate printing Border for Text Field???

    Is it possible to display border on the PDF and not print on the output for Text Field??? What settings and/or scripting I need to get this working? A sample form is really appreciated.

    If you use the standard border (for example), you can use the JavaScript prePrint and postPrint for each field to make the border visible, and hidden. Here's how.
    1.) Highlight Text Field in Designer.
    2.) In the Script Editor, select the prePrint Event from the dropdown list on the top left. (This works in FormCalc or Javascript, although I tend to use JavaScript as the language in the right hand drop down)
    3.) Type in (or paste) the following code:
    this.border.presence = "hidden";
    4.) Select the postPrint Event.
    5.) Type in (or paste) the following code:
    this.border.presence = "visible";
    Now when you click print, it will make the outside border hidden, and when you cancel, the border will reappear. Now this will not make the 'Solid Box', or 'Sunken Box' of the text field hidden. The easy way to fix this, is set the 'Appearance' in the Object->Field palette to 'None'.
    Cheers!
    Jay

  • Dual Control for Sensitive fields  Transaction FD08?

    Hi all,
    When configuring the dual control for sensitive fields, Transaction i have a few questions:
    a) Is there a way (work around) by which I can add the sales area data fields to the catalogue of fields.
    b) More importantly, system allows to create the sales order even if the changes have not been confirmed by the respective approving authority, this alone beats the logic of configuring the sensitive fields.
    Is there some more setting or user exit which needs to be put in to prevent the user from creating the sales order unless the changes to the sensitive fields have been confirmed.
    Userfull answers will be rewarded!
    Thanks
    Kind Regards

    Hi,
    Please go through the following path for configuration :
    Point No. 1
    1> Customer
    IMG --> Financial Accounting (New) --> Accounts Receivable and Accounts Payable --> Customer Accounts --> Master Data --> Preparations for Creating Customer Master Data --> Define Sensitive Fields for Dual Control (Customers)
    2> Vendor
    IMG --> Financial Accounting (New) --> Accounts Receivable and Accounts Payable --> Vendor Accounts --> Master Data --> Preparations for Creating Vendor Master Data --> Define Sensitive Fields for Dual Control (Vendors)
    Point No. 2
    You can execute transaction code FD08 in background with a periodic job for each User ID who has authorization and tick on Accounts to be confirmed by me and send the output via mail through distribution list or each user can view output by viewing spool by going to transaction code SP01.
    Point No. 3
    Same as point 2 only need to select option Accounts refused.
    Point No. 4
    Yes
    Point No. 5
    Same as point 1
    Hope your issue gets resolved.
    Regards,
    Tejas

  • HR Master Record Replication to FI with Dual Control for Sensitive Fields

    Dear Experts,
    We have an issue on our project whereby employee records are maintained in HR, but replicated to FI on a regular basis via tcode PRAA, creating employee vendors.
    We wish to activate the "Dual Control for Sensitive Fields" for the vendor master, however all employee vendors created via PRAA are also blocked and require confirmation.
    Have any of you encountered a similar issue, and how do you resolve it?
    Many thanks,
    Mark

    Hi,
    Please go through the following path for configuration :
    Point No. 1
    1> Customer
    IMG --> Financial Accounting (New) --> Accounts Receivable and Accounts Payable --> Customer Accounts --> Master Data --> Preparations for Creating Customer Master Data --> Define Sensitive Fields for Dual Control (Customers)
    2> Vendor
    IMG --> Financial Accounting (New) --> Accounts Receivable and Accounts Payable --> Vendor Accounts --> Master Data --> Preparations for Creating Vendor Master Data --> Define Sensitive Fields for Dual Control (Vendors)
    Point No. 2
    You can execute transaction code FD08 in background with a periodic job for each User ID who has authorization and tick on Accounts to be confirmed by me and send the output via mail through distribution list or each user can view output by viewing spool by going to transaction code SP01.
    Point No. 3
    Same as point 2 only need to select option Accounts refused.
    Point No. 4
    Yes
    Point No. 5
    Same as point 1
    Hope your issue gets resolved.
    Regards,
    Tejas

  • Where is Background Color Property for Text Field Prompt in Developer 6i

    I update all my works from developer 2000 to developer 6i (forms 6.0). All my screens are now irregular becoz, the text field prompt background color property is not present in forms 6i. Can you help me how to solve this prob.
    (one more solution i found is, can do the prompt as separate canvas object, but is there any way to set the background color for prompt entered in text field.)
    Thank you
    Raj

    Hi
    I think there is a bug in the first release of Forms 6i,
    where the prompts got the same backgroung color of the
    related item (in fact, it must have no back color,
    because it has no "background color" property).
    Try applying a patch over it.
    I update all my works from developer 2000 to developer 6i (forms 6.0). All my screens are now irregular becoz, the text field prompt background color property is not present in forms 6i. Can you help me how to solve this prob.
    (one more solution i found is, can do the prompt as separate canvas object, but is there any way to set the background color for prompt entered in text field.)
    Thank you
    Raj

  • Online support for text field triggers

    hi everyone.....
    is there an online documentation for the various kinds of triggers that exist for a text field/checkbox/etc.. ?
    If so, where can you find it?
    thanks

    Hi
    I checked the file which was mentioned in link u mentioned. that is only a setup file where a particular color is assigned.
    I tried to use that in similar way but it is not acceptable.
    My question is still unanswered.

  • Adding color to text fields

    Hi SAP Gurus,
    I have a webdynpro code which interacts with Adobe interactive forms. I wanted to dynamically add a color to one of the text fields on the form.
    The webdynpro code I have is as follows:-
    node_data->set_attribute( name  = `CREATEDBY` value =  ls_full_name ).
    The above line places the name of the person who created the form on the 'CREATEDBY' text field of the adobe form.
    If I now wanted to color this field 'red' on the adobe form dynamically depending on certain condition how can I do this?
    Any help in the right direction will earn you reward points.
    Many thanks in advance for your invaluable assitance.

    Hi Nawal,
    Thanks for your answer. Does your answer imply that I have to use javascript on the Adobe form and if I wanted to color the field dynamically depending on certain conditions from my webdynpro code how would I go about doing this? eg.
    " From ABAP webdynpro code"
    If condition then
       color the 'createdby' field red on the form
    else
       color 'createdby' field green on the form
    endif
    Thanks

  • Validation for text field: Null and contains no spaces

    Currently on APEX 3.2
    I want to check 1 text field and 2 text areas to ensure they are not null and blank (hitting the space bar in the field) before submitting the page. How do I do both validations for on each field?

    I created a validation with a type of 'Function Returning Boolean' and using the following code in the expression:
    IF( TRIM( :P1_Text_Field) IS NULL
    Or LTRIM( :P1_Text_Field ) != :P1_Text_Field )
    THEN
    RETURN false;
    ELSE
    RETURN true;
    END IF;
    Edited by: Jeremy_F on Apr 12, 2012 8:15 AM

  • Need a JavaScript to enable/view Multi-line option for Text fields.

    Hello All,
    I need a JavaScript to enable/view Multi-line option for all the Text fields in PDF Form.
    Assume that I have a PDF form of Fields from F1 to F100 and it contains 25 Checkboxes, 25 Combo Box and 50 Text Fields. Now i need a javascript for which i need to enable Multiline for only Text Fields. So Is there any JS for which i can enable the Multiline option for only Text fields and not for ComboBox or Checkbox.

    Hi timo,
    Thanks for your help. iam trying to use the iteraor approch to do this. but i don't know how to fetch the data entered in the form that was built by the iterator. can you please tell me .
    thanks

  • For loop for text field

    5 check boxes are A, B, C, D, E and 3 text fields are Text1, Text2,  Text3.
    If any check box is marked, corresponding value(A,B,C,D or E) will be goes into Text1, Text2 or Text3.
    It may be output like this
    Text1= A
    Text2= E
    Text3= C
    I have placed a code under checkbox A: mouc up:
    var aList = new Array("Text1.0","Text1.1","Text1.2");
    for(i = 0; i < aList.length; i++)
    if(this.getField("CheckBox4").value = "1" && this.getField(aList[i]).value=="") {
    this.getField(aList[i]).value = "A";
    I do not get check mark when click on check box and "A" value is going into all text fields- Text1.0=A, Text1.1=A, Text1.2=A.
    What should I do?

    Yes A, B, C, D, E are check box. When I replace to this.getField("A").value == "1", it does not work. I have placed in the On Focus. I am not sure where is the perfect.
    Actuall issue is that there are 5 checkbox name A, B, C,D,E. and 3 text field named Text1.0, Text1.1, Text1.2.
    If user check A, textfield automatically filled with "A" (into any one text Field of three text Field)
    If user check C, textfield automatically filled with "C" (into any one text Field of three text Field)
    If user check D, textfield automatically filled with "D" (into any one text Field of three text Field)
    So output may be like this:
    Tex1.0= A
    Tex1.1= C
    Tex1.2= D
    again if user uncheck A, corresponding value will be removed automatically. How can I do this?

  • Mavericks slow response for text fields

    Has anyone noticed that any text field is really really slow in response after upgrading to Mavericks?  I have a mid 2011 mac mini with 8 GB ram, 2.5 TB external disk drives.
    It is really driving me crazy having to wait to enter text in.  Most noticeble in Safari and iWorks.
    thanks
    Paul

    Hello Paul,
    Thank you for the details of the issue you are experiencing with text fields on your Mac after upgrading to Mavericks.  I recommend reviewing the steps in the following article for the issue you described (the title refers to the Mac in general, but the steps apply to the issue you described as wel):
    OS X Mavericks: If your Mac runs slowly
    http://support.apple.com/kb/PH13895
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

Maybe you are looking for

  • Authorization in WEB UI

    Hello, Guru! I want to create company wich generate lead. When i go to create Compaign (in role SAP_CRM_UIU_MKT_PROFESSIONAL) i see next error Cannot display view MKTPRJ_COMMCHNL/OVEFChannels of UI Component MKTPRJ_COMMCHNL An exception has occurred

  • SQL 2005 Express on WE POSReady 7

    Hi all We have an issue spwaning with a SQL Express 2005 SP3 on POS machines running WE POSReady7  After running smoothly for over 1 year x4 units over the last 2 months have developed an issue where the SQL engine stops running and wont restart - gi

  • Procedure help

    Hi there, I am trying to write a procedure which calculates the remaining time from two different tables. The problem hereby is that one table (TBL_TIMESHEET) has the total for each day whereas the total for each day from the other table (TBL_COSTING

  • Charset Encoding Problem

    Hello all, I have the problem that umlaut like ä, ü,ö are didn´t shown in the Browser. In the JSP Page I included the charset=iso-8859-1. I used the Web Application Server 6.4 SP12. If I used this charset ín a normal HTML Site it works fine. Could an

  • Sum of field

    Hi Everybody,    Can we sum a field in Layout(SAPScript) itself.    Although it can be calculated in Print Program and sent to Layout but if it can be done in Layout itself then nothing like that.    Thanks in advance. Regards, Deva Jyothi Singh