Adding a '-' in the name field for things like SS # or phone number

This seems to be a simple question, but a search is not just do what anyone.  Maybe I don't know what to look for?

I'm doing in the fields with the hyphens "-" already in place for the fields as a social security number or phone number.

Example of phone:

A person in the field of 5555551212 types and fills "555-555-1212" automatically by moving the cursor to the next empty space when this section of the field is complete.

Example of the art:
A person types in 223233923 and the same thing happens with dashes: 223-23-3923

I have the same question for Dates too, but with slashes: 07202012 would result in the 20/07/2012.

This is probably a simple framework, but I don't know where to look.  Help, please!

PS. I know how to change the 'format' to force the user to ENTER the '-' or ' / ', but what about automatically place there for them or have aready here?

PPS. I found the Script 'Auto-onglet' here: http://www.planetpdf.com/developer/article.asp?ContentID=javascript_setfocus_method_f & gid = 6267 however, which forces me to cut to the top the field in 3 different areas and I would avoid it if I could.

You can use the following to format your SSnumber:

Put this in a document-level script:

function formatSSN () {}

var s = event.value

var re = /^(\d{3}) [---]? (\d{2)} [ -]? (\d{4})$/;

If (re.test (s)) {}

var match = re.exec (s);

Event.Value = match [1] + '-' + match [2] + '-' + match [3]

}

}

Put this in the Script of custom Format for the fields that you want to format:

formatSSN)

Tags: Acrobat

Similar Questions

  • Export settings for things like Facebook, fly of the shutter. etc.

    Anyone know a good site or a document explaining the best export for things like Facebook settings, shutter stolen to order photographs large format, etc.

    Hi joseph.j.d,

    Please read the following article and let me know if it helps: using Adobe Photoshop Lightroom | Post photos online using publish services

    Kind regards

    Tanuj

  • Your questions are N.D. for my lifestyle, I'm retired, I've been in the medical field for 30 years and more

    I am retired and have been for many years.  I was in the medical field for more than 30 years.   My message is: why is Adobe so expensive?  When I had my other laptop and my first desktop computer, he was free.    It is now almost $200.   Here's my question and my concern.    The trial edition will not download on my laptop Hp Pavillioin of g series... It's a ffarce I think

    Since your question and the problem is the cost of the software, the software has never been free and has always been expensive.  If the software that came with your computer, the cost of the software was included with it.

  • Ho I unselect the "cela automatically for files like this in the future." in the download dialog box?

    I clicked on the "this automatically for files like this in the future" by mistake in the download dialog box. I want to open a pdf file in adobe when I click on the link. currently the file gets saved and I can't change it. I have read through the suggestions and go in tools > options > applications and reassigned the pdf options asking first and firefox always download just the files somewhere. I don't want this option and I need to uncheck the automatic box.

    How then?
    I really want to talk to someone on the phone.

    First of all, please update Firefox 18. Update Firefox to the latest version

    Then read Firefox Refresh - reset the parameters and modules

  • I forgot my secret question, answer and the second email but I have the password of my ID Apple and my phone number. I want to receive by email for my secret to my Apple ID issue because it is a gmail account. Please help me

    I forgot my secret question, answer and the second email but I have the password of my ID Apple and my phone number. I want to receive by email for my secret to my Apple ID issue because it is a gmail account. Please help me

    You have to ask Apple to reset your security questions. To do this, click here and choose a method; If this page does not list one for your country or if you are unable to call, complete and submit this form.


    (139026)

  • Create account Skype with Skype name other than that of email or phone number

    I was asked to create a new Skype name for the work, but I can't understand how to create an account with a Skype name that isn't my email or phone number. I don't see an option where you can type your name (not the visible display to my contacts name) Skype.

    You can create a new Skype account with a Skype name of your choice using this form:

    https://login.Skype.com/registration

  • Deactivation of the borders on the form fields for printing

    Is it possible to disable the borders (or choose the color of 'None') on form fields when you print a form?  I had rather the only the data, but not the border areas, print.

    I had a quick glance to the XML source and I suspect it's possible, but I am a newbie of LC.

    Hello

    No problem! I'm just going through a number of things (you might already have these sorted, so please forgive me, but just in case where).

    You don't need to go near the Source XML, which is often (if at all). Sometimes, it is convenient if you want to change multiple occurrences of a string (with find and replace).

    First set up your work space, something like below.

    You need to open the panels (layout, object, border, police, paragraph hierarchy, Script Editor, etc.).

    I've implemented a "Recipientname" field and insert the script of pre-press. Note the drop-down menu events you can choose from. Also note that you can choose between two languages Javascript and Formcalc.

    It's the Script Editor, it is a very important interface, where you can insert the script to your form objects. You can access from the menu of the window (or by clicking Ctrl + Shift + F5). When you opened it, drag the lower bar to make a decent size to view and edit the script.

    The same approach is used to put the 'visible' script in the postPrint event.

    All this is done from the main creation of LC mode, without touching the XML source itself. What you're trying to achieve here requires access to the deep level of the object properties. For the 'normal' for an object script, you shouldn't have the fully resolved name. For example:

    recipientName.rawValue = "Niall";

    I recommend that you consider carefully where you place the script (in which event), the help file, forums and talk about books on this topic in detail.

    One last point, when you expand your form (such as one that has a dynamic content), then you must save your file to PDF dynamic. You can set in the properties of the form / default settings (on the file menu) dialog. Otherwise the dynamic content won't work.

    For what is is worth, I'll upload the PDF file with the only object inside. It may take a little time to pass through. If you use this technique, remember that the properties of the user interface of the various objects are accessible using different layouts. See the help file:

    Hope this helps,

    Niall

  • Acrobat Pro DC: need help to bind the text fields for text overflow

    I use Acrobat Pro DC and I'm trying to bind two form fields so that overflow text box1 to box2. Someone knows how to do this? I am a novice so I need step by step help. I did some research but have only found solutions for older versions of Acrobat, if instructions are essentially useless. Please and thank you!

    I did it! You have to edit the custom script typo and enter in this:

    If (event.fieldFull | event.willCommit)

    this.getField ("name of the overflow field goes in here") .setFocus ();

    Only problems I ran into is that you can't have fields bound, and he cannot have special characters or spaces in the name of the field.

  • How to programmatically launch touch sceen keyboard, when the user clicks on the text field for application?

    Hello

    I create a desktop using the CreateDesktop() API, in this office, I launched a MFC dialog with text field box in this topic.

    I want to get the keyboard touch screen when I touch on the text field of the dialog box.

    I tried to use the following information

    https://msdn.Microsoft.com/en-us/library/Windows/desktop/dd371581%28V=vs.85%29.aspx

    but the key Board launched when I touch the dialogue instead of text field.

    Please give me the solution?

    Pramod Hello,

    Thanks for posting your question on the Microsoft community.

    This question fits better to the developers on MSDN forums.

    I would recommend posting your question on the MSDN forums.

    MSDN forum
    https://social.msdn.Microsoft.com/forums/en-us/home?category=windowsdesktopdev

    Thank you

  • How to disable "Show indicator of overflow for the text field" for all users on a Terminal Server.

    As the title suggests, I am trying to disable the "show text overflow indicator field' for all users that connect to a remote desktop in Windows Server 2008 R2 server. The Adobe Reader software version is 9.0.

    http://content.screencast.com/users/chipthamac/folders/Snagit/media/221435ce-23a1-4fbb-8ba5-ebabe0fb1805/04.03.2013-11.00.png

    Looks like we have found a solution. We had a group of "update" policy the registry for the current user on login.  It's the key, you need to add in a GPO / your domain controller. In case you can't see in the screenshot, here's the path full key: Software\Adobe\Acrobat Reader\9.0\FormsPrefs

  • Problem of text selection in the text field for entry in the emulator

    I'm having a problem of text selection in a text field when I run my application in the emulator Playbook. Let me see if I can expose the problem here:

    1. The field in question is a classic text, text with an integrated in police entry field. The domain is in a SWC and referenced in another FILE.
    2. The code is set up such that when a user clicks the field function is called to highlight all the text. The code is more or less as follows:
    thisField.addEventListener(MouseEvent.CLICK, onFieldClick);
    
    private function onFieldClick(event:MouseEvent):void
    {
       var selectedField:TextField = event.target as TextField;
       selectedField.setSelection(0, selectedField.text.length);
    }
    

    The problem I'm having is that when I try clicking on the emulator, the text field in 'domain' is sometimes selected as expected, sometimes not. When the text is not selected as expected the cursor always appears in the field and the Playbook keyboard slides up by below. What is particularly problematic, that's what often happens, is that the whole scene moves upward on 10px when it is clicked on the ground. If I try to click on the same ground once again, another change to the top of 10px or so, etc..

    So why the text not properly selected and why the scene evolves upwards?

    I realize that more information may be required from me to correctly solve this problem, but if someone has all understand why this may be the case, I would be happy to learn from him.

    Thank you

    David

    I can answer the question of displacement.  This is a bug in BB and supposed to be fixed in version «next» SDK

    The question of the selection, I'll guess has to do with the fileld with focus, selection is not possible.  Try to set the focus outside of maybe the text field?

  • Why Adobe does not use the codec x264vfw open source for things like. AVI?

    Well we all know who wants to work with the x264vfw that does work in Premiere Elements.

    But I think Adobe might have to operate with the open source x264vfw or AVC-Intra coding Manager.

    I'm still wonder as to why it would work when I re - encode with another program to h264 in MP4 but again?

    Adobe goes really easy and messing with us. because they say there is support for h264 but only for MP4 and the other...

    Why they do not add. Support AVI, which goes to support of Adobe because I can't enter the livechat... because it is only of the week...

    This Codec the H264, X 264 and STROKE-1 are the most used codecs today, in my opinion, so I don't know why they don't sit their dev on it.

    It does not work on their $ 600 Application named Premiere Pro is something I do not understand...

    For me its amazing if I'm honest.

    Now, I want to know why adobe is such a service at this point.

    They all scream it, but Adobe does nothing.

    If someone knows a solution without re-encoding or FFMPEG, because it works well with my Variable rate in Premiere Elements let me know.

    Also, I want a response from Adobe, why they do nothing.

    I tried to put in plugins x264vfw .dll file or the folder, but the problem is not resolved.

    I sit to keep quiet for a while behind that and see how much son he existing... and it is more frustrating.

    ADOBE, it's time to do something!

    Sergadra

    As said, Adobe is the only one who can answer the type of questions you may have. And he does not here.

    Out of curiosity, I ask "have you contacted other manufacturers of video editing software and have been able to get the.

    Why answers to its marketing and strategy of the function defined for its current versions or future?

    Adobe feature/bug report form and a wait and see seems to be your opportunity of Adobe in this respect. So, you wait and see

    If your suggestion is coming in the next version. I'm not criticizing, just reporting what seems to be the 'what. '

    RTA

  • Generate the name auto for primarykey

    Hello.
    I need to create primarykey programmatically from c#.

    My sql looks like this:

    ALTER TABLE AAA
    ADD the PRIMARY KEY of the CONSTRAINT AAA_PK
    +(+
    Column1
    + COLUMN2 +.
    + COLUMN3 +.
    +)+
    ENABLE;

    The problem is that I don't know if the name primarykey is already taken so I need to run another query before:
    SELECT COUNT (CONSTRAINT_NAME) FROM USER_CONSTRAINTS WHERE CONSTRAINT_NAME = 'AAA_PK. '

    I don't want to run two queries whenever I create a new PK and I don't matter how this PK is called so I wonder if there is an option to allow Oracle to generate new name itslef.
    Something like (pseudocode):
    ADD CONSTRAINT * PRIMARY KEY...

    Yes, you can use names generated by the system, but personally I do not like. It can create problems with import, you can not remember and you need dictionary of query data every time that you need the name. Suggestion - naming standards. If you name table_name_PK PK you are guaranteed to not run into name conflict and it is easy to maintain. In any case:

    SQL> create table aaa(c1 number,c2 number,c3 number)
      2  /
    
    Table created.
    
    SQL> alter table aaa
      2    add primary key(c1,c2,c3)
      3  /
    
    Table altered.
    
    SQL> select  constraint_name
      2    from  user_constraints
      3    where table_name = 'AAA'
      4      and constraint_type = 'P'
      5  /
    
    CONSTRAINT_NAME
    ------------------------------
    SYS_C0028762
    
    SQL> 
    

    SY.

  • How to reset the ' do automatically for files like this frome now on "when you save a file, how to reset that?

    I accidentally select "do this automatically for files like this in the future" when opening a file. Now, whenever I open a file, it automatically asks where to save it. First of all, I would like to open it. How to reset?
    Thank you.

    If you can't do this in "tools > Options > Applications" then you can rename (or delete) the file mimeTypes.rdf in the profile folder of Firefox to reset all the actions file.

    You can use this button to go to the Firefox profile folder currently in use:

  • Cannot get activation for Server 2008 (network attached) phone number, because the error 0x8010002E stops the process.

    I'm trying to get the phone number and the information that I need to activate an installation of Server 2008. The server is my DC and sits on a closed network cannot reach the Internet. The installation was interrupted for more than 60 days, so to request activation. I'm not allowed to modify the current installation (i.e. relocation Server 2008). I have my current PID.

    When I go through the activation process, it fails with the error 0x8010002E. It gives me all the options for offline activation. The error code is for 'Lack of Smart Card Reader'. It's my DC so he shouldn't use a smart card to log on or to make administrative functions due to possible failure with the card reader software.

    How can I do it manually with these questions offline activation?

    I'm trying to get the phone number and the information that I need to activate an installation of Server 2008. The server is my DC and sits on a closed network cannot reach the Internet. The installation was interrupted for more than 60 days, so to request activation. I'm not allowed to modify the current installation (i.e. relocation Server 2008). I have my current PID.

    When I go through the activation process, it fails with the error 0x8010002E. It gives me all the options for offline activation. The error code is for 'Lack of Smart Card Reader'. It's my DC so he shouldn't use a smart card to log on or to make administrative functions due to possible failure with the card reader software.

    How can I do it manually with these questions offline activation?

    Hey bito808

    Here is the vista forums

    Try Server forums

    http://www.Microsoft.com/windowsserver2008/en/us/forums-blogs.aspx

    http://social.technet.Microsoft.com/forums/en/category/WindowsServer/

    Walter, the time zone traveller

Maybe you are looking for