Setting an Edit pattern does not allow inputting values

I'm using a custom field (Phone Number North America) in a designer form. My users want to be able to edit and display value in (999) 999-9999 format. So I set the Display and Edit formats to text{'('999')' 999-9999}. Setting this pattern only displays the value in this format, but when I go to edit the field for the first time (when the field is blank), it allows inputting without any format. And when I want to edit an inputted value in the field, it does not even allow to change anything. It seems to be readonly/locked.
What I want to be able to do is that the field must allow the user to input values in the format that I set in the Edit pattern box. This must work even if the field has a phone number value already in it.
Any help will be highly appreciated.
FYI...My Adobe LiveCycle Designer ES2 version is:  9.0.0.2.20101008.1.734229 Cipher: 128-bit.
Thanks in advance...

Hi Mahabub,
Keep the below script on exit event of the Phone Number dnt select any pattern for the field.
// Regular Expression for the phone number (999) 999-9999
var vPattern = /^(\(\d{3}\) \d{3}-\d{4})$/;
if (vPattern.test(this.rawValue))
app.alert("Matched");
else
app.alert("not matched")
This gives you Error message if the entered value is not matched with the pattern.
Please let me know if you need any more info.
Vjay

Similar Messages

  • Kotoeri (japanese input system) does not allow input

    I've been using Kotoeri to type in Japanese and it's been working just fine until recently. Now when I select Kotoeri and tried to type, the cursor disappears and what I type does not appear on the screen. If I type ten letters, one or two of those letters may show up, or none at all. Most times it freezes for a brief period. It's not just Japanese characters that are not appearing. Normally, two alphabets convert to one japanese letter, but even alphabets cannot be entered when I'm using Kotoeri. (Sorry - it's really hard for me to explain). My system software is up to date, and I've tried restarting but it didn't solve the problem. Any tips?

    Great! I went to the link, which described the problem I was having in a much better way, and I followed the steps described there. I'm new to mac and still don't understand how it worked, but it did Now my concern is I will use the strategy for any and all problems, but I imagine there got to be some risks when I delete "preference" files, right? Oh, and I thought I searched for similar topics before I posted my question, but couldn't come up with anything. I must've done something wrong there, too. So my apologies for posting redundant question. Thanks for your help and patience; it was much appreciated.

  • After installing trial software from logonkey my macbook will not start up, screen asks for systemcode, but blinks off and on and does not allow input password, after this screen goes to blackm

    screen flashes, asks for password but cannot enter password as it keeps flikkering...  this happened after installing a trial version from the programm 'logonkey'
    screen now returns to black and thus stops the startup

    Logon Key Support

  • HT204053 I changed my apple id, but my ipad does not allow me to change it for Icloud, so I can't  edit my account so I can access Icloud. I was told at Apple store that I could use both Apple ids, but my old one is no longer recognized. Any suggestions?

    I changed my apple id, but my ipad does not allow me to change it for Icloud, so I can't  edit my account so I can access Icloud. I was told at Apple store that I could use both Apple ids, but my old one is no longer recognized on the appleid website, so my password for my old apple id won't work.
    Any suggestions?

    If you only changed the name of your ID rather than creating a new ID, just go to Settins>iCloud and tap Delete Account then sign back in with the new name.  (Deleting the account from your phone does not delete it from iCloud.  Your data will be synced back to your phone when you sign back in.)
    If you created a new ID, you'll have to go to Settings>iCloud on your phone and turn all data you are syncing with iCloud (contacts, calendars, etc.) to Off.  When prompted choose to keep the data on your iPhone.  (If you are syncing iWork documents with iCloud, also open your iWork apps and turn off iCloud syncing and choose to keep the documents on your phone.)  After everything is turned off, scroll to the bottom and tap Delete Account.  Next, set up a new iCloud account using your other ID, then turn syncing for your data (contacts, etc.) back to On.  When prompted, choose Merge.  This will upload the data to your new account.
    You won't lose any photos in your camera roll or photo library.  If you have any photos in your photo stream that are over 30 days old that are not in your camera roll or saved on your computer, be sure to save these to the camera roll before deleting the account.  To do so, open the photo stream album on your iPhone in the thumbnail view, tap Edit, tap all the photos you need to save to select them, tap Share, then tap Save to Camera Roll.

  • Dreamweaver does not allow me to edit the editable region

    Oh my, I'm so desperate in this, I have a .dwt and have set up the editable region as well. When I want to make a new html file from the said template dreamweaver does not allow me to edit it. I mean, all the code is completely grayed out as if the template itself is locked by default.
    What I want to do is to create several new pages such as new albums, charts, genres, contacts (which all based on the home template) The home template itself has slider in its body. For the new html files I'm about to create (which I'm so desperate why I can't do so) I want the header and footer to remain the same.
    Here is an image of my index.dwt (my homepage) anything inside the red frame is what I want to edit for new albums, charts, genres, contacts, login page, etc. The top part is the header and the bottom one is the footer (Excuse the right image, I'm working on dual screen)
    Any help will be appreciated!
    Sorry for my english

    Hello SeptianNugraha,
    here some hints concerning while handling templates (I quote):
    The main principle of DW Templates is:
    Non-editable regions = propagate to all child pages. The content of non-edtable regions is identical on all child pages. When you edit a non-editable region, DW propagates all changes to all child pages.
    Editable regions = do not propagate because they're unique to every child page. The whole idea of editable regions is that they contain page specific content which does not appear on any other child page.
    And:
    PART 1
    1. Create a prototype page with all the sitewide elements (common header, footer, sidebar, etc..) that you will need for your entire project. This requires some careful pre-planning even for small web sites.
    2. Validate your code & test this prototype page in all major browsers. 3. When you're completely satisfied with your layout, SaveAs Template. DW will save this as a .dwt file in a site folder called Templates.
    4. DW will ask you to add Editable Regions for stuff that will change from page to page. Do this and SAVE.
    5. Close your Template.dwt file.
    PART 2
    1. File > New Page > from Template.  Select the template you wish to use.  Hit OK.
    2. This is a child page.  You can only edit content within editable regions.  Everything else is locked.
    3. SaveAs index.html (your home page) to the root in your local site folder.
    PART 3
    Repeat PART 2 for each additional page required.
    PART 4
    1. Open your main TEMPLATE file and add a navigation menu with links to your site pages.2. SAVE.3. DW will ask if you want to populate changes to child pages.  Hit yes.
    4. Publish all site pages to your server.
    PART 5
    If you should ever need to edit your TEMPLATE .dwt file, Repeat PART 4.
    Good luck!
    Hans-Günter

  • System setting does not allow changes to be made to object LSYS

    Hi
    Im trying to create the process chain in BW-Production System . Like im trying to delete the PSA data for one datasource in BI7.0 .
    Im using the 'Delete requests from the PSA' process type in the process chain . When i try to give the datasource name and source system name in the variant of 'Delete requests from the PSA' process type and save them , then it is saying that
    System setting does not allow changes to be made to object LSYS
    Why it is saying like that . But i can able to include the other process types in the process chain .
    regards
    mohammed

    Dear Mohammed,
    Since you are trying to create process chain in production system.
    Normally production system wont be open for development at any time. Why the system settings does not allow changes was, your production is not modifiable state.
    Check the settings in SE06. system would be non-modifiable for sure.
    in SCC4,  settings ->"changes to the cross customizing objects would be not allowed"
    These two settings/configurations would not allow any development or changes or edit or create in production.
    Please check with your basis folks and proceed further.
    Hope this would help you more in understanding

  • ScatterGraph does not allow manually editing axis range at runtime

    I'm using both ScatterGraph and WaveFormGraph controls in a Winforms VS2010 application.  I have the axis interaction mode set to EditRange.  The WaveFormGraph control allows editing the axis range by clicking on the end labels for the axis and changing them.  The ScatterGraph control does not even though the documentation that I have read indicates it should.  The axis mode does not seem to be the issue as I have changed between Fixed and AutoScaleLoose (which is not the selection to have while displaying changing data if you want your manually-entered range to be maintained).  I tried a new project with a ScatterGraph control with default settings and verified that it does not allow you to edit the axis range.  Is there a way to change settings to allow you to manually edit a ScatterGraph range in this way at runtime?
    Thank you!

    Hi Lybro,
    Have you enabled the "EditRange" InteractionMode of the scatter graph object? There are two places that the interaction mode is set, one for the axis and one for the scatter graph, both need to be enabled for the editing to work. I just tested this with Measurement Studio 2013 and it is working. Let me know if this helps.
    Regards,
    Kevin

  • HT3228 I set up my work e-mail on iphone.  When I try to send an e-mail, an error code says "Cannot Send Mail", "recipient rejected by server because it does not allow relaying".  What does this mean and how do I correct it?

    I set up my work e-mail account on my iphone 4S.  When I try to send an e-mail message from my phone, an error message occurs "Cannot Send Mail" - "recipient was rejected by the server because it does not allow relaying".  What does this mean and how do I correct it?

    Get the correct mail server settings from your IT department.

  • System setting does not allow changes to be made to object

    Hi experts,
      I implelemt ST-PI/A today and apply note 1300023. There is a information(???) message keep warning
    "System setting does not allow changes to be made to object NOTE 0001300023". I think I should SE06 to modify system change option, but I don't know which one. Please help.

    Hi,
    If you login in German you can see the variable %1 being replaced by "SDF/" in the Help window.
    Or you  can find the text in the note:
    «/SDF/CCMS_READ CCMS_CREATE_COMP_DOWNLOAD»
    Go to SE03 and expand Administration node, Set System Change Option and set Namespace prefix /SDF to Modifiable.
    Regards,
    André Nunes

  • System setting does not allow changes to be object CLAS /1SEM/CL_FACTORY_30

    hi,
    Recently we upgraded our BW system from BW 3.0B to BW 3.5.In BW 3.5,we created a planning area to which we
    assigned a transactional cube.Now when we are going for creating variables or planning levels for the planning area it
    gives the following error:
    System setting does not allow changes to be object CLAS /1SEM/CL_FACTORY_300ZPLAN
    Our support packages are as following:
    SAP_BASIS       640                   0009
    SAP_ABA         640                   0009
    ST-PI           2005_1_640            0000
    PI_BASIS        2004_1_640            0006
    SAP_BW          350                   0009
    BI_CONT         353                   0000
    Could you please suggest or help us in resolving the issue ?
    thanks and regards,
    Yogesh

    Hello,
    the above mentioned note is too old. Please check note 781371.
    Please also check in transaction SM30 view V_TRNSPACE
    the record for /1SEM/:
    Namespace:     /1SEM/
    Namespace role C
    Repair License
    SSCR Popup     X
    SAP Standard   X
    Gen Objs Only  X
    Regards,
    Gregor

  • Purchased Acrobat XI Pro - was able to edit text and add text and now does not allow me to do anything -

    was able to edit text and add text and now does not allow me to do anything - Except purchase the software again.Can't find an answer to this anywhere.

    Use Adobe Acrobat, not Adobe Reader.

  • System setting does not allow... With implementing a SAPNOTE

    Hi all,
    I try to implement a manual activity of a SAPNOTE.
    But, when I want to modify a Source Program with SE38, I obtain the error :
    System setting does not allowe changes to be made to
    object PROG RFUMSV25
    The properties of client is which is open to modify of customizing from SCC4.
    thank a lot
    Davide

    Yes ther is:
    KE1K919403       BRUNODAVI2   Note Assistant - Nota n° 1150463
    |
    KE1K919404   BRUNODAVI2   Repair
    - Documentation
    - Single Message
    - Report Source Code
    -  Report Texts
               |----- RFUMSV25
    and this cr is transported into quality..!

  • Does not allow to set time characteristics while performing Partition

    I had loaded the monthly inventory cube without setting any partition.
    Now, when I tried to partition the cube thru RSDCUBE >> Change >> DB performance >> Partition, the time characteristic is greyed off and does not allow to set.
    Is it becuase the cube had been loaded? Can I perform the partition now that I had compressed the request in the cube?

    Yes you are correct....You want to modify an InfoCube into which data has already been loaded. You use remodeling to change the structure of the object without losing data.
    You use partitioning to split the total dataset for an InfoProvider into several, smaller, physically independent and redundancy-free units. This separation improves system performance when you analyze data delete data from the InfoProvider.
    You can only partition a dataset using one of the two partitioning criteria u2018calendar monthu2019 (0CALMONTH) or u2018fiscal year/period (0FISCPER). At least one of the two InfoObjects must be contained in the InfoProvider.
    But you are trying to partition the cube which already has data so...You choose Repartitioning...
    Repartitioning can be useful if you have already loaded data to your InfoCube, and:
    ●      You did not partition the InfoCube when you created it.
    ●      You loaded more data into your InfoCube than you had planned when you partitioned it.
    ●      You did not choose a long enough period of time for partitioning.
    ●      Some partitions contain no data or little data due to data archiving over a period of time.
    Let me know if you need help with the steps to perform repartitioning

  • With 10.7.2 update iCal does not allow you to set "Reminders" by draging events from "All Day Events" into "Reminders" is there another way to do this instead of having to type out the entire reminder with date, time, and type?

    With 10.7.2 update iCal does not allow you to set "Reminders" by draging events from "All Day Events" into "Reminders" is there another way to do this instead of having to type out the entire reminder with date, time, and type?
    With Lion 10.7.1. you where able to drag events from "All Day Events" into the "Reminders" bar to create upcoming reminders.

    Exactly the same question I was about to post!
    Great being able to sync reminders (well overdue) however if I have to re-type a calener envent into reminders it's a waste of time!! 
    Come on Apple!!
    Just need an option for the calender event to add to reminder or the old drag to add to reminder functionality back, Please???

  • HT4623 everytime I open my setting,safari or any app that needs the internet my ipad blinks out and does not allow access

    Everytime I open my setting, safari or any app that needs the internet my ipad blinks out and does not allow me access.

    1. Double-click the Home button to reveal the Task Bar
    2. Hold the Safari app down for a second or two until you see the minus sign
    3. Tap the minus sign to close Safari
    4. Re-launch and test Safari

Maybe you are looking for

  • Font problems in resulting XML Publisher document (from PeopleSoft)

    Hi all, we're creating documents using XML Publisher under PeopleSoft, designing the template in Word 2007. We see strange things hapening to the resulting documents: even though the majority of the template is created in a Times New Roman 11pt font,

  • Restore Iphoto library from Old HDD to new Machine (How 2?)

    I crashed my MacBook Pro and have the HDD in ICYbox IB223 module. With my new MacBook Air I wish to extract the old Library to th enew machine. How do I do that? //Thomas

  • Installing CS4 and keeping InDesign CS3

    Can I install CS4 without removing InDesign CS3? I need to keep both on my computer. is there a trick to this? Also, if I decide to remove CS4 later from my computer and move it elsewhere, can I uninstall it without imperilling InDesign CS3?

  • Excel 2013 ExtensionHardening

    In Excel 2013 when exporting data to Excel from Microsoft Dynamics CRM I get the error: "The file format and extension of "FILENAME.xls" don't match. The file could be corrupted or unsafe. Unless you trust its source, don't open the file" I got the s

  • Button file opens in saved location, but won't open in new location.

    I created a simple button that displays an error messeage: "error opening 'url" when I test the movie, but does play and opens in browser after publishing. However, it won't open in the browser in a different location. I pasted the html code in a web