Text Styling Script

Hi everyone i've trying to insert several strings into a TextField, with the following code
MyTextField.rawValue = "HELLO";
MyTextField.rawValue = MyTextField.rawValue + "WORLD";
However this method doesnt give me a way to set any string to be Bold or Italic, independently of the rest of the strings inserted. How could this be done?
10X

The "richText" property was introduced with Acrobat version 6 and appears to be only available to Acrobat forms created in Acrobat not LiveCycle Designer.

Similar Messages

  • How to prevent a text in script from displaying if its value is zero

    Dear all,
    How to prevent a text in script from displaying if its value is zero
    for eg   Price  = 0.00
    if price is 0 it should'nt appear in output.
    I tried with    if price ne 0.
                       price = &price&
                        endif.
    but it's not working.
    Regards
    Raj
    <MOVED BY MODERATOR TO THE CORRECT FORUM>
    Edited by: Alvaro Tejada Galindo on Jan 20, 2009 8:59 AM

    Hello Nagaraju,
                           What you were doing is partially right.
    The correct format to write in the script is as follows :
    /:  if &PRICE& ne 0.
      &PRICE&
    /:  endif.
    This should work. Let me know how it goes.
    Nayan

  • Using Standard text in scripts

    Hi all,
    I had a problem while printing standard texts in scripts.
    I Know how to print standard text if we have to print it from the begining of window using
    INCLUDE &T024E-TXADR& OBJECT TEXT ID ADRS LANGUAGE &EKKO-SPRAS& PAR
    But my problem id i have print it after a hard coded text like
    Delivery schedule: 'here i have to print the standard text'.
    can any one please help me out how to solve the problem
    Thanks & regards
    sreehari p

    Hi,
    Here's one my brother taught me - you can actually trick the system to accommodate this requirement.
    Ensure that you use 2 different paragraph formats in your INCLUDE statement, using the PARAGRAPH and NEW_PARAGRAPH clauses, ie.
    INCLUDE &T024E-TXADR& OBJECT TEXT ID ADRS LANGUAGE &EKKO-SPRAS& PARAGRAPH P1 NEW-PARAGRAPH P2
    Paragraph P2 (which will be used as the first line) should be created as having a Line Spacing value of 1 TW (1 twip) which is less than 1/1000th of an inch.  Also, set the Left Margin value to an offset which brings the text to the right of the Delivery schedule literal.
    Paragraph P1 (which will be used for all subsequent lines) should be set up as normal - ie. use the same paragraph format as that for displaying your "Delivery schedule:" literal.  If you need the text to be indented in line with the first line, then copy your existing paragraph to a new paragraph but set the Left Margin value to the same as that in P2.
    What this does is to output the first line of text indented by the margin after skipping 1 twip, giving the illusion that it's actually on the same line.  Since subsequent lines are output with a normal (or normal/indented) paragraph, that just follows with normal spacing on subsequent lines.
    Hope this makes sense.
    Regards,  Andy

  • Location of standard text in scripts

    hi,
            where will be the standard text in script?
    regards,
    bbr.

    SO10 is the T-code.
    You can call the FM Read_text.
    you should pass the below values to FM
        id                            =
        language                      =
        name                          =
        object                        =
      tables
        lines                         =.
    Regards,
    Rajasekhar Reddy.

  • How to display text in script as same as text in news paper

    Hi Expets
    I have a requirement i need to display text in script as same as text displayed in news paper
    with out creating any windows. iie ( Abcdef should be in one cloum after some space i need to display 1234)
    please let me know how can i achieve this
    Ex
    1.
    hi abcdef           12345
        abcedf          12345
    abcedf            12345
    Regards
    Suresh
    Edited by: suribabu124 on Jun 15, 2010 7:55 AM

    Hi,
    If you need to print a form like news paper you need go for multiple main windows.We know that we can use 99 main windows in one page.first create one main window and then leave a space then create one more window and select window type as mainwindow.
    while populating data,after completion of one main window the control will move to next main window,which is in the same page.
    Like this you need to analyse and code according to your requirement.

  • [2.1.1-64] Right-clicking to "Copy" text in Script Output and other windows

    Right-clicking should bring up a menu to "Copy" text in Script Output. The short cut key for copy does work as a workaround.

    The tricky bit is knowing which story you want copied first. But you certainly don't want to involve system Events, or even copy and paste. This should get you started:
    tell application "Adobe InDesign CS4"
    set theSel to selection
    set thePage to parent of item 1 of selection
    set emptyFrame to text frame 1 of thePage whose contents = ""
    duplicate parent story of item 1 of theSel to after insertion point 1 of emptyFrame
    duplicate parent story of item 2 of theSel to after insertion point 1 of emptyFrame
    end tell

  • Using TemplateBeginEditable text in Script.

    Hi.
    Sorry for the topic, but I havent no idea how explain this in
    short way.
    I have dozens of pages where I have used template and now I
    need to use that text in a script. Is there any way I can automate
    that?
    <!-- InstanceBeginEditable name="Tuotenumero" -->I NEED
    TO USE THIS TEXT IN SCRIPT<!-- InstanceEndEditable -->
    <!-- start_"AND GET IT HERE"_price-->1,70<!--
    end-->
    Hope someone understood.

    Nope - sorry. Can you try to explain more about what you mean
    when you say
    "use that text in a script"?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Kultsi_" <[email protected]> wrote in
    message
    news:g0h8uo$rhq$[email protected]..
    > Hi.
    >
    > Sorry for the topic, but I havent no idea how explain
    this in short way.
    >
    > I have dozens of pages where I have used template and
    now I need to use
    > that
    > text in a script. Is there any way I can automate that?
    >
    > <!-- InstanceBeginEditable name="Tuotenumero" -->I
    NEED TO USE THIS TEXT
    > IN
    > SCRIPT<!-- InstanceEndEditable -->
    >
    > <!-- start_"AND GET IT HERE"_price-->1,70<!--
    end-->
    >
    > Hope someone understood.
    >
    >

  • Text styling

    This is a great production tool that we're interested in using to develop widgets for iBooks. I'm worried about the typograhy aspects of iAd Producer though. Unless I'm missing something, its seems that text styling can only be applied to an entire Label object as a whole; there doesn't seem to be the ability style within that Label object text. I realise this may need to be done through CSS rather some WYSIWYG editor but I can't see how to do this where it would be applied to spefic words or phrases and not the object as a whole. As a basic core feature, we would need to be able to style individual words or sentences to be bold or italics, a spefic colour or underline, and to use bulletted and numbered lists and indenting. For ease of use, this would ideally be through a WYSIWIG editor such as the editor for this discussion forum.
    If there is a way to do this, please let me know.
    Thanks and regards,
    Mick

    Thanks Mark,
    That makes perfect sense now that you've pointed it out.
    I'm not sure if I'm doing something wrong, but I can't get the global.css to work when referenced from an HTML object. If I place the follwing in the global.css
    .normal {font-size:14px}
    .boxed {background: #FC0}
    .blue {background: #80b5ff}
    and then reference it within the HTML object:
    <div class="normal"><p>I am proud to come to this city as the guest of your <span class="boxed">distinguished Mayor,</span> who has symbolized throughout the world the <span class="blue">fighting spirit of West Berlin.</span></p></div>
    It doesn't work. Whereas, if I place the same styling internally in the HTML object, it works fine.
    ie
    <style type="text/css">
                .normal {font-size:14px}
                .boxed {background: #FC0}
                 .blue {background: #80b5ff}
    </style>
    <div class="normal"><p>I am proud to come to this city as the guest of your <span class="boxed">distinguished Mayor,</span> who has symbolized throughout the world the <span class="blue">fighting spirit of West Berlin.</span></p></div>
    Does an HTML object need to call in the global.css ie through something like:
    <link rel="stylesheet" type="text/css" href="global.css">
    (not working when I tried it)
    Any help appreciated,
    Thanks,
    Mick

  • TEXT IN SCRIPT

    HAI,
           HOW CAN PRINT TEXT VERTICALLY IN SCRIPT ?
            IS IT ,
    PRINT-CONTROL ZM200
    ....TEXT
    PRINT-CONTROL ZM300
    IF IT IS PRINT-COMTROL IS COMMAND ( /: ) OR SOMETHING ELSE
    THANK YOU
    ASHOK KUMAR

    Hi
    Texts in Scripts are printed using the command INCLUDE
    /: INCLUDE TEXT<id> OBJECTNAME <name> OBJECT <VBBK> Lang <EN> Paragraph <AD>..
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • Calling long text in script

    Hi everyone,
    can any one say the function module used to call the long text in scripts.

    Hi
    You can use read_text function module
    Important thing to notice while using READ_TEXT is that
    TEXT-ID field needs to be properly created based on Order number, Item no, Slaes Org, Distribution channel etc.
    Most of the time You will find that Sales organization field is of 4 characters lenght, (Say 0001) in this case Since SAP discards first 3 zeroes of the number to blank spaces, you need to append zeroes to the final text-id field making it of required 20 characters key field (Say).
    Therefore, you need to take care of append zeroes, shift spaces, concatenate command, etc. which depends on your scenario.
    you have to check the following parameters
    ID: this textid
    language:language u maintained the text,this also important
    name: The no in which text-id is maintained
    Usually we make mistake here,the no is combination of purchase order no and item no.
    Example:420000210000010(Puchase orderno:4200002100 item no:00010)
    Object:it change based on the text-id so u can check it the document no.
    CALL FUNCTION 'READ_TEXT'
    EXPORTING
    id = p_var
    language = g_f_langu
    name = g_f_tdname
    object = g_f_obj
    TABLES
    lines = g_t_lines
    EXCEPTIONS
    id = 1
    language = 2
    name = 3
    not_found = 4
    object = 5
    reference_check = 6
    wrong_access_to_archive = 7
    OTHERS = 8.
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Hope this definitely help.
    Regards
    - Atul

  • Calling standard text to script

    Hi,
    I created standard text using so10. How can I call this text to my script program??
    Is there any other way to acheive this??
    Thanks,
    Ravindra

    Hi Ravindra,
    By using INCLUDE command you can insert the standard text in script editor.
    please go throught the help command for include command and it will explain you in detail.
    One more thing regarding that,when you have to transport your request to QA system,  you have to include the standard text in your request otherwise your standard text will not be visible in the QA.
    To include your standard text to your request in DEU, run  program RSTXTRAN.
    Regards,
    Tarun

  • Find & Replace Text - Styling Problem (CS5 Mac)

    Hi everyone,
         Is there a way when finding and replacing a text string to style the block of copy. My problem is that I have some color codes given by the customer that now need to be converted to our internal color matches on our production drawings.
    The original string of text looks like this:
    Holder: P1 (Metallic Silver)
    What I’m getting when I go to replace this string is:
    Holder: Natural Satin
    What I want is:
    Holder: Natural Satin
    I do not want the replaced text to be italicized. I'm thinking since the original string ends with an italic style that the replacement string is also italicized. There are about 50 pages of drawings with about 10 colors on the job and some pages have them entered in more than one place. So that's a minimum of 500 entries and defititely more considereing the multiple places these are called out. I'd really rather not have to copy and paste all of these by hand. I'm use to FreeHand, which would respect the font styling of pasted text in the find and replace diaglog.
    Any help would greatly be appreciated. Work around if it cant be done natively?
    Thanks

    Thanks Monika,
         I downloaded that earlier today and yes realized that the beta is over after installing it. I joined the mailing list for updates, but it looks like the script hasn't been updated in nearly 3 years. I'm not sure if something in one of the newer versions of Illustrator broke the script and the script writer decided not to update it anymore? I guess I could email them, but seems weird that if there were an updated version that it would be posted on the site also. I'd hate to pester the author. Seems like an extremely useful tool if it would do what I need. I suppose it couldn't hurt to ask anyway. I don't mind supporting developers too by paying for the script. This is something that I use all the time. I've spent about an hour and a half copying and pasting these text blocks for something that truly take about 2 minutes to do with a proper find and replace.
    I do appreciate your input though, it's greatly appreciated.

  • How to print long text in scripts

    plzzzzzzzzz answer this qestion
    how to print long text in scripts

    Hi Kranthi,
    You can create Text Id and include that in your script.
    For example:
    /E TEXT
    /: INCLUDE ZTEXT OBJECT TEXT ID ST
    Hope this helps.
    Please reward if useful.
    Thanks,
    Srinivasa

  • Expanding text java script

    I got a java script from a coworker that allows me to click
    on a button and display expanded text. The problem is, when its
    clicked, the page jumps back to the top of the page. Any ideas?
    Here is a sample of the code:
    <a href="#"
    onclick="document.getElementById('what_is').style.display=(document.getElementById('what_ is').style.display=='block')?'none':'block';"><img
    src="Images/More.jpg" border="0" align="left" />
    Thanks!!!!
    PS- please be gentle, I have never used java script before.
    :)

    nst_21710 wrote:
    > I got a java script from a coworker that allows me to
    click on a button and
    > display expanded text. The problem is, when its clicked,
    the page jumps back to
    > the top of the page. Any ideas?
    >
    > Here is a sample of the code:
    > <a href="#"
    >
    onclick="document.getElementById('what_is').style.display=(document.getElementBy
    >
    Id('what_is').style.display=='block')?'none':'block';"><img
    > src="Images/More.jpg" border="0" align="left" />
    >
    > Thanks!!!!
    >
    > PS- please be gentle, I have never used java script
    before. :)
    >
    replace:
    <a href="#"
    with:
    <a href="javascript:;"
    seb ( [email protected])
    http://webtrans1.com | high-end web
    design
    Downloads: Slide Show, Directory Browser, Mailing List

  • How to perform a character protect when using include text in Script form?

    In my main window I have code as below:
    INCLUDE &GS_EKKO-EBELN& OBJECT EKKO ID F19 LANGUAGE EN
    INCLUDE &GS_EKKO-EBELN& OBJECT EKKO ID F19 LANGUAGE ZH
    There is nothing wrong with language zh but...
    For English,Every word at the end of line was splited
    EG:In text,It should be "I hate Sap script"
    But it is "I hate sap scr
                 ipt"
    I noticed that there is a protect in character which is used to prevent this,But text included is a command so I can't give them a character format.In default paragraph format there is only "para protect" which can't protect word but paragraph...
    I don't want to code in abap because I have static text and included long text appear alternatively,if coding,I will use so many text element one by one to loop the tdlines...
    So,If anyone can help me?
    Thanks~

    Thanks but
    If append tdlines...It would be
    /e Text element1
    xxxxxxxxxx
    /e tdlines1
    loop tdlines
    /e text element2
    xxxxxxx
    /e tdlines2
    loop tdlines
    /e text element3
    xxxxxx
    /e tdlines3
    loop tdlines
    Too many text element....
    Is there any other solution...?

Maybe you are looking for