Clear text fields values without submit?

Hello

I have a screen with some text fields, two-button (first button runs a procedure of search and the other would erase the values in order to start a new search). The user wants to be able to clear the fields values without going through the submitted page. How can I do?

Thank you.

Hello:

You could change the second page your buttons execute a javascript function that will be the effect on the erasure of field. Change this target of buttons to be a URL. For the URL, specify

JavaScript:clearFields();

Add this javascript in the page header.


CITY

Tags: Database

Similar Questions

  • Alpha ignored by the Flash CS3 text field value

    It is a problem, I noticed in Flash CS3. I checked livedocs and noted in Flash8 too:
    Comment by rainair:
    leader = 00002437.html & http://livedocs.adobe.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveD ocs_Parts

    So, I have a clip in which I put a text field. I've done the transparent clip (setting alpha to 0) and everything is OK (the pliers and the deposited text are not visible) while I'm still working with the timeline and stage. When I test or publish the movie the text field is always visible. I have a Flash Player 9,0,115,0 installed on my computer.
    I did some tests and found that:
    If the text field is static text, it WORKS. Text field has the same alpha value as the clip that holds it.
    If the text field is a dynamic text it does not. Submitted text is visible.
    If the deposited text is entered and there is NO character to incorporate, the text field IS visible (it looks like the alpha value is 100).
    If the text field is the input text and incorporate characters, the deposited text IS NOT (as expected) visible.
    It's strange. I'd say it's a bug.

    BTW, it seems that you can add comments to Flash 8 livedocs (after clicking on the add comment button, you are redirected to a log in page and you can submit a comment), but when I went to Flash CS3 livedocs you can't. There is a message 'comments are no longer accepted for Flash CS3. Flash CS4 is the current version. To discuss Flash CS3, please use the Adobe forum. ». This nonsense!

    Wow, you don't need to go through this whole process just to embed fonts in a dynamic text field that is already on scene. Click the field in your text on the stage, click the character of dipping and embed the characters you need. Fact.

  • Text field - value color. New user.

    I am painfully self-taught and using LiveCycle Designer ARE 2 on Windows 10.  I am designing a pdf form (via the rights of readers, users can enter text) and everything that has happened - pdf exactly necessary functions - but I need to deal with some visual aspects and here's the hitch...

    I want to the values area of some areas of text entry to fill with a color, all leaving the entire text box & legend area white/no fill.  After a cargo of experimentation, I thought I had this figured out using the following:

    In fashion designer...

    Select the desired text field > tab > field tab > appearance > select custom in the appearance menu > in the custom appearance window that appears I then select background fill > Style = solid.

    Can I choose a color from the first of the two paint bucket icons (the one on his right is grey out), click OK and - presto - the values area has a fill Uni in the color I chose. Exactly what I want.

    The problem is when I leave the designer view and select the preview PDF tab, my colors are gone and view what were their default values. Return to the designer view and the colors are if I put them. Huh?

    I would appreciate help with this.

    Thanks in advance!

    Try to uncheck "highlight the existing fields.

    In the Viewer tab if you press the "Esc" key, you'll be up the toolbars it would look in regular acrobat. Then in the header/purple on the top toolbar right you have the choice to highlight fields. Which will highlight the fields by using the same kind of coloring/properties options you have changed earlier so that the choice "replaces" your colour of the fields if that makes sense.

    If my answer helps please mark as correct and do not hesitate to ask anything else. I'm happy to help if I can

    Mattias cordially.

  • Getting the text field value?

    How can I get the value entered into the field of action tf_1?

    Let's say I'm going to number 5 in the text field tf_1, how can I receive it for use in the code?five.png

    I would like to store that value in the variable, so that I can work with him in a function.

    Can someone help me? I am already grateful!

    var num:Number;

    calcular.addEventListener (MouseEvent.CLICK, resolver);

    function resolver(Event:MouseEvent): void {}

    NUM = Number (tf_1.text);

    If (num/400 = 0) {}

    trace ("Yes!");

    }

    }

  • show or hide text fields based on another text field value

    Hi, I have 3 text fields totals. by default, first text field is visible & other hidden two. what I want to do is if enter all the values in the first text box, other two text fields should automatically visible. Likewise, if I remove the value in the first text box, and then two other fields should automatically hide again. so thanks for giving me a java script for that. also I need javascript for hidden text fields. This script should check the values in the first field work and text (visible or hide). Thanks in advance...

    As the custom field the validation script enter this code (of course, set the names of the other fields as required):

    if (event.value=="") {
        this.getField("Field2").display = display.hidden;
        this.getField("Field3").display = display.hidden;
    } else {
        this.getField("Field2").display = display.visible;
        this.getField("Field3").display = display.visible;
    }
    
  • Change the display of text field value based on the value (short sample code provided)

    I read around on it for a few days, but I still can't get it works well.

    I have a field of text called "W1SnC1". In fact, I have several domains to execute it. That's why I tried to make the generic script below. Basically, I want to change the properties > form field to "visible but does not print ' if the text field contains ' - '. (As a note side '-' is the default value). I put the script in the following properties > validate > run the custom validation script:

    var elemName = event.target.name;

    If (event.value == '-')

    {

    elemName.display = display.noPrint;

    } else

    {

    elemName.display = display.visible;

    }

    Its odd but once in a while it works :-) I think I must be clicking on something that the queues of validation in these moments. However, I need some general help. Did someone mind giving advice on what to change?

    Try something like this:

    Event.Target.Display = event.value = "-"? display.noPrint: display.visible;

  • Clear text fields

    I create a dashboard with lots of buttons that display pieces of text to an XML file. The problem is, I can't understand how to clear the text field, once it is posted. If I press another button, the new data will replace the old data, but if the new button is display a smaller set of data, it won't replace some of the old data set and the rest remains displayed. Who is?

    I found a code that removes the text fields, but I don't know where to put:

    ///////////////

    import flash.events.MouseEvent;

    import flash.text.TextField;

    var adminUnitsXML:XML;

    var adminloader:URLLoader = new URLLoader();

    adminloader.addEventListener (Event.COMPLETE, onAdminComplete);

    adminloader. Load (new URLRequest ("FY2012units.xml"));

    function onAdminComplete(evt:Event)

    {

    adminUnitsXML = new XML (adminloader.data)

    }

    var adminMeasuresXML:XML;

    var adminloadermeasures:URLLoader = new URLLoader();

    adminloadermeasures.addEventListener (Event.COMPLETE, onAdminCompleteMeasures);

    adminloadermeasures. Load (new URLRequest ("2011xmlmeasures.xml"));

    function onAdminCompleteMeasures(evt:Event)

    {

    adminMeasuresXML = new XML (adminloadermeasures.data)

    }

    -Buttons on unit-------.

    adminu1.addEventListener (MouseEvent.CLICK, adminu1Click);

    adminu2.addEventListener (MouseEvent.CLICK, adminu2Click);

    adminu3.addEventListener (MouseEvent.CLICK, adminu3Click);

    adminu4.addEventListener (MouseEvent.CLICK, adminu4Click);

    adminu5.addEventListener (MouseEvent.CLICK, adminu5Click);

    adminu6.addEventListener (MouseEvent.CLICK, adminu6Click);

    adminu7.addEventListener (MouseEvent.CLICK, adminu7Click);

    adminu8.addEventListener (MouseEvent.CLICK, adminu8Click);

    adminu9.addEventListener (MouseEvent.CLICK, adminu9Click);

    adminu10.addEventListener (MouseEvent.CLICK, adminu10Click);

    adminu11.addEventListener (MouseEvent.CLICK, adminu11Click);

    adminu12.addEventListener (MouseEvent.CLICK, adminu12Click);

    adminu13.addEventListener (MouseEvent.CLICK, adminu13Click);

    adminu14.addEventListener (MouseEvent.CLICK, adminu14Click);

    adminu15.addEventListener (MouseEvent.CLICK, adminu15Click);

    adminu16.addEventListener (MouseEvent.CLICK, adminu16Click);

    adminu17.addEventListener (MouseEvent.CLICK, adminu17Click);

    Here I attributed to plaintext to all buttons;

    adminu1.addEventListener (MouseEvent.CLICK, plain text);

    adminu2.addEventListener (MouseEvent.CLICK, plain text);

    adminu3.addEventListener (MouseEvent.CLICK, plain text);

    adminu4.addEventListener (MouseEvent.CLICK, plain text);

    adminu5.addEventListener (MouseEvent.CLICK, plain text);

    adminu6.addEventListener (MouseEvent.CLICK, plain text);

    adminu7.addEventListener (MouseEvent.CLICK, plain text);

    adminu8.addEventListener (MouseEvent.CLICK, plain text);

    adminu9.addEventListener (MouseEvent.CLICK, plain text);

    adminu10.addEventListener (MouseEvent.CLICK, plain text);

    adminu11.addEventListener (MouseEvent.CLICK, plain text);

    adminu12.addEventListener (MouseEvent.CLICK, plain text);

    adminu13.addEventListener (MouseEvent.CLICK, plain text);

    adminu14.addEventListener (MouseEvent.CLICK, plain text);

    adminu15.addEventListener (MouseEvent.CLICK, plain text);

    adminu16.addEventListener (MouseEvent.CLICK, plain text);

    adminu17.addEventListener (MouseEvent.CLICK, plain text);

    -Button of the device functions-------.

    Here's the function of clear text, but I don't know where to put this. When it is placed here, I can't get my text to display when I click on the buttons.

    function clearText(e:MouseEvent):void {}

    measures_txt. Text = "";

    measures1_txt. Text = "";

    measures2_txt. Text = "";

    measures3_txt. Text = "";

    measures4_txt. Text = "";

    measures5_txt. Text = "";

    measures6_txt. Text = "";

    measures7_txt. Text = "";

    measures8_txt. Text = "";

    measures9_txt. Text = "";

    measures10_txt. Text = "";

    }

    function adminu1Click(event:_MouseEvent):void {}

    UnitBudget_txt.text = (adminUnitsXML.adminu1.budget.text ())

    UnitName_txt.text = (adminUnitsXML.adminu1.uname.text ())

    UnitEmployees_txt.text = (adminUnitsXML.adminu1.employeect.text ())

    measures_txt. Text = (adminMeasuresXML.measure [6].rdu.text ())

    measures1_txt. Text = (adminMeasuresXML.measure [6].mmrslt.text ())

    measures2_txt. Text = (adminMeasuresXML.measure [7].mmrslt.text ())

    measures3_txt. Text = (adminMeasuresXML.measure [10].mmrslt.text ())

    measures4_txt. Text = (adminMeasuresXML.measure [11].mmrslt.text ())

    measures5_txt. Text = (adminMeasuresXML.measure [12].mmrslt.text ())

    measures6_txt. Text = (adminMeasuresXML.measure [13].mmrslt.text ())

    measures7_txt. Text = (adminMeasuresXML.measure [20].mmrslt.text ())

    measures8_txt. Text = (adminMeasuresXML.measure [24].mmrslt.text ())

    measures9_txt. Text = (adminMeasuresXML.measure [25].mmrslt.text ())

    measures10_txt. Text = (adminMeasuresXML.measure [26].mmrslt.text ())

    }

    function adminu2Click(event:_MouseEvent):void {}

    UnitBudget_txt.text = (adminUnitsXML.adminu2.budget.text ())

    UnitName_txt.text = (adminUnitsXML.adminu2.uname.text ())

    UnitEmployees_txt.text = (adminUnitsXML.adminu2.employeect.text ())

    measures_txt. Text = (adminMeasuresXML.measure [6].rdu.text ())

    measures1_txt. Text = (adminMeasuresXML.measure [14].mmrslt.text ())

    }

    function adminu3Click(event:_MouseEvent):void {}

    UnitBudget_txt.text = (adminUnitsXML.adminu3.budget.text ())

    UnitName_txt.text = (adminUnitsXML.adminu3.uname.text ())

    UnitEmployees_txt.text = (adminUnitsXML.adminu3.employeect.text ())

    }

    function adminu4Click(event:_MouseEvent):void {}

    UnitBudget_txt.text = (adminUnitsXML.adminu4.budget.text ())

    UnitName_txt.text = (adminUnitsXML.adminu4.uname.text ())

    UnitEmployees_txt.text = (adminUnitsXML.adminu4.employeect.text ())

    }

    function adminu5Click(event:_MouseEvent):void {}

    UnitBudget_txt.text = (adminUnitsXML.adminu5.budget.text ())

    UnitName_txt.text = (adminUnitsXML.adminu5.uname.text ())

    UnitEmployees_txt.text = (adminUnitsXML.adminu5.employeect.text ())

    }

    function adminu6Click(event:_MouseEvent):void {}

    UnitBudget_txt.text = (adminUnitsXML.adminu6.budget.text ())

    UnitName_txt.text = (adminUnitsXML.adminu6.uname.text ())

    UnitEmployees_txt.text = (adminUnitsXML.adminu6.employeect.text ())

    measures_txt. Text = (adminMeasuresXML.measure [1].mmrslt.text ())

    measures1_txt. Text = (adminMeasuresXML.measure [8].mmrslt.text ())

    measures2_txt. Text = (adminMeasuresXML.measure [9].mmrslt.text ())

    measures3_txt. Text = (adminMeasuresXML.measure [27].mmrslt.text ())

    }

    function adminu7Click(event:_MouseEvent):void {}

    UnitBudget_txt.text = (adminUnitsXML.adminu7.budget.text ())

    UnitName_txt.text = (adminUnitsXML.adminu7.uname.text ())

    UnitEmployees_txt.text = (adminUnitsXML.adminu7.employeect.text ())

    }

    function adminu8Click(event:_MouseEvent):void {}

    UnitBudget_txt.text = (adminUnitsXML.adminu8.budget.text ())

    UnitName_txt.text = (adminUnitsXML.adminu8.uname.text ())

    UnitEmployees_txt.text = (adminUnitsXML.adminu8.employeect.text ())

    }

    function adminu9Click(event:_MouseEvent):void {}

    UnitBudget_txt.text = (adminUnitsXML.adminu9.budget.text ())

    UnitName_txt.text = (adminUnitsXML.adminu9.uname.text ())

    UnitEmployees_txt.text = (adminUnitsXML.adminu9.employeect.text ())

    }

    function adminu10Click(event:_MouseEvent):void {}

    UnitBudget_txt.text = (adminUnitsXML.adminu10.budget.text ())

    UnitName_txt.text = (adminUnitsXML.adminu10.uname.text ())

    UnitEmployees_txt.text = (adminUnitsXML.adminu10.employeect.text ())

    }

    function adminu11Click(event:_MouseEvent):void {}

    UnitBudget_txt.text = (adminUnitsXML.adminu11.budget.text ())

    UnitName_txt.text = (adminUnitsXML.adminu11.uname.text ())

    UnitEmployees_txt.text = (adminUnitsXML.adminu11.employeect.text ())

    measures_txt. Text = (adminMeasuresXML.measure [2].mmrslt.text ())

    measures1_txt. Text = (adminMeasuresXML.measure [3].mmrslt.text ())

    }

    function adminu12Click(event:_MouseEvent):void {}

    UnitBudget_txt.text = (adminUnitsXML.adminu12.budget.text ())

    UnitName_txt.text = (adminUnitsXML.adminu12.uname.text ())

    UnitEmployees_txt.text = (adminUnitsXML.adminu12.employeect.text ())

    }

    function adminu13Click(event:_MouseEvent):void {}

    UnitBudget_txt.text = (adminUnitsXML.adminu13.budget.text ())

    UnitName_txt.text = (adminUnitsXML.adminu13.uname.text ())

    UnitEmployees_txt.text = (adminUnitsXML.adminu13.employeect.text ())

    }

    function adminu14Click(event:_MouseEvent):void {}

    UnitBudget_txt.text = (adminUnitsXML.adminu14.budget.text ())

    UnitName_txt.text = (adminUnitsXML.adminu14.uname.text ())

    UnitEmployees_txt.text = (adminUnitsXML.adminu14.employeect.text ())

    measures_txt. Text = (adminMeasuresXML.measure [4].mmrslt.text ())

    measures1_txt. Text = (adminMeasuresXML.measure [5].mmrslt.text ())

    }

    function adminu15Click(event:_MouseEvent):void {}

    UnitBudget_txt.text = (adminUnitsXML.adminu15.budget.text ())

    UnitName_txt.text = (adminUnitsXML.adminu15.uname.text ())

    UnitEmployees_txt.text = (adminUnitsXML.adminu15.employeect.text ())

    }

    function adminu16Click(event:_MouseEvent):void {}

    UnitBudget_txt.text = (adminUnitsXML.adminu16.budget.text ())

    UnitName_txt.text = (adminUnitsXML.adminu16.uname.text ())

    UnitEmployees_txt.text = (adminUnitsXML.adminu16.employeect.text ())

    }

    function adminu17Click(event:_MouseEvent):void {}

    UnitBudget_txt.text = (adminUnitsXML.adminu17.budget.text ())

    UnitName_txt.text = (adminUnitsXML.adminu17.uname.text ())

    UnitEmployees_txt.text = (adminUnitsXML.adminu17.employeect.text ())

    }

    IN EAC h case when you assign text, if you want the textfields which have no new text to display nothing, then you must assign them nothing in the form of text.  What you could do for each case, it's the same unique feature allows to clear all fields before rewrite you everything, as in...

    function clearAll (): void {}

    UnitBudget_txt.text = UnitName_txt.text = UnitEmployees_txt.text = measures_txt.text = measures1_txt.text = "";

    }

    function adminu15Click(event:_MouseEvent):void {}

    clearAll();

    UnitBudget_txt.text = (adminUnitsXML.adminu15.budget.text ())

    UnitName_txt.text = (adminUnitsXML.adminu15.uname.text ())

    UnitEmployees_txt.text = (adminUnitsXML.adminu15.employeect.text ())

    }

    function adminu16Click(event:_MouseEvent):void {}

    clearAll();

    UnitBudget_txt.text = (adminUnitsXML.adminu16.budget.text ())

    UnitName_txt.text = (adminUnitsXML.adminu16.uname.text ())

    UnitEmployees_txt.text = (adminUnitsXML.adminu16.employeect.text ())

    }

    and so on for all the others...

  • Clear text fields button

    Hi all

    I am very new to Flash, but I need a button to clear all the entries in a form text fields, so that the user can delete all their data and start over.

    Any hepl would be greatly appreciated.

    Concerning

    John

    If you mean you want to deselect everything that is selected in the drop-down list, then you must set the property selectedIndex-1...

    aCb.selectedIndex = - 1;

  • Adding (or divide, multiply, etc.) in the text field values

    Hello world

    I'm trying to calculate values in fields of text entered by the user (who didn't accept numbers) as well as the values selected by the user drop-down list boxes. I have a function to a button:

    reviewQ.calcBtn.addEventListener(MouseEvent.CLICK, calcAns);
    function calcAns(e:MouseEvent):void
    {
         reviewQ.calcAns_text.text = "Your calculated result is " + parseInt(Q1.Q1_text.text) + parseInt(Q2.Q2_cb.selectedItem.data) + parseInt(Q3.Q3_text.text) + parseInt(Q4.Q4_cb.selectedItem.data);
    }
    

    Now, all I get is the actual values entered into the text fields and selected in the drop-down list boxes. How can I get the sum of these values to display on my 'calcAns_text.text '?

    Thank you for your help,

    Rafa.

    You have to build your own filtering for values.  If you think that decimal values, then you will need to plan and test for the presence of a comma in a numeric string and then do not use parseInt(); (what creates an integer value), but use instead Number();  You will need to filter the commas in the numbers in the string before creating the value used for the calculation.

  • Text field value based on the numeric value of a number field

    I'm trying to make a PDF form to be completed online for an assessment of the Performance.  I have three radio buttons that put a value in a total box.  For example, is not good = 15, good = 30, Excellent = 45.  So according to the radio button you select, the value of it will be 15, 30, or 45.  I have 6 different categories, while the score can be anywhere between 100-300.  Based on these findings, it ranking is determined, so what I'm trying to do, is make a text box to match their classification according to their total score.  That's what I tried without success.

    SalesPA.SalesPA.OverallScore::calculate - JavaScript, client)

    if TotalPoints > 234

    {

    ce = 'Exceeds expectations';

    }

    if TotalPoints > 179

    {

    ce = "Meets expectations";

    }

    if TotalPoints > 99

    {

    ce = 'No reply to the expectations';

    }

    Your JavaScript syntax was incorrect. Use the syntax validation tool in the future to avoid this. Here is a corrected version.

    If (TotalPoints > 234)

    {

    this.rawValue = "exceeding expectations."

    }

    If (TotalPoints > 179)

    {

    this.rawValue = "meets expectations."

    }

    If (TotalPoints > 99)

    {

    this.rawValue = "not meet the expectations."

    }

  • How to change a text field value based on a drop down menu?

    Hello experts.

    I have a simple form with a very long drop-down list, and two text boxes.  I use a table to fill textbox1 based on the value selected in the drop-down list, and it works as expected.  Some of the values in the drop-down list, but not all, should cause textbox2 become unalterable.

    Does anyone have an example script for this?  Any help would be greatly appreciated.

    I use LiveCycle Designer ES 8.2 on Windows Vista 32 bit.

    Thank you

    Jerald

    You can do the TextField2 as readonly using the Script based on the value in the drop-down list.

    If (dropdoqn1.rawValue == "") {}

    TextField2.access = "readOnly";

    }

    You can modify the script above that you need...

    Thank you

    Srini

  • Change the field values of multiple text searching a word/words in their name.

    Hello

    So in my document, I load all the text fields roughly the same name than just with slight variations in their name.

    For example:

    FldTxt

    FldTxt1

    P1. TemplateName.FldTxt

    P1. TemplateName.FldTxt1

    ... Etc.

    The way this works is that each individual text box represents a parameter for a single element, so in this case there are 4 products.

    Is the way in which these parameters are selected, the user presses a button that generates a copy of a template page.

    On this page are a group of checkboxes, buttons and drop-down lists, these particular text fields display the value of a drop-down list.

    This is so that when the user has finished with the generated page, it can be removed and all the information is stored on the main page for later in the process.

    Because of how the elements of work means that fields can either displays a 'None selected' or option selected, BUT they cannot stand by the option that was selected.

    For example;

    FldTxt "none".

    FldTxt1 "selected Option2.

    P1. TemplateName.FldTxt "selected Option2.

    P1. TemplateName.FldTxt 'None Selected '.

    I hope this explains the theory behind it.

    So I wonder is what I could put these text fields values by searching for a keyword in their name? For example. If the field has "FldTxt" in its name, and its value is not equal to "None Selected", change its value to the value of the drop-down list of the most recent.

    The reason why I want to do it in this way is because there is no predefined number of these text fields, there might be only 2 or 200 because it depends on the number of items in the form.

    So I imagine it would go something like this;

    for (var i=0; i<this.numFields; i++) {
        var f = this.getField(this.getNthFieldName(i));
        var nameSearch = //search for keywords in a field name
        var dropdown = //the name of the dropdown
        if (f.nameSearch == "FldTxt" && if f.type = "textfield") {
            if (f.value !== "None Selected") {
                f.nameSeach.value = dropdown.value;
    

    My apologies if the syntax is incorrect or even impossible, but I don't know exactly what I'm asking check I just know what would be the outcome.

    I know that we can search for words in a document so I wonder if it is possible for domain names

    Your code is not quite correct. If I understand this code should do the trick (you may need to adjust the names of fields and values, however):

    var nameSearch = "FldTxt";
    var dropdown = this.getField("Dropdown").value;
    for (var i=0; i		   
  • Getting the value of the text field element

    I was wondering if it was possible-

    I have a text field and a "submit" button. In the button submit, I said it to go to a link (i.e. http://www.oracle.com/). I want to take the information that is in the text field and with the URL concatinate (IE if the APEX was in the text field, I want the button submit to take me to http://www.oracle.com/APEX).

    Is this possible?
    If so, how?

    Thank you
    Tom

    Tom:

    Set the URL in the definition of button as

    javascript:redirect('http://www.yahoo.com/' + $v('TEXT_FIELD_NAME') );
    

    CITY

  • Text in the text field

    Hello

    I have a text field and submit button. When I enter a value in the text field and click submit, I want value and my own value given in the code should appear.

    For ex,.

    In the code if I gave Hello and enter the text as a user field. After clicking on the button submit, I get like ' Hello user ' in the text field.



    Thanks in advance,
    Roselyne

    Hello

    in processFormRequest write this code

    {if (PageContext.GetParameter (submitbutton_id)! = null)}

    OAMessageTextInputBean oaBean = (OAMessageTextInputBean) webBean.findIndexedChildRecursive (id_of_text_field);

    String sValue = (String) oaBean.getValue (oaPageContext);

    throw new OAException ("Hello" + sValue, OAException.CONFIRMATION);

    }

    That would solve your problem,

    thanx
    Pratap

  • Convert the TEXT field above

    I use APEX5 to maintain a table of database using report/form wizard

    In DML form, I have a few text field.  When 'Submit when you press enter' is defined or not, the calculation of point after the present and upper(:Text_Field) does not work.

    When I changed 'Submit when you press enter' Yes, it works but it submit the Page and I did not complete data entry.

    Am I missing some setting?  I searched the forum, underlined especially html form but I use form DML.

    Thank you, Dorothy

    Dorothy,

    See this example:

    https://Apex.Oracle.com/pls/Apex/f?p=93000:807

    Denes Kubicek

Maybe you are looking for