Regarding radiobutton text

hi
can any body make me know how to put text on the right hand side of the radio button.
thanks in advance.
prasad

Hi Prasad,
Try the following code:
SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.
SELECTION-SCREEN SKIP.
SELECTION-SCREEN BEGIN OF LINE.
PARAMETERS: r1 RADIOBUTTON GROUP g1 USER-COMMAND ucomm DEFAULT 'X'.
SELECTION-SCREEN COMMENT 3(17) text-002 FOR FIELD r1.
SELECTION-SCREEN POSITION 32.
PARAMETERS: r2 RADIOBUTTON GROUP g1 .
SELECTION-SCREEN COMMENT 34(17) text-003 FOR FIELD r2.
SELECTION-SCREEN END OF LINE.
SELECTION-SCREEN SKIP.
SELECTION-SCREEN END OF BLOCK b1.
Hope this will help.
Regards,
Nitin.

Similar Messages

  • Help regarding radiobutton text in Adobe Forms

    <?xml version="1.0" encoding="utf-8"?>
    <xs:schema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:element name="nodes">
        <xs:complexType>
          <xs:sequence>
            <xs:element maxOccurs="unbounded" name="node">
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="PName" type="xs:string" />
                  <xs:element name="IsRegistered" type="xs:boolean"  />
                  <xs:element name="Gender" maxOccurs="unbounded" type="GenderType" />
                  <xs:element name="QT" type="xs:string" />
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:simpleType name="GenderType">
        <xs:restriction base="xs:string">
          <xs:pattern value="([A-Z,a-z])*" />
          <xs:minLength value="0" />
          <xs:maxLength value="6" />
          <xs:enumeration value="Male" />
          <xs:enumeration value="Female" />
        </xs:restriction>
      </xs:simpleType>
    </xs:schema>
    I’m trying to generate a PDF form using a schema(above) and xml file(based on this xsd) using LiveCycle Designer. I have embedded the xml schema in pdf file by creating a Data Connection using this xsd file. I can generate different type of form controls by importing the xml file(based on this xsd) in PDF file using Acrobat 9.0 menu Forms > Manage Form Data > Import Data.
    What I can’t figure out is how can I generate radio button's text/label based on data in xml? The Gender enumeration that I have used becomes hardcoded in design time and there can’t be more radio buttons than that specified in the Gender enumeration in the xsd. Also even though I have specified the text for the radiobutton in the xsd I have to specify it again while designing the form using Adobe Live Cycle Designer. This is like hardcoding the radiobutton text during design time. How do i read the radiobutton text from the xsd file only ???
    I want the number of radio buttons and their labels to be generated based on data
    from xml.
    For e.g. if my xml is:
    <node>
    <rbType>Option1</rbType>
    <rbType>Option2</rbType>
    <rbType>Option3</rbType>
    </node>
    ,then there sould be 3 radio buttons with labels as Option1, Option2 and Option3. If there are only 2 'rbType' tags, then only 2 radio buttons with respective labels.
    Any help\suggestions is appreciated. Thanx
    Sunit.

    Use
    <b>
    instead of
    <strong>
    See http://partners.adobe.com/public/developer/en/xml/xfa_spec_2_5.pdf -> Part 3 -> Rich Text Reference for a list of supported xhtml tags.
    Sebastian

  • Regarding receiving texts as emails:  Can you apply this setting to one individual? I want to continue to receive texts from everyone else except one person!

    Regarding receiving texts as emails:  Can you apply this setting to one individual? I want to continue to receive texts from everyone else except one person!

    Don't want to block the person, just have all his texts going directly to my email so that I can maintain a continuous record of his text contacts (rather than remain in text form).
    It appears that I must select an option that makes ALL texts go to email, which I'd prefer not doing.

  • REGARDING RADIOBUTTON

    HI GURUS,
    I have 2 groups.in one group 2 radiobuttons,pdhplant,pp plant
    in 2nd group , ihave 4 radio buttons,offspec,linespec,line1&line2.
    my requirement is if i click,pdh plant then all the 2nd group radio buttons will disable mode& if i select pp plant then again
    my 2nd group radiobuttons in actibe state.
    how to achive ,  please help me.
    thanks
    subhasis

    Hi,
    Use modif id to ur block which u want to make inactive and active.
    selection screen:
    selection-screen begin of block output1 with frame title
                              text-o01.
    parameters p_outscr type c radiobutton group out1
                               default 'X' user-command uc1.
    parameters p_outfil type c radiobutton group out1.
    selection-screen end of block output1.
    selection-screen begin of block output2 with frame title
                              text-o02.
    parameters p_nonuni as checkbox modif id out.
    parameters p_tstamp as checkbox default 'X'
                              modif id out user-command uc1.
    selection-screen end of block output2.
    selection-screen begin of block output3 with frame title
                              text-o03.
    parameters p_pcfile type c radiobutton group out2
                      modif id out user-command uc1.
    parameters p_fname like rlgrap-filename modif id out
                      default 'C:\SAP Reports\ZVL06O.txt'.
    parameters p_unix type c radiobutton group out2
                      default 'X' modif id out.
    parameters p_uname like rlgrap-filename modif id out.
    skip 1.
    selection-screen comment /1(50) text-o04 modif id out.
    parameters p_yes as checkbox modif id out.
    selection-screen comment /1(50) text-o05 modif id out.
    parameters p_sep type c modif id out.
    selection-screen end of block output3.
    This is validation:
    at selection-screen output.
    IF p_outscr = 'X'.
        CLEAR: p_yes, p_sep.
        LOOP AT SCREEN.
          IF screen-group1 = 'OUT'.
            screen-active = 0.
            MODIFY SCREEN.
          ENDIF.
        ENDLOOP.
      ENDIF.
    Regards,
    Subbu

  • Regarding iMessage:  text message acknowledgement

    Regarding iMessage: is there a way to acknowledge text messages From lock screen without opening up message?  In other words can I somehow let the iPhone know the message is no longer new without opening in messages?

    I leave wi-fi enabled 100% of the time, and turning 3G access off does not turn cellular data or internet access off completely. EDGE or GPRS access via your carrier's cellular network is still available. Turning Cellular Data off turns internet access off completely via your carrier's cellular network.
    The answer to your question is no.

  • Regarding Importing Text file

    Hi All,
    I want to import the Text file which contains the " tab" as Deliminator.
    I am not able to import this file as I can not put " Tab" in check box provided on Import manager screen while importing the file.
    Kindly advise on the same.
    Regards
    Rahul Kulkarni

    Hi Rahul,
    As far as my understanding.
    While importing a .txt file we can specify one of the delimiter among (,  |  ;  )which can be entered by the keyboard.
    As for Tab as a delimiter it will not allow you to enter Tab in your import manager Delimiter field.As Tab has a different functionality when it is working with the import manager window,it will move the cursor to the next field whn you press Tab instead of specifying it as a delimiter as this Tab key is working acc to the Windows functionlaity.
    Unlike  Importing when we are syndicating our master data we can specify TAB as a delimiter along with it we can also specify (,  ;  |  custom ) etc.
    Hope it helped
    Thanks & Regards
    Simona

  • Regarding the text in the smartforms.

    HI EXPERTS,
    i m working on the smartforms ,i have to display the text as a column heading in the forms i.e "Amount of
    one increment granted from 01.07.95" as this text is very lengthy due to which my rows are getting heighted as i m using table for populating it in the forms,what i want that is there any way to get it condensed so that the distance between "amount    &     of " for example will be reduced.
    plz help me sort out this problem.

    hi,
    Goto SMARTSTYLES and Create a appropriate style there.
    Create a Paragraph Style with lower Font and hence the Area will be reduced.
    Apply that style to  the text of the Heading
    Regards
    Sumit Agarwal

  • Help needed regarding 'Address Text' in Smartforms

    hi guys,
    To display the address text in Smartforms, we include an 'Address' component and provide the respective address number to it. I just want to know which is the table where the complete address text corresponding to the address number is saved. I have checked the 'ADRC' & 'ADRCT' tables but in vain. Help me out.
    With regards,
    Sandeep Panja.

    Hi Panja,
                 In smartform u have to pass the address no and it's give the full address by FM ADDRESS_INTO_PRINTFORM .plz check this fm and for address check the master table like vendor the table is LFA1 to get the address for it
    tarak

  • Problem regarding Selection Text for a Variable declared in ABAP

    Hello Experts,
    I am new to ABAP development. I have declared a variable in ABAP..Then i went to GOTO>Text Elements> Selection texts.
    Then when i am selecting a date to have dictionary ref, then the text part is changed to "Date in Format YYYYMMSS in 8 C", then i can't customised it any more. But i want to display the text as "START DATE"..but while running. it's displaying "DATE" only.... How i can get rid of this situation?
    Another problem : the limitations for th text in selection text is upto 33 charcaters by default..How can i change that so that i can accomodate as many characters i want.
    Please help...I got stuck here for long time
    Thanks
    ANUPAM

    Hi,
    In the selection texts, don't use the check box to use the dictionary reference. So that you can declare your own text here.
    If any text symbol is already declared and now if you want to increase the text, by default the maximum length is assigned.
    So simply delete and insert the text symbol again. It will work.
    For the selection texts, if you want to use more length, then use as below.
    SELECTION-SCREEN BEGIN OF LINE.
    PARAMETERS pc_check AS CHECKBOX.
    SELECTION-SCREEN COMMENT 4(60) text-020.
    SELECTION-SCREEN END OF LINE.
    Here the text-020 will come in the selection screen for the above check box.
    Regards,
    Nangunoori.

  • Regarding subtotal text and total text

    Hi All,
    can any body provide example program for ALV total text and subtotal text both using REUSE_ALV_GRID_DISPALY.  and
    using OOPS.
    @@@MODERATOR::    Please dont lock my threads.I have been searching since 2 days for this example and i tried with the provided examples .but they are not worked out ::
    FOr your information :
    Some of the links i searched in SDN: 
    http://wiki.sdn.sap.com/wiki/display/ABAP/ALVDisplayTotalTextOrSubtotalText
    Re: SubTotal Text in ALV?
    http://wiki.sdn.sap.com/wiki/display/ABAP/ALVStandardSumTotalOr+Subtotal

    Hi Naveen,
    If you are looking for specific Subtotal text in ALV Grid, then i think it is not possible.
    You can use SORT table to get sub-totals based on the columns that you display.
    Generally the record existing on the column based on which you sort the table, appears as the sub-total text automatically.....
    You can try giving Subtotal text in the LAYOUT as well and pass the layout to the ALV function module.
    Best Regards,
    Ram.

  • Issues regarding workitem text

    HI All,
    I see the Workitem text mismatches when compared to Workitem lying in SBWP and the email send to ms outlook and also surprisingly when compared to SBWP and SOST I see the same mismatch.Can some one help me in finding the issue and also the first line of the email is the subject or title and from second line my custom workitem text follows I want to start the custom workitemtext from third line.I want a line gap in between the subject and the custom workitem text.
    Issue ) For example I am a calling text element ZXXXX created in so10 in workitem text .
    ZXXXX =  This Workflow was started by &INITIATOR& on &ACT_DATE& at &ACT_TIME&.
    Note: &INITIATOR& , &ACT_DATE&  and &ACT_TIME& are the variables created in the custom Decission task.
    Below is the code I have written in workitem text choosing command line option.
    INCLUDE 'ZXXXX' OBJECT 'TEXT' ID 'ST' LANGUAGE 'EN' .
    Output : 'This workflow was started by on at.
    Please let me know the solution to fix this.
    Thanks and Regards,
    Srini..

    Hi,
    ZXXXX = This Workflow was started by &INITIATOR& on &ACT_DATE& at &ACT_TIME&.
    &INITIATOR&, &ACT_DATE& and &ACT_TIME& are the variable is known in standard text element i.e. in tcode SO10. This variable may not known to workflow. Hence I would request you to  follow the specific.
    Declare the text element ZXXXX only upto value 'This Workflow was started by'.
    ZXXXX = 'This Workflow was started by'
    and use this workitem text as
    Workitem text = ZXXXX by &_WI_INITATOR& on &ACT_DATE& at &ACT_TIME&.
    &_WI_INITATOR&,  &ACT_DATE& and &ACT_TIME& are the variables of workflow container i.e. workflow container element.
    Thanks
    Sanjay

  • Regarding subtotal text in Alv

    Hi,
         Can you please let me know how to achieve subtotal text for classical ALV reports.
    Regards,
    MNR.

    Hi,
    pl check this link
    http://wiki.sdn.sap.com/wiki/display/Snippets/DisplaysubtotaltextinALV+report
    Regards,
    Booma

  • Need help regarding converting text to Lines and Arcs.

    In my program i have text.Lets say the text is JAVA.
    Now i need to group that text(JAVA) in the form of line and arcs.
    Its like organizing lines and arcs and make it looks like a text(JAVA).
    Can we have such a possibilities to do that?
    Please help regarding this!!
    Thanks in Advance.
    Boopathy.

    Have a look at TextLayout class (http://java.sun.com/javase/6/docs/api/java/awt/font/TextLayout.html)
    Graphics2D g = ...;
    Point2D loc = ...;
    Font font = Font.getFont("Helvetica-bold-italic");
    FontRenderContext frc = g.getFontRenderContext();
    TextLayout layout = new TextLayout("This is a string", font, frc);
    Shape shape = layout.getOutline(null);
    Edited by: AlexeyUshakov on Sep 29, 2008 8:46 AM

  • Doubt on Radiobutton Text

    Hi Friends,
    I have copied the Selection screen text from a Standard program with the standard text startng with "%ALV". i copied the same program into a Z program and copied also the selection screen text.but that radio button text is not dislayed in the output..

    hi
    after copying a program that text elemnts data won't refelect in that new program (copied )
    go to that standard program and in utilities u will find text element data copy that data and past it in ur copied program
    then it will display the values
    i think for radiobuttons it will be like this
    ********SELECTION SCREEN DESIGN ***********
    SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-001.
    PARAMETER : P_WERKS LIKE MARC-WERKS MODIF ID S1.
    SELECT-OPTIONS : S_EBELN FOR EKKO-EBELN NO INTERVALS MODIF ID S2.
    SELECTION-SCREEN END OF BLOCK B1.
    SELECTION-SCREEN BEGIN OF BLOCK B2 WITH FRAME TITLE TEXT-004.
    SELECTION-SCREEN BEGIN OF LINE.
    PARAMETERS : R1 RADIOBUTTON GROUP G1 DEFAULT 'X'.
    SELECTION-SCREEN COMMENT 5(20)<b> TEXT-002</b> FOR FIELD R1.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN BEGIN OF LINE.
    PARAMETERS : R2 RADIOBUTTON GROUP G1.
    SELECTION-SCREEN COMMENT 5(20) <b>TEXT-003</b> FOR FIELD R2.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN END OF BLOCK B2.
    ******END OF SELECTION SCREEN DESIGN****************
    in copied program these values also not reflect you need double clcik these text and define here in new program
    also

  • Query regarding Bitmap Text

    Hi,
    Adobe has introduced the bitmap text option from flash 8.0
    where we can specify the textfield with option ot Bitmap
    text(no-alias). I would like to know the way the swf tag
    DefineFont3 is written for bitmap text. After a bit of research i
    have come to know that we are writing the entire shape of character
    but I am not able to understand the way the Glyphtable is
    generated.
    Although the Flash 8.0 documentation says that it multiplies
    the cordinates by 20 but I am still not able to understand.
    Can anyone help me about how to write the bitmap text shapes
    in the swf??? Thanks in advance.

    Hi Karthik,
    Here is the code. And during debugging i am able to se the line breaks. I donno why.
    price LIKE tline OCCURS 0 WITH HEADER LINE,
    thead-tdobject = 'EKKO'.
      thead-tdname   =  ekko_tab-ebeln .
      thead-tdid = 'F25'.
      thead-tdspras = 'E'.
      CALL FUNCTION 'READ_TEXT'
           EXPORTING
                id                      = thead-tdid
                language                = thead-tdspras
                name                    = thead-tdname
                object                  = thead-tdobject
           TABLES
               lines                   = price
         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.
      ENDIF.
      CLEAR price.
    This is it.
    Now, can you please help me out where i am wrong?
    REgards
    Priya

Maybe you are looking for

  • Apple Mini-DVI to Video Adapter for eMac ?

    Hi, I use an Apple Mini DVI to VGA on my eMac to expand my monitor space, connect to an old Pinceton 15" lcd, both are on 1024 x 768 res in millions colors, and work fine. My question is I have plan to buy an Apple Mini-DVI to Video Adapter since som

  • Songs not playing on Ipod

    Having transfered songs from Itunes to Ipod, some songs appear on the ipod list, but when click to play, it skips certain songs. In one example, it skips 6 songs on an album and starts playing only on track 7. On itunes, the songs play perfectly well

  • Not able to connect CRM Online to PowerBI

    Not able to connect CRM Online to PowerBI, Please let me know if you have an idea to resolve this issue. oops, something went wrong Failed to update model parameters Activity Id59a2a854-8e34-6636-0679-3d2e245d2241 Request Id9b7fa606-324e-4ec8-495f-13

  • Crystal Report Line Problem

    Experts, The vertical lines are not ending in pages.

  • CRM logical system when uploading material from R/3

    Hi experts, CRM is connected to R/3 4.6b which its products are created in CRM by uploading. We will connect to the same CRM to ECC 6.0 and then upload all new materials to CRM. 1. What is the correct information that should appear in CRM material ma