How to enter text & numbers into text field?

I am designing a form for our Labor cases, and in the Case# field, which I have established as a (text field), I wish for the user to input the following as example:
2014-DAA-000012
I would like for the dashes to show automatically as does the social security number.  Any takers on this?  Thank you!

Hi,
you can use patterns to format you input a little bit.
You need 2 patterns in your text field:
One for displaying ...
text{9999-AAA-999999}
... and one for editing.
text{9999AAA999999}

Similar Messages

  • Entering negative numbers into a field

    How do I allow an item (non-base table) to accept negative numbers that are entered in the following way, "x-". I know that you can have a format mask with "x-". But that will not help me in this situation. Thanks in advance for your help!

    I dont kno what is your exact requirement. But if you are trying to accept a -ve number you can just enter -30 in a number field. but if you want 30- to be entered in a field then you can not do it directly. The workarround may be create a character field let the user enter the 30-. Possibility is that he may enter alphabetic or alpha numeric ,in this case take the substring of the field and check if it is a number field or not. if its not then do raise a message and raise form_trigger_failure to force the user to enter a valid number.
    like
    If NOT isnum(substr(:field1,1,length(:field1)-1) Then
    message ('Please enter a valid number');
    Raise Form_Trigger_failure;
    End If;
    Hope this will help.

  • I am looking for a way to enter multiple dates into a field without the form becoming too long.

    I am looking for a way to enter multiple dates into a field without the form becoming too long.
    This will be used by an old school bookeeper who needs the form to fit on one page.
    Any ideas?

    Hi,
    If you don't need the field to provide a date picker, verify it's a date, or don't need to sort the dates in the table, you can just use a text area field, and have your form filler enter the dates comma separated.  Otherwise you'd have to add multiple fields.  However, you can lessen the space each field takes up veritically, by using the "Labels Left" option (in the toolbar).
    Thanks,
    Todd

  • How to insert a value into a field of binary type?

    I've been using Oracle for a while now but never dealt with BLOB
    or long raw type before. Does anyone here know how to insert a
    record into a field of either blob or long raw type?
    Any suggestions would be very appreicated.
    Thanks.

    pls used the loadfromfile procedure which is in the DBMS_LOB
    package to insert the data from external os file into blob data
    type column.
    Kunjan

  • How to insert an image into text area?

    Hi everybody,
    I have a proplem : insert an image into text area ( likely Yahoo Chat)
    eg : Hello,World :D =)) :x
    I can't do it.
    Can you help me?
    Thank you!
    Edited by: Chelsea_Drogba7589 on May 28, 2010 9:28 PM

    StanislavL wrote:
    [http://java-sl.com/tip_autoreplace_smiles.html]
    Neat example. :)
    Try this.I did and was at first confused because I expected the code to arrive on-screen looking like the screen-shot at the page. Then it occured to me to type some text including a smiley, and it changed to the icon as expected.
    For other people like me who are not quite very clever, how about adding an 'Instructions' section, or initializing the JEP with instructions?
    BTW -
    "The screenshot shows how it looks like:" reads better as..
    "The screenshot shows how it looks:"

  • E90: How to enter a space into a phone number?

    Hi,
    does anyone know if it's possible to enter a space into a phone number in the E90's Contacts manager? It is possible with my Nokia 9500, and I transferred my contacts from it to the E90, and spaces in phone numbers were preserved, but when I enter a new contact I can't find any way to enter a space! This is very frustrating, as I find it very useful to pad out numbers with spaces, for example to make it clearer which provider a mobile number has, or what city code a land line has, and it also makes it easier to read out numbers over the phone. I have the same problem with hypens, which are handy for separating extension numbers from the rest of the number. I see that there is an optional label "Extension (bus.)", but that's not much use if the extension is for the fax machine...
    Ian
    Solved!
    Go to Solution.

    Thanks for your suggestions, and for bringing OVI to my attention, which I hadn't heard of before. However, all the suggestions require the use of another computer or service, whereas what I want is to be able to work with my communicator "stand alone" as far as possible, without having to rely on other systems, especially Windows systems! One of the features I most appreciate about the E90 is the USB interface, which means I can make backups without having to rely on software that only runs under Windows. In my case this means I can make backups to my Linux PC very quickly and easily, without needing to install any special software.
    Ian
    24-Nov-2008 02:01 PM
    cdl_1 wrote:
    I don't know about the E90, but with the E61 and E71 you can:
    - add spaces from OVI and then update the mobile
    - add spaces in Outlook (or whatever PIM you use) and then update the mobile
    - import a text file (using PC suite) with spaces from your PC to your mobile
    My guess is that all of the above would work with the E90. Let me know!

  • How could I Write data into a field in Oracle whose data type is VARCHAR2

    The target data I want to write into Oracle is in http://tw.yahoo.com/info/utos.html.
    Now, these data is stored in Mysql database and the field which stores these data uses "Text" as its data type.
    I want to derive these data from mysql database and store them into a field of oracle database.
    In oracle, I create field whose data type is varchar2(4000) to store these data.
    I use JSP to derive data from mysql and insert into oracle through JDBC.
    But the result of the page shows me that "javax.servlet.ServletException: Data size bigger than max size for this type: 25623".
    Please anyone could help to resolve this problem?
    Thank you very much.

    My hunch is that the problem is that VARCHAR2(4000), but default, allocates 4000 bytes of storage. Depending on your database character set, a single character may require up to 4 bytes of storage.
    If you are on 9i, you can declare the column VARCHAR2(4000 CHAR) to allocate 4000 characters of storage. You can also set NLS_LENGTH_SEMANTICS to CHAR, which will cause Oracle to assume that your declarations are in characters rather than bytes.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • How to enter a query into a role

    Hello Everyone,
    We are starting to look at the new analyzer.  We cannot find how to Enter a query in a role.  In the old analyzer there was a button called this.  Where is it in the new analyzer?  How to you enter and assign a query to a role?
    Thanks so much!

    Hi,
    We have a new concept of authorization where you are no more suppose to assign the query to the role from business explorer.
    I am not sure if you have gone through this but see this link a it explains about the new authorization concept that is analysys authorization.
    http://help.sap.com/saphelp_nw70/helpdata/EN/be/076f3b6c980c3be10000000a11402f/content.htm
    Now we have to create authorization object and use existing SAP autorization objects to assign authorizations...
    Also you use advanced search for searching new authorization concept in BI...this will give you plenty of links for it.
    Thanks
    Ajeet

  • How to enter the data into data block text item which has an LOV associated

    Hi,
    I have a data block, one of the data block text item has an LOV assigned. when I populate this text item using the LOV and do "execute_query", it is taking the value in the text item and adding it to the search criteria, but when I enter a value manually in that text item and do "execute_query" it is showing me an alert(which I created) "Please enter a value".
    My question is, why is not taking the value that I enter manually? Looks like before executing the query, this field is getting empty
    How to avoid this problem and make sure that the value entered in the text item is added in the where clause of the query?
    Any advice?
    Thanks in advance
    R.G

    Problem solved!
    Before doing execute-query, all the text items are being cleared,so I used a global variable to store that value
    Thanks anyway
    R.G

  • Matrix report - row field text extends into cell field's display space

    The horizontal elasticity of the row field in the matrix is set to VARIABLE. This row field's horizontal elasticity needs to be VARIABLE (not FIXED).
    However, this causes problems because if the row field's text length is long, the matrix does not change accordingly, i.e. the cell field does not move to the right to make room for the row field. So the row field extends into the display space of the cell field, and the text of the row and cell field overlap, and so the text is almost impossible to read (as well as ugly).
    I have tried to put a frame around the row and cell field so that they are together and move accordingly, but this hasn't helped. I have also tried anchors but they cause the fields to appear NULL when they are not.
    Any help is appreciated.
    -nelson
    [email protected]

    I think you'll need to revert to a fixed sized field and increase the height of the field to cope with the number of rows that you could have.
    You might be able to create a repeating frame above the matrix that tracks the matrix and pushes the whole matrix down as it expands, but I don't see how you could do this within the matrix structure itself.

  • Paste does not work in Safari browser to enter copied content into text box

    For example when I go to copy a URL Sosa to paste it into a text box on a local newspaper comment section, it won't paste in. Same goes for any pasting into the text box. I highlight what I want to copy (or cut) and the go to paste it into the text box, and nothing happens. Also there is this problem of the cursor not wanting to go where you direct it with your finger on the touch screen, where you have to get out of the data entry mode altogether then get back in to be able to continue typing to enter text, an d to add to the frustration, the cursor won't go where you want it to, but seems to arbitrarily choose an other place in the middle of the word next to where you want it to! Anyone experience this? I can't believe I'm the only one.

    Please don't take offense, you can't believe what some people post and then realize later that they have had a "duh" moment.
    I don't know what to suggest other the basic fixes, rebooting (holding the sleep and home buttons down until the Apple logo appears) and see if that helps - maybe clear the cookies and data in Safari even though that should not have any bearing at all on this issue or so I would think.
    I can relate to the cursor jumping on the screen issue as I do experience that from time to time. Not quite as bad as you seem to experience it, but it does happen to me as well. I have found that I get the best results using a light touch. And of course I will also enlarge the screen as well if I get too frustrated with the insertion point.
    Can we assume that you can copy and paste with the success in email, notes, etc?

  • How to export waveform data into text file

    Hi..
        I am trying to export my waveform graph data into write spreadsheet file. When running the proram, I am getting graph values (values in a matrix) when checking with the probe. But once I save it to a text file, the values recorded are just zeros. I have attached the text file along with this. Could anyone please tell me why the graph data is not recorded in the spreadsheet? I have extracted the Y component of the graph and then wired it to the write to spreadsheet function. It seems like the labview is getting the data.. but now the problem is how to get the data out of labview?

    Please find the attched image of the whole program. I tried running the program after removing the array to matrix but still I am not able to export the graph values to spreadsheet. The program as a whole is working as I am able to display the oscilloscope graph into the waveform graph but I am not able to export the values. When I tried using probes, I am getting differnet matrix values till the end of the connection given to 'write to spreadsheet' but not able to export the values. The second image shows the write to spreadsheet file inside the while loop as i thought it will reduce the memory.. but it is still not working...
    Attachments:
    Scanner complete program.jpg ‏713 KB
    full scanner program 2.jpg ‏664 KB

  • How to include text modules into text modules

    Hi experts,
    is there any possibility to include smartform text modules or sapscript standard texts into
    a text module?
    For example:
    Text module "B" and "C" are supposed to be used in text module "A".
    Regards
    CHRIS

    Hi,
    thanks to all for your answers.
    Obviously, there's no way to include a textmodule into a textmodule in SmartForms.
    Regards from Germany
    CHRIS

  • How to insert background colour into text?

    Hi,
    I'm relatively new to Dreamweaver so I'm not sure how exactly to phrase this question. Within a div file on my HTML I have created I have a few links taking the user to another page. .
    For the sake of clarity I have inserted an image to express what I am trying to say.
    The background colour for my div is a chocolate brown. I was wondering if there was any way of creating a background for the text for each link within the div? So the text would have a background with a different colour?
    I'm trying to create something that looks like this:
    Does anyone know if this is possible to do? Do I have to create separate Div files within the main div file to do this?
    Apologies for the lack of detail, I just don't know the technical words to show what I'm looking to do! Any tips or links to tutorials would be hugely appreciated.
    Thanks for reading.

    First, we need to examine the HTML code used to construct your menu.  The modern approach is to use an unordered list like this:
    <nav>
         <ul>
              <li><a href="#">Menu Item1</a></li>
              <li><a href="#">Menu Item2 </a></li>
              <li><a href="#">Menu Item3</a></li>
              <li><a href="#">Menu Item4</a></li>
              <li><a href="#">Menu Item5</a></li>
         </ul>
    </nav>
    Then style your navigation with CSS like this:
    <style>
    /**zero out margins & padding on everything**/
    margin:0;
    padding:0;
    /**fix the CSS Box Model on % layouts**/
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    nav {
        width: 100%;  /**adjust width as needed**/
        background-color: #960;
        padding: 30px;
    nav ul {
        margin: 0;
        padding: 0
    nav li {
        width: 20%;
        list-style: none;
        font-size: 14px;
        float: left;
        text-align: center;
    /**menu links**/
    nav li a {
        display: block;
        text-decoration: none;
        margin-right: 6px;   /* space between links */
        width: auto;  /* adjust as needed or use auto */
        padding: 6px;
        font-weight: bold;
        line-height: 2em;
        color: #FFF;
        background: orange;
    /**menu style on mouse over**/
    nav li:hover {
        color: #FFF;
        background: #1e5799;
    /**clear floats after nav element**/
    nav:after {
        clear: both;
        display: block;
        content: ' ' ;
    /**END MENU STYLES**/
    </style>
    Nancy O.

  • How to convert a shape into text

    After searching for a while, I could only find the opposite, how to convert from text to shape. I this case I have a shape that I would like to conver to text so that I can use it as a bullet. Any suggestions on how to do this in photoshop CS5?
    Thank you

    Depending on your needs, an alternative solution could be to use a program like inDesign that can do inline graphics. Inline graphics are image objects that you can place at the insertion point of the text tool while typing text and they will flow with the text like when you place images here in the messages of this forum or word processors like Microsoft Word but inDesign has the capabilities to have text on paths, shapes, etc with all bells and whistles of a layout program.

Maybe you are looking for

  • Upload Attachements(Doc File) into SAPand Read The same in BADI

    Hi All, I am Nagesh, and presently working on a BADI(NOTIF_EVENT_POST) for sending emails when a new Notification is created through QM01 Transaction Code, and its working very very fine. But now an additional requirement has come up, where i need to

  • Customer exit in BEx Query

    Hi, I've created a BEx query and added a variable MCE9004 in field Ref.org.unit and this variable is mapped to a customer exit code via CMOD step 2 (post_popup). Basically how I want it to work is, I will select an org.unit value e.g. org.unit = A1 i

  • How to change sender's name in  FM SO_NEW_DOCUMENT_ATT_SEND_API1

    Hi Friends , I am using FM "SO_NEW_DOCUMENT_ATT_SEND_API1" I want to change sender's name in this Fm. Actully when i am using this FM , in place of sender my name is goign but i want to send system name. Please help in this. point will be assign,

  • Creating a full project costing template ?

    hey all im new to numbers and never used excel.. i noticed on my ipad the employee calucation template and thought it would be awsome to do something very simlar but be able to use it as a specific project costing tool. the template would be the same

  • Keep Option to avoid splitting 2-line headings?

    I am trying to avoid splitting 2-line headings when using split columns. I tried to use "Keep Lines Together", but it does not have any effect - the heading still appears with line 1 at the bottom of column 1 and line 2 at the top of column 2.  I hav