Change width of only one field

Hi,
i have just started with Adobe FormsCentral and I have a problem
As you see on the picture I have some fileds on the left and some fileds on the right.
If I change the witdh of the right fileds only the filed changed wich was selected.
But if I change the left field all fileds of the left side are changing. Is like there grouped or something.
How can I just change e.x. the field "zip"  without changing Stree, County, Contact Name, Phone, Email

Field labels for fields in the left column all share the same label width.  This is something that cannot be turned off.  When the labels are set to Left/Right aligned this results in the behavior your are seeing.  If, alternatively, you set the lables to Labels Top then the lable width will equal the field width minus some padding.
I hope this helps.
Jeff Canepa
Software Quality Engineer
Adobe Systems, Inc.
[email protected]

Similar Messages

  • Set only one field color in a POWL-List

    Hi,
    in the method "IF_POWL_FEEDER~GET_FIELD_CATALOG" the whole colume (see attachment) can be colored.
    CASE <ls_dfies>-fieldname.
           WHEN 'LANGU'.
             ls_fieldcat-colpos         = 1.
             ls_fieldcat-display_type  = 'BT'.
             ls_fieldcat-color  = 19.
             ls_fieldcat-WIDTH  = '800'.
             ls_fieldcat-text_ref      = 'LANGU'.
           WHEN 'CHANGED_ICON'.
             ls_fieldcat-icon_src_ref  = <ls_dfies>-fieldname.
             ls_fieldcat-display_type  = 'IM'.   "Icon
             ls_fieldcat-tooltip       =  text-006.
             ls_fieldcat-color         = '4'.
    But how can I colorize  only one field in the POWL.
    Regards
    Jim

    Hi Jim.
    Would you be so kind and post your solution to this question?
    BR
    Per

  • Problem with creating an dynamic internal table with only one field.

    Hi,
    i create an internal table like this:
    FIELD-SYMBOLS: <GT_ITAB>      TYPE TABLE,
                   <GS_ITAB>,
                   <FS>.
    DATA: GT_DATA TYPE REF TO DATA.
    DATA: GS_DATA TYPE REF TO DATA.
    DATA: TABNAME   LIKE DD03L-TABNAME.
    DATA: FIELDNAME LIKE DD03L-FIELDNAME.
    DATA: TBFDNAM   TYPE TBFDNAM VALUE 'LFA1-NAME1'.
    SPLIT TBFDNAM AT '-' INTO TABNAME FIELDNAME.
    CREATE DATA GT_DATA TYPE TABLE OF (TABNAME).
    ASSIGN GT_DATA->* TO <GT_ITAB>.
    CREATE DATA GS_DATA  LIKE LINE OF <GT_ITAB>.
    ASSIGN GS_DATA->* TO <GS_ITAB>.
    SELECT * FROM (TABNAME) INTO CORRESPONDING FIELDS OF TABLE <GT_ITAB>.
      BREAK-POINT.
    it works OK.
    Now i want to create an internal table not like LFA1 but with LFA1-NAME1 Field TBFDNAM.
    It's not only LFA1-NAME1 it shell be the value of TBFDNAM.
    When i change
    CREATE DATA GT_DATA TYPE TABLE OF (TABNAME).
    to
    CREATE DATA GT_DATA TYPE TABLE OF ( TBFDNAM).
    i get an shortdump.
    Any idea?
    Regards, Dieter

    Hi Dieter,
    Your approach is ok, but it will create dynamic table without a structure of NAME1. Only the line type will be suitable (but field name will not exists -> hence the error in the select statement).
    In this case you need to create a dynamic table which structure consists of one field named NAME1.
    This code is the appropriate one:
    " your definitions
    DATA: tabname LIKE dd03l-tabname.
    DATA: fieldname LIKE dd03l-fieldname.
    DATA: tbfdnam TYPE tbfdnam VALUE 'LFA1-NAME1'.
    FIELD-SYMBOLS <gt_itab> TYPE table.
    "new ones
    DATA: it_fcat TYPE lvc_t_fcat WITH HEADER LINE.
    DATA: gt_itab TYPE REF TO data.
    " get table and fieldname
    SPLIT tbfdnam AT '-' INTO tabname fieldname.
    " create dynamic table with structure NAME1 (only one field)
    it_fcat-fieldname = fieldname.
    it_fcat-tabname = tabname.
    APPEND it_fcat.
    CALL METHOD cl_alv_table_create=>create_dynamic_table
      EXPORTING
        it_fieldcatalog           = it_fcat[]
      IMPORTING
        ep_table                  = gt_itab
      EXCEPTIONS
        generate_subpool_dir_full = 1
        OTHERS                    = 2.
    CHECK sy-subrc = 0.
    " dereference table
    ASSIGN gt_itab->* TO <gt_itab>.
    " insert data only to NAME1 field
    SELECT * FROM (tabname) INTO CORRESPONDING FIELDS OF TABLE <gt_itab>.
    I checked, this works fine:)
    Regards
    Marcin

  • How to get Safari to suggest passwords when only one field is present?

    Safari works great when there are two fields to enter a password - a password field followed by a "confirm password" field - but doesn't seem to work when there is only one field to enter a new password.  Any suggestions?

    Hi,
    we have done something like this using seltab.
    One inputfield, user can enter anything same like in google like
    name:ab*,dob:1972
    write a conversion method to parse this input to seltab like
        clear ls_seltab.
        ls_seltab-sign  = 'I'.
        if lv_value cs '*'.
          li_lng = sy-fdpos.
          ls_seltab-option = 'BT'.
        else.
          ls_seltab-option = 'EQ'.
          ls_seltab-low    = lv_value.
        endif.
    use your seltab to retrieve data from the table.
    In anyway.. you can search resources in this direction to build your solution.

  • LSMW to update only one field in materials

    Hello experts,
    My requirement is to update only one field 'HRKFT-Origin Group as Subdivision of Cost Element' in material using LSMW. I tried with Standard Batch/Direct Input -> Object - 0020, Method - 0000. But it was not successful as it gave me warning - 'The material cannot be maintained since no maintainable data transferred' at the end.
    Now I want to try this using BAPI method in LSMW. But it is showing me error - No target structures could be determined..
    Please guide me.
    Regards,
    Aparna Gaikwad

    Hi
    i tried the same and am able to do it using LSMW Batch i/p.  Object - 0020, Method - 0000.
    There in source fields define material, plant and origin grp. in structure relations map the below
    BGR00 Batch Input Structure for Session Data                       <<<< MBEW1 Material COsting
          Select Target Structure BGR00 .
        BMM00 Material Master: Transaction Data for Batch Input            <<<< MBEW1 Material COsting
              Select Target Structure BMM00 .
            BMMH1 Material Master: Transfer of Main Data                       <<<< MBEW1 Material COsting
    Next in field mapping map those 3 fields: material, plant and origin grp.
    while testing do one thing. first take the data and try the same using MM02 manually. if tht is working fine ( i mean if the material is having costing view and you are able to chnage the origin group). then test with the same material, plant and a different origin grp. It will work.

  • ToggleButtonBar - how to change color for only one button

    I have a tooglebuttonbar (with 4 buttons) and I'd like to change the color of only one or two button according particular data. Is someone has experience to do that.
    I try to do like that
    var child:Button;
       child = Button(tbbAction2.getChildAt(0));
    child.setStyle('color', '#CC33CC');
    But there's no effect. Thanks a lot.

    I have a tooglebuttonbar (with 4 buttons) and I'd like to change the color of only one or two button according particular data. Is someone has experience to do that.
    I try to do like that
    var child:Button;
       child = Button(tbbAction2.getChildAt(0));
    child.setStyle('color', '#CC33CC');
    But there's no effect. Thanks a lot.

  • TS1538 I have two devices on my i tunes, then I change computer and only one of the devices works.

    Hi can anyone give me some advice
    I had a nano and a classic i pod sync to myk- i tunes page. These worked fine.
    I then changed computers and only the nano works.  I have authorised the new computer.
    The classic is on the page which says 'manage my devices' but it is not responding to anything. There i an option to remove it can you help me enable both i pods to work? The is also a faded date of the 13th Dec. 2012 which is when I downloaded the i tunes to the new computer.
    Hope you can help.

    Settings>iCloud>Storage and Backup>Manage Storage. Select the phone that doesn't say "this phone" then scroll down and choose Delete Backup

  • Is there a way to adjust the column width of only one cell

    Using iWork '09: specifically Keynote '09 and want to adjust the column width of just one cell in the column, not the other cells in the whole column just this one individual cell. Have no idea how to do it though. Checked the manual and this discussion group as well as youtube and found nothing.

    Scott Fox wrote:
    Using iWork '09: specifically Keynote '09 and want to adjust the column width of just one cell in the column, not the other cells in the whole column just this one individual cell. Have no idea how to do it though. Checked the manual and this discussion group as well as youtube and found nothing.
    Perfectly normal, this feature is unavailable.
    Keynote, Numbers and Pages use quite the same code to build tables which are in fact spreadsheets and this code doesn't offer this feature.
    As you don't give many details, look at the merge cells feature.
    Given your exact problem, it may be a soluce.
    Yvan KOENIG (VALLAURIS, France) mercredi 7 octobre 2009 18:26:05

  • How to print same layout twice changing only one field dynamically

    I have a report which prints three pages invoice in Dollar currency, I want that same report to print those three pages again but the currency will be changed dynamically based on certain criteria. It means I three pages for Dollar and next three pages for other currency.
    Or if you can help me printing the same report twice(do not want # of copies to be set to 2).
    Please it's urgent.
    Thanks
    Kailash.

    Hi
    Distribution.
    and the pass different currency in distribution.
    Regards
    chaluve

  • Changing width of a numeric field

    Hi,
    I have a table with numeric fields in the table cells.
    I want it to look like this:
    Item1 (numeric field box) %
    Item2 (numeric field box) %
    Item3 (numeric field box) %
    Item4 (numeric field box) %
    I can't seem to limit the lenght of the field from the right small enough to fit 2 characters, it snaps to the width of the table cell.  Then I want to put the % symbol after the field.
    You can move the field smaller from the left though.
    I tried to split the table cell, but when I select in the table cell, it just selects the numeric field and the options for splitting the table cell are grayed out under the table menu?
    Thanks!

    Somehow on your form it worked in another way than in mine.
    Put this javascript on exit:
    if (this.rawValue > 100 || this.rawValue < 1)
    {this.rawValue = null;}
    if (this.rawValue <= 100 && this.rawValue >= 1)
    {this.rawValue = this.rawValue / 100;}
    this one on enter:
    if (this.rawValue != null && this.rawValue <= 1)
    this.rawValue = this.rawValue * 100;
    this pattern on the first heading (or whatever it is called):
    num{z9%}
    and this pattern on the second:
    num{zz}
    If the user enters anything that is no integer between 1 and 100 it will delte the value. (You won't need to prohibit anything with the lenghts of the field.)
    Edit: If you want you can also add a error message which tells the user that the number he has to write into it has to be between 1-100.

  • Search with multiple values in only one field

    Hello there,
    I have this query to get the results when the user make a search query:
    select * from (
    select
    "ID",
    "ID" ID_DISPLAY,
    "SHIFT_DATE",
    "SHIFT",
    "OFFENSE_ID",
    "DESCRIPTION",
    "ANALYST",
    "STATUS",
    "SUBSTATUS"
    from "#OWNER#"."IDSIEM_OFFENSES")
    where
    OFFENSE_ID IN(:P223_OFFENSES) AND
    instr(upper("DESCRIPTION"),upper(nvl(:P223_DESCRIPTION,"DESCRIPTION"))) > 0
    AND
    instr(upper("SHIFT"),upper(nvl(:P223_SHIFT,"SHIFT"))) > 0
    AND
    instr(upper("SUBSTATUS"),upper(nvl(:P223_SUBSTATUS,"SUBSTATUS"))) > 0
    AND
    instr(upper("ANALYST"),upper(nvl(:P223_ANALYST,"ANALYST"))) > 0
    AND
    instr(upper("SHIFT_DATE"),upper(nvl(:P223_SHIFTDATE,"SHIFT_DATE"))) > 0
    AND
    instr(upper("STATUS"),upper(nvl(:P223_STATUS,"STATUS"))) > 0
    ORDER BY OFFENSE_ID DESC
    The thing that I want to do is to put multiple values on the field P223_OFFENSES when I search. For example an offense is a number, so I would like to put in the search field 1111, 3333, 4444, 5555 and the report shows me those 4 offenses in the report. The search operation works only when I put only 1 offenses, but when I put more than 1 separated by comma, it shows me this error: report error:ORA-01722: invalid number. That's why because is a number and the comma character is not allowed, how can I achieve this? Thank you in advance.
    Regards, Bernardo

    Try this one please
    select *
      from (select "ID",
                   "ID" ID_DISPLAY,
                   "SHIFT_DATE",
                   "SHIFT",
                   "OFFENSE_ID",
                   "DESCRIPTION",
                   "ANALYST",
                   "STATUS",
                   "SUBSTATUS"
              from "#OWNER#"."IDSIEM_OFFENSES")
    where (instr(upper("DESCRIPTION"),
                  upper(nvl(:P223_DESCRIPTION, "DESCRIPTION"))) > 0)
       AND (instr(upper("SHIFT"), upper(nvl(:P223_SHIFT, "SHIFT"))) > 0)
       AND (instr(upper("SUBSTATUS"), upper(nvl(:P223_SUBSTATUS, "SUBSTATUS"))) > 0)
       AND (instr(upper("ANALYST"), upper(nvl(:P223_ANALYST, "ANALYST"))) > 0)
       AND (instr(upper("SHIFT_DATE"),
                  upper(nvl(:P223_SHIFTDATE, "SHIFT_DATE"))) > 0)
       AND (instr(upper("STATUS"), upper(nvl(:P223_STATUS, "STATUS"))) > 0)
       AND regexp_like(offense_id,'^('||
                       regexp_replace(regexp_replace(:P233_OFFENSES,'[[:space:]]'),
                                      '|')||')$','i')
    What I am trying to achieve is this
    *** I expect your user to put in the values separated by commas like 27823, 27815, 27834 ****
    1. from the input the user gives back via :P233_OFFENSES, remove SPACES.
    2. Replace all "," with "|"
    3. do a regexp_like search by boxing in the input values with a "^" and "$" so that it does not select values like 278157  which contains the value you searched for viz. 27815
    You can better understand this if you try this query out
    with q1 as
    ( select 1 as id, 27823 as offense_id from dual
      union
      select 2 as id,  27815 as offense_id from dual
      union
      select 3 as id  ,27834 as offense_id from dual
      union
      select 11 as id, 227823 as offense_id from dual
      union
      select 12 as id,  278157 as offense_id from dual
      union
      select 13 as id , 278347 as offense_id from dual
      union
      select 21 as id, 278233 as offense_id from dual
      union
      select 22 as id,  278156 as offense_id from dual
      union
      select 23 as id  ,627834 as offense_id from dual ),
      q2 as (
    select regexp_replace(regexp_replace('27823, 27815, 27834','[[:space:]]'), ',','|') as P233_OFFENSES from dual )
    select * from q1 q, q2 g
       where regexp_like(q.offense_id , '^('||P233_OFFENSES||')$','i') ;
    This should return only the first 3 rows

  • How to diable only one field enabled and other fields disabled for one user group?

    Hi,
    I have a form contains many fields. A group of users can add items using that form.
    As per the user requirement I have created a filtered view and that filtered view can be seen by some other sharepoint user group but as per their further requirement the new sharepoint user group is only allowed to update Remarks field. All other fields
    should be disabled for them.
    In my idea, I have to create multiple forms and in one of it except Remarks field all should be disabled but I am unable to assign multiple forms to a single list.
    Or how to make Remarks field enable to this user group and for other admin user group all fields could be enabled.
    Hope I have expressed my question correctly.
    Any solution would be appreciated.

    There is no Out of the Box way to set permissions on each column, primarily due to the performance impact. The following thread provides some options,
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/c0794232-9bab-4cea-91d8-f311a793a863/how-to-set-column-wise-permission-in-sharepint-list-in-sharepoint-2010?forum=sharepointadminprevious
    Dimitri Ayrapetov (MCSE: SharePoint)

  • Having only one field checkable

    hello all
    I am using the form wizard to place fields in a PDF(s) - we have these PDFs for our users to fill out a "checklist" of their qualifications. The idea is that they have a subject like: Arterial Monitoring... and to the right are 4 fields ( Arterial Monitoring 1, Arterial Monitoring 2.. etc ) where they rate their experience ( Novice.. to Expert ).   I want them to only be able to place 1 check mark and not multiple check marks. I cant seem to find anything to make this happen.
    Using Acrobat Pro 9
    Thanks
    Rob

    For what you describe, radio buttons would meet the need to indicate level of qualification. As far as I know, there is no simple way to change text boxes to radio buttons. You also need to set the information in the radio button that will be sent. Even if there was a way, the information you would have to edit would not make it any faster. There are some differences depending on the use of Acrobat vs. Designer. I suspect you are using Designer and may want to ask future questions in the LiveCycle forum to get better answers.

  • When I use the printer icon in Firefox, it is preset to 10 copies. How can I change this to only one copy by default. Thanks for any information

    When I use the printer icon, in the upper left corner, it is automatically preset to 10 copies. I only want one copy by default. I can change it to one, but when re-opened, it is back to 10.

    Number of copies to be printed isn't a setting that Firefox is supposed to be saving, and I have never seen a preference for that in the hidden Firefox prefs panel - about:config.
    Try the '''''reset''''' described here and reset all the prefs for that printer: <br />
    http://kb.mozillazine.org/Problems_printing_web_pages#Reset_printer <br />Make sure to restart Firefox before seeing if doing this '''reset''' fixed your problem.
    If that did fix your problem, please click the '''Solved It''' button next to the answer that answered or solved your Firefox support issue, '''''it appears when you are logged in''''', so this thread gets marked as '''Solved''' to help other users who may have this same problem.
    If that didn't solve your problem and it still defaults to printing 10 copies of everything thru Firefox, please open '''Help > Troubleshooting Information...''' and use the '''Copy All to Clipboard''' button and then paste that information into the '''''Post a Reply''''' box here.
    It is going to be a real long list, but all I really need to see is the ''' print.''' preferences, so you could paste '''All''' that information into a text program like WordPad first, edit out the information that I don't need to see, and then '''copy''' the remaining information and '''paste''' only that information in to the '''''Reply''''' box here.
    I wonder if there might be a pref that I have never seen, but I truly doubt it. That "number of copies to be printed" has never been "stuck" for me on any program in Windows, on any PC I have ever used, with any printer / print drivers.
    The only time I have ever seen a "print dialog box" default to more than 1 copy was with a work application where the program being used was set to force 2 copies of some specific forms to print 2 copies all the time - one to be given to the "customer" at the end of the job for their records of the service call and one for the "employee" to get a signature upon completion of the job, to fax into the home office for job documentation as completed successfully and for payroll purposes so they would get paid for that service call.

  • ONLY ONE FIELD DOES NOT GET PREPOPULATED FROM THE DATABASE

    I would really, really appreciate if someone can comment or suggest something that would help with the resolution to the issue I am currently experiencing.
    Simple sample form that explains the issue can be accessed from the link below.
    How to test the form:
    Open the form.
    Click on the yellow button to add new Task.
    The problem is with Additional Product fields ( in blue). You can add as many of them as you want by clicking on the Red button with the +. Add some data and uploade in database. When you download it from the database, data will come back fine for all of them, except for the first one.
    Any ideas or help would be greatly appreciated.
    https://acrobat.com/#d=2vFWOlm56FmrC4owzpfHew 
    The code is behind the Red button with the +. Very  simple. Perhaps is the indexing issue with the database. I do not know enough about it, to be able to send any suggestion to the DB guy.
    According to the DB guy, data uploades without issue. It is the blank field when the form with data is downoloaded.

    It might be related to http://forum.java.sun.com/thread.jspa?threadID=583466&messageID=2988344

Maybe you are looking for