Form field formatting of Numbers

I have a particular group of field established as numbers and have set my formatting option to be x,xxx.xx and yet the commas do not appear - either in the UI or in the reported data fields.  Any ideas on how I can correctly format them across all views?

There is currently a bug defect entered against this behavior.  I do not have a date for when it might be fixed.  For the submitted data in the View Responses tab, you can format columns that contain numbers to display the missing comma delimiter.  In the View Reponses tab select the column with your numbers.  Click on the Table button in the toolbar (third from the left).  The table formatting tools should now be displayed.  Click on the tool labeled "1,000".  This should format the selected column (or cell) to display the number in the format you are requesting.
Jeff Canepa
Software Quality Engineer
Adobe Systems, Inc.
[email protected]

Similar Messages

  • Form Field Format

    I regularly convert existing documents to fillable forms that contain all number fields for insertion of dollar amounts.  It is very tedious to change the formatting of each field to a numeric format and would like to know if there is a way (and how) to change the formatting of all the fields at once.

    Are you using Acrobet or are you using the form designer that came with Acrobat?
    If you are using Acrobat and creating the fields by hand, when you create the first field, Right click and choose "Use current properties as new default".
    If you are using the form designer to automatically create fields, I'm not sure. Probably if you selected all fields at once then set the properties...

  • How do I set a form field to accept whole numbers only?

    I am using Acrobat X.
    I have a number of fields in a form that are used in a variety of calculations. It is the nature of these fields that they need to contain whole numbers only, no decimals.
    On the "Format" tab, I have set the field format to "Number" and the number of decimal places to "0"
    On the "Validate" Tab I have set the "Field Value is in Range" "From 0", "To 999"
    This is to ensure that the field can only contain a maximum of a three digit number.
    But this still allows the user to enter decimal places. This messes up my calculations so I want to limit the user's input to whole numbers.
    How do I do that?
    Thanks!
    Steve

    I apologize for being dense but I really do not know how to apply your solution. Taking the path you suggested there is nothing under Tools>Document Processing relating to Java scripts.
    I presume that I have to save this part somewhere in Acrobat:
    // Document-level function
    function triDigKS() {
        // Get all that is currently in the field
        var val = AFMergeChange(event);
        // Reject entry if anythig but digits
        event.rc = AFExactMatch(/\d{0,3}/, val);
    And then use the call out:
    // Custom Keystroke script
    triDigKS();
    Somewhere else but I don't know where thos two places are. Do I use the callout in the validation tab, or somewhere else?
    Thanks
    Steve

  • Changing text size in form field (rich text formatting enabled)

    Hi all,
    I'm hoping someone can help me out here. I've created an interactive PDF with form fields with "Rich Text Formatting" enabled.
    My client has filled in the fields and would like to make the text bigger. When right-click, there are only options to change the text style (bold, italics etc) but nothing to change the text size. I'm not keen on disabling and then re-enabling the "Rich Text Formatting" options as the text have been formatted (bold, italics, superscript, subscript etc) and approved, and this will remove all the existing formatting.
    Can anyone help?
    Acrobat 9.4.6
    Mac 10.6.8
    Cheers,
    Tricia

    Thanks so much!! Really appreciated!
    Strangely enough, I found the Form Field Text Properties dialogue box by randomly choosing "Hyperlink" in the right-click options. Who would have thought!

  • Is there a way to create entry form/fields in Numbers.

    Can anyone let me know if there's a way to create an entry form/field in Numbers. The idea would be to have already created a list of contacts, then at an event on an iPad, people can check off if that person is there and also enter new contact info. Thanks in advance.

    Isnt this just a table? A list of people, with a check box field in the second column, followed by a few columns for contact info to be entered in?
    Jason

  • Can I cause checking a box to add 1 to a calculated form field?  I have a field that sums the numbers entered in several previous fields and need to be able to add "1" if a checkbox is selected as well.

    Can I cause checking a box to add 1 to a calculated form field?  I have a field that sums the numbers entered in several previous fields and need to be able to add "1" if a checkbox is selected as well.

    I think it has something to do with the way the value of the check box is exported, but I'm not sure.  With nothing being exported to Data5, Data6 displays the sum of Data1-4 rounded down to the nearest whole number and updates automatically as Data1-4 are updated.
    Right now, assuming Data1-4 are 0, where data 5 is the output of the second example and any box is checked,  "1" is displayed in data5 but nothing is added to data 6. Selecting any other check box or deselecting that check box will cause data6 to add 1 even if data5 displays "0".  By way of example:
    Selecting Check box 16 results in Data5 displays 1 and Data6 displays zero.
    Then, if any or all of Checkbox17-20 are selected, Data5 displays 1 and Data6 displays 1.
    Then, if any or all of Checkbox17-20 are deselected, Data5 Displays 1 and Data6 displays1.
    Then, if Checkbox16 is deselected, Data5 displays 0 and Data6 displays 1.

  • Formscentral - how do I change required date format to long date (e.g. January 2, 2014) in a form field?

    Formscentral - how do I change required date format to long date (e.g. January 2, 2014) in a form field?  I can't seem to change it from the short date format.

    Hi,
    I would suggest you to change the form language to English (UK), Here are the steps:-
    1. Open your form in FormsCentral
    2. Clik on Options tab
    3. Click on Language and Formatting and check out the selection for Form Language and make sure English (U.K.) is selected and the default date format should be day/month/year.
    Regards,
    Nakul

  • How to strip HTML out of the form field but leave the basic user formatting?

    What would you recommend to automatically strip out HTML that a user has entered into a form field? At the same time we need to preserve the basic formatting that was submitted by the users  i.e. replace <p> tags with CRLF, etc. StripHTML function is perfect but it removes all HTML and therefore, all formatting. Is there anything more flexible?
    Thanks!

    Do you need to strip it, or just render it inoperable.
    The latter can be done with the htmlEditFormat() and htmlCodeFormat() functions.
    If you want the striping, take a look at related functions at the http://www.cflib.org site.   I know I have seen HTML replace functions that had the ability to be configured to strip and|or not strip a select list of tags.
    StripHTML() may actually have this feature (I believe it is hosted at cflib.org).  You may just need to see the documentation on how to configure it thus.

  • Need Format masks which can be added to oracle form fields

    Hi All,
    I needed a list of all the format masks present for Oracle Forms fields. The problrm that i face currently that when I apply masking (999g999g999d99) the values in the text item field on the form side are no more left justified but shift towards the center of the field. PLease help me out.
    Thanks,
    Gaurav

    Hi Gaurav,
    You are on the wrong forum. Post your question on the Forms forum.
    Regards,
    Andrei

  • CFMail to goup by form field code numbers

    Greetings
    I have a situation where a user fills out a form with 1 to 10
    code numbers (Commercial Commodity Codes), which triggers a CFMAIL
    to all Vendors with those codes.
    Would a CFQUERY that had:
    SELECT cccategory_ID, ccc_cat_num
    FROM cccodes_categories
    WHERE ccc_cat_num LIKE '%#form.code_01#%'
    OR ..... etc. etc.
    be the approach here?
    I would need to:
    <cfmail to = "[email protected]"
    all the vendors with either 1 or several of the form field
    codes....</cfmail>
    Thanks in advance
    rinorman

    I got this to work- I'm sure there is a simpler way or a
    different way to do it- but...
    <cfquery name="emailData" datasource="mydata">
    SELECT vendor_email, vendor_cccodes
    FROM main
    WHERE vendor_cccodes LIKE '%#form.code_01#%'
    OR vendor_cccodes LIKE '%#form.code_02#%'
    OR vendor_cccodes LIKE '%#form.code_03#%'
    OR vendor_cccodes LIKE '%#form.code_04#%'
    OR vendor_cccodes LIKE '%#form.code_05#%'
    OR vendor_cccodes LIKE '%#form.code_06#%'
    OR vendor_cccodes LIKE '%#form.code_07#%'
    OR vendor_cccodes LIKE '%#form.code_08#%'
    OR vendor_cccodes LIKE '%#form.code_09#%'
    OR vendor_cccodes LIKE '%#form.code_10#%'
    </cfquery>
    <cfloop query="emailData"> <!--- loop thru vendors
    and send one email to each --->
    <cfmail to="#emailData.vendor_email#"
    from="[email protected]"
    subject="Available Bid"
    server = "emailsrv.whatever">#Form.bid_ID# is
    Available</cfmail>
    </cfloop>
    again, the "vendor_cccodes" field, in this example, is a
    comma-delimited list of from 1 to as many as 10 code numbers.

  • Want more robust form fields in InDesign for PDF forms.

    I wish that soon InDesign CS6 Interactive Form Fields will include the COMB field for entering data in various formats such as phone numbers, credit card numbers, using some sort of format like [number of characters] ["(nnn) nnn-nnnn"]. I use comb fields a lot. Likely others do too. I realize that we are at v1.0 in the InDesign Interactive fields, so I hope that the developers will consider this for the next release!
    I long for the power that Acrobat fields have to be implimented in InDesign.

    The powers that be (InDesign product managers, engineers, or other employees) don't frequent this forum. To have you voice heard, file a feature request:
    Adobe - Feature Request/Bug Report Form

  • Adobe Reader 9.4  won't allow saving-copying-printing of data entered into form fields.

    Hello, all.  I own a fully automated Continuing Education website with a national customer base.  The release of Adobe Reader 9.4 has brought a major problem for us which we haven't been able to overcome, and it's a critical issue which will destroy our business if the problem continues. 
    The problem:  Our professionally licensed website users earn online, instantly downloadable Continuing Education certificates in PDF file format, which are auto-generated by our software program when the user has successfully completed a course and its quiz.
    Each certificate is a template created by Adobe Acrobat Pro 6 which contains the boilerplate course goals, credit hours earned for the course, plus all of our educational approval numbers needed to conduct business in each state.  THE PROBLEM HERE is that these generated certificates ALSO have form fields which are auto-completed by our system when the user successfully completes his or her course - i.e., the user's name, his license number, and the date and hour and minute of completion.  Until some of our customers began to use Adobe Reader 9.4 on their PC this past week, the certificate generation process has performed flawlessly - for over 3 years now, for over a thousand customers - the only exception being the  occasional MAC user who needs to download the correct version of Adobe Reader, and to use the correct browser. 
    Beginning last week, site users who have downloaded 9.4 can no longer SAVE their Continuing Education certificates to their computer with their name, license and date and time of completion showing on the certificate.   And they can't even print the certificate correctly - their name, license, and date of completion appear as blank lines.  They can't download or email the certificate with the critical form field data showing on the document. This is a devastating situation for our business and for the users - who certainly won't return, and are demanding refunds. 
    In fact, I (who installed 9.4 last week) discovered that I can't even download and save an intact copy of a customer's certificate from my own website, OR copy and paste information from a client's generated certificate in order to manually create a certificate for him or her.  The on-screen message tells me that I am not allowed to do this with this document .... despite the fact that I was the creator of the document. Needless to say, when I un-installed 9.4, I had none of these problems.
    Customers wouldn't have problems either if they uninstalled 9.4 - but you can't tell customers who call in to complain, to uninstall their Adobe Reader program and find something else.  They also have to use Adobe Reader to view over half of the courses we offer, and they need to be able to work with them effectively with no problems. 
    In the past, because of occasional Adobe Reader problems of a different sort, we could tell customers to use Foxit or Nitro PDF if they had Adobe issues.  But that was back in the day when there was no competition in running an online CE website.  Now there is plenty of competition, and customers will just go elsewhere before they will try to reconfigure their computer just to stay with our site.
    I will bet that hundreds (thousands?) of other online businesses who work with system-generated form fields in PDF documents have been similarly affected.   
    Is there a solution here?  Surely this was an UNINTENDED result of  Adobe's upgrade to 9.4.   Is there something that we can do at our end to eliminate these issues?  There are NO security protections or limitations imposed on these certificate documents.  And we CANNOT eliminate the form fields that are filled internally when the customer passes t the course.  Date and time of completion and all the rest are required by all of the States which license us.  Many thanks!

    That was it!
    Thanks

  • How to create new form fields in several columns (spreadsheet) and have them named consecutively?

    Hopefully someone can help.  I created a new form from an Excel spreadsheet, but the form field recognition didn't "take" well and very little of the spreadsheet translated into form fields.  I need to create new fields (31) for each column (about 10) and I want the fields in each column to have a keyword from the parent column and the fields numbered consecutively.  I'm really hoping I don't have to do this manually!
    Next, is there a way to total the values in a column of fields (the same as the SUM function in Excel?) or does the form user have to dig out a calculator and add everything?
    Can I create an email (submit) button and direct how (ie email) and by what method the form is sent?
    Once the form is completed, is there a way for the user to lock it before sending it - ie a button they could press to make it no longer fillable?  Or can I set the document to be a regular .pdf once it leaves the host machine?
    I think that's it!  Hopefully someone can help soon - this is a work project that could be potentially very time consuming if I have to create each form field manually.  Thank you for any assistance!
    Cheers,
    LostintheNorth

    LostintheNorth wrote:
    Rats!  Thank you for your link - I may take you up on that... however for the purposes of this form I'm more than halfway done, so I might as well keep plugging away.  A workaround I found was to creat 32 of something I only need 31 of, then delete the parent.  Somehow even playing with spacing on the "create multiple fields" option as the fields are being created only gets the vertical alignment close - no matter what I do I still end up manually aligning (vertically) 31 little boxes for each column so they fit visually.  Grrrr.
    Yes, this can be very tricky. If you don't get the exact right offset between each field, the difference will accumulate and after a while it will be completely off.
    You just have to play around with it, until you get it right. Or almost right, and then adjust it manually.
    Another thing I've noticed, is that when you select one field and right click for properties, you get an expanded version, as opposed to select/shift/enter for a bunch of cells only yields an abbreviated properties box - what's up with that?  Is there a way to change this?  For instance, I had set the properties for a column of 31 cells to be number, 1 decimal place.  Halfway through my project, the lady I am doing the favor for tells me she would like 2 decimal places, requiring me to manually change each box for 62 cells!  Apparently cell formatting is not an option in the abreviated properties dialogue!  Is there a fix for that?
    No, there isn't. Some propeties you have to set manually (or get right the first time, before copying and pasting...). There is a way to do it with a script, but it's a bit complex and requires using an undocumented method.
    This next question is a bit more complicated, and may not be possible.  The form I am creating is for payroll purposes, so at the moment it is generic (31 days) and the user fills in the month manually. Is it possible to get the form to recognize a month value (or create a pulldown menu with a selection of months to choose from) and limit the days accordingly?  Or better yet, run a calendar function so that weekends and stat holidays are highlighted on the affected row?  Kind of like what you can do with an Excel spreadsheet, which is what I designed the form in at the start (then printed to .pdf - the form field recognition did NOT work well on my spreadsheet!  hence me doing every cell manually).  Is this even possible, and if so, is it something I could learn to do?
    Yeah, it's possible, but requires quite a bit of scripting knowledge. If you wish, contact me personally (by PM or email at try6767 at gmail dot com) and I could possibly create this for you.
    If you want to do it yourself, you would have to learn a lot about both the Date object in JS and about the various date printing and scanning methods in Acrobat JS.

  • MS Word rtf template - question on formatting of numbers

    Hello,
    First let me start by saything that this is the first time I've developed using this tool (previously used Report Builder 6i), and I have never used xml or xsl. If I've left out any information, please let me know what else you need. If you could be as specific as possible in your suggestions with syntax, etc. I would really appreciate it.
    I have a requirement to format a number as follows:
    if negative number display in brackets with comma separators
    if zero display as '-'
    if positive number display as is with comma separators
    sample data would be:
    (300)
    1,300
    I've used the 'Text Form Field Options' Dialogue box to enter the following format: #,##0;(#,##0) and this has given me the first and 3rd requirements. I've used <?xdofx:if SUB_PROG_ENC_YEAR_AMOUNT = 0 then '- ' else SUB_PROG_ENC_YEAR_AMOUNT end if?>to meet the 2nd requirement. However, now I have an alignment issue. When I preview in pdf from Word, the data displays as follows:
    (300)
    1,300
    The positive number needs to shift one space to the left. I tried adding the following condition: else if SUB_PROG_ENC_YEAR_AMOUNT > 0 then SUB_PROG_ENC_YEAR_AMOUNT||' '
    but it doesn't let me concatenate a string (I'm guessing because the field is formatted as a number?).
    I was going to try leaving the field formatted as regular text, and doing something like this right in the code:
    <?xdofx:if SUB_PROG_ENC_YEAR_AMOUNT = 0 then '- 'else if SUB_PROG_ENC_YEAR_AMOUNT >0 then
    format-number:SUB_PROG_ENC_YEAR_AMOUNT;'9g999'||' ' else SUB_PROG_ENC_YEAR_AMOUNT end if?>
    This doesn't work the way I have it (syntax is wrong), but will it work with the proper syntax or do I have to try another approach?
    Any help would really be appreciated
    Thank you!

    Thanks fo responding.
    The spacing in my sample data looks incorrect..sorry about that....what I'm trying to do is align the numbers on the right side, so I would only ever need to add one space to the right side of a positive number. I thought of using rpad to add a single space and using length of the field and a formula in order to generate the padded length, but it doesn't seem to work. The syntax I used was:
    <?xdofx:if SUB_PROG_ENC_YEAR_AMOUNT = 0 then '-' else rpad(SUB_PROG_ENC_YEAR_AMOUNT,15,' ') end if?> which just returned the value of sub_prog_enc_year_amount.
    For curiosities sake I tried using '*' and '0' as the padded_string. The '0' worked but not the asterisk or the space. It doesn't like string value in the padded_string, I'm guessing because the field is formatted as a number.
    That's why I tried using the format number function right in the code (see my original post), but the syntax isn't correct. Would you be able to suggest the proper syntax or point me to to some sample code?
    Thank you for your assistance.

  • How to retain field formatting using this.getField

    I am pulling a phone number from a form field using this.getField("EmailAddress").value and inserting it into an email.  Once there, it loses it's formatting as a phone number and becomes a string if 10 digits again.  Is there a way to retain or recreate this formatting?

    Since a Format script doesn't change the underlying field value, just what gets displayed in the field, you'll have to add something that changes the underlying field value. You can use the Validate event for this and even use the same built-in code that's use by Acrobat to do the formatting. Begin by adding the following function to a document-level JavaScript:
    // Function in a document-level JavaScript
    function phoneValidate() {
          // Use Acrobat built-in formatting routine for phone numbers
          AFSpecial_Format(2);
    and call this function with the following custom Validate script:
    // Custom Validate script
    phoneValidate();
    The AFSpecial_Format() function takes what is entered into the field, generates a formatted string, and set event.value to the string. When this is done in a Validate script, it changes the field value.

Maybe you are looking for

  • Vista Performanc​e

    Hi everyone. I have a Lenovo 3000 N200- 0687-A11 with 2gb of RAM & I'm using windows Vista Home Premuim SP1. It has all Windows Updates installed and everything, but still starts-up & Logs in slow, and sometimes runs slow. I have run Diskeeper, & Dis

  • Help! pc to new iMac - HDD not 'seen' on pc... ethernet cable issue too!

    Hi all I just got my new iMac a few days ago and I've tried the ethernet cable and my mac can see the folders on the pc but wont open them! (the original item cannot be found) my ethernet cable isn't linked to the mac now but I can still see my compu

  • IPhone 5 and Verizon customer Service Nightmare Please help!

    I need help with Verizon customer service. I would like to know if I am being unreasonable. Here is my story. I ordered an iPhone 5 from apple to add to my Verizon account. This will be my fourth line of service with Verizon. I spend over 200 dollars

  • PC Stopped at Platinum Splash Screen

    My K8N Neo2 Platinum system stopped responding while reinstalling Win2K.  I had finished installing Win2K from the CD and installed the drivers from the MSI CD.  I connected to the Internet and had run Windows Update twice.  Upon rebooting it stopped

  • What's the role of wdmodifyview in webdynpro?

    What is the role of Wdmodify view method in webdynpros?