Question of FACT while hiding the text field

Hello

Code written in the way: trying to hide the text field by ticking a box (box is to have fire action)... when the user activates the box to check, capturing fire action and hide the text field...

Question: but when the action of fire box is drawn, no code executes methods processformdata and processformrequest of my custom controllers but throwing error saying forces de FACTO fields are required and my box is checked, but field text is not hidden.

If required: here, if DFF fields mandatory error throws then box must be unchecked.


Note: required fields in FACT have not yet entered. If entered and then clicking on the check box text box will be hidden. the problem is only when de FACTO mandatory fields are not entered and trying to hide the text on the checkbox fields.


Required resolution: have to skip the mandatory FDF check GOLD fields when a FDF survey error then the box should not be checked (automatically unchecked)


Thanks in advance...


Kind regards

RAM

Hi AJ,.

implemented in the other direction...

Fact FDF mandatory configuration option and run the mandatory audit of de FACTO on the presentation page.

now it's completely works well...

Thanks AJ.

Kind regards

RAM

Tags: Oracle Applications

Similar Questions

  • query db SQLite to the question of the text fields

    I have a search query that I can send the data to a list, but how do I send data to the text fields?
    for example, I am looking for in a myTable with 4 columns: id, item1, item2, item3, this is the code: I

    private function cSearch (): void {}
    stmt.sqlConnection = this.isDbConnected (sqlConn);
    var sql:String = "SELECT * FROM MaTable WHERE (myTable.item1) LIKE '% ' | '. @item1 | '%' ";
    stmt. [Parameters["@Item1"] = searchInput.text;
    stmt. Text = sql;
    stmt.addEventListener (SQLErrorEvent.ERROR, sqlError);
    stmt.addEventListener (SQLEvent.RESULT, selectResult);
    stmt. Execute();
    }

    If I want to display the data in a list, I'll use this code:

    private void selectResult(res:SQLEvent):void {}
    Table: data var = stmt.getResult () .data;
    cList = new ArrayCollection();
    If {(data)
    for (var d: int = 0; d < = data .length-1; d ++) {}

    cList.addItem ({user.user-id: data [d], item1: data [d] .item1, item2: data [d] .item2t, item3: data [d] .item3});
    }

    } else {}
    trace ("no records available");
    }

    }
    private void displayLData(item:Object):String {}
    Return item.id + ".."  \t"+ item.item1 +"\t"+ item.item2 +"\t"+ item.item3;
    }

    and the list will be:

    < s:List id = "myList" width = "100%" height = "100%" dataProvider = "{cList}" = "displayLData" labelFunction > < / s:list >

    to make it work, the data display

    But what if I want to send the data to a text field 4 diferent?

    I tried, but it does not work

    private void selectResult(event:SQLEvent):void {}
    var searchRes:SQLResult = stmt.getResult ();
    cList = new ArrayCollection (searchRes.data);
    If (searchRes.data! = null) {}
    idSt = searchRes.data.id;
    item1St = searchRes.data.item1;
    item2St = searchRes.data.item2;
    item3St = searchRes.data.item3;
    }
    }

    any help?

    I try this way and it works fine:

    private void selectResult(event:SQLEvent):void {}

    var searchRes:SQLResult = stmt.getResult ();

    cList = new ArrayCollection (searchRes.data);

    If (searchRes.data! = null) {}

    cidSt = cSList.getItemAt (0) user.user;

    item1St = cSList.getItemAt (0) .item1;

    item2St = cSList.getItemAt (0) .item2;

    item3St = cSList.getItemAt (0) .item3;

    }

    }

    the cList, item1St, cidSt, item2St, item3St are declared [bindable]

    and I use labels in order to link the etc. can also be made directly to the label:

    If (searchRes.data! = null) {}

    myLbl1.text = cSList.getItemAt (0) user.user;

    myLbl2.text = cSList.getItemAt (0) .item1;

    myLbl3.text = cSList.getItemAt (0) .item2;

    myLbl4.text = cSList.getItemAt (0) .item3;

    }

    anyawys thanks for you response that helps a lot.

  • Narrowing of the text fields

    Hello everyone.  So I figured out how to develop simultaneous text fields, now I would at the same time reduce them.  Here's the scenario: a customer receives the form, between the 5 lines (or other) in a text field and the text game, expand fields.  Realizing that they entered too, they delete a line or two.  Unfortunately, the text fields do not contract.  Worse: someone enters a lot of information, removes a bunch of it and is stuck with a huge set of text fields when they just need a little space.  I would like it if all of the text fields would be collectively assume the size of the largest entry and not the following dimensions.  I enclose an example, and if someone want it to happen to unqueued, I'll be happy to email it to them.

    Bonus question: I have all my scripts in JavaScript.  Unfortunately, I can't figure out how to get the reference to subsequent subform instances to work in JavaScript.  If you look in the "Delete" button, you will see that it is film script in FormCalc.  The only reason I do it is to get this

    If (_Description_Value_Comments_and_Office_Comments.count == (this.parent.index + 1)) & (_Description_Value_Comments_and_Office_Comments.count <>, 1) & (choice == 4)) then

    Description_Value_Comments_and_Office_Comments [this.parent.index - 1]. Any_other_property_of_ this_type.rawValue = "2"

    endif

    to work properly.  When I try to do something similar in JavaScript, it doesn't seem to be able to handle this:

    Description_Value_Comments_and_Office_Comments [this.parent.index - 1]. Any_other_property_of_ this_type.rawValue = "2"

    I think it has something to do with the ILO [this.parent.index - 1], but I don't know how to fix it.

    Thank you all for your help.

    Post edited by: AJP256 Reason: changed "text boxes" to "text fields" because that's what I really wanted to

    Hello

    With respect to the height of the textfields, it would be easier if all the textfields were in a row. This way you can do away with the entire script, which tries to maintain height.

    It also makes it easier to add additional lines.

    I am downloading a sample (note should store).

    Good luck

    Niall

    PS, the file size seems v. large given the fact that there is no graphics?

  • 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?

  • 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 select all the text fields at a given time in Adobe Reader ms?

    I created a document that contains more than one text field I created with Acrobat Pro DC, I want to allow the user the ability to select all fields in order to change the text size/color and fonts at the same time... not having to go through the entire form and must make each field separately. To be a little more specific, the document is two pages with six place/lounge cards per page, designed for weddings and other events. Each place card has a field for 'user name' and ' number of table: my question is...» Is it possible to 'select all fields' in Adobe Reader? If I go to Edition > select all, the program selects all graphics and none of the text fields. Not exactly what I'm missing here and I can not find my answer online. Any information would be greatly appreciated.

    Thank you!

    Jodi

    In this case, you can only change the properties of the text selected within a field. Acrobat Reader cannot change the properties of the text field.

  • Is it possible to adjust the transparency of a caption slide show of Muse area, while maintaining the text inside to 100%?

    Is it possible to adjust the transparency of a caption slide show of Muse area, while maintaining the text inside to 100%?

    Thank you!

    In fact, I was wrong. Cramp brain today. It can be adjusted individually by using the link to the fill tool

  • Allow numbers in the text field

    Hi all

    I want to allow numbers in the text field using the BACKSPACE and delete keys to change.

    --> the code below does not allow alphabets but when I type a character in-between the numbers I add.

    -> and the other question is, if I select all of the text in the text field and press on any non-numeric key (for example: alphabets or special characters) it adds, but if I select all the text and if I type in the text box it won't add them.


    for example: I have 253 typed in the textfield If I try to type the alphabets it will not add

    but when I type in between the figures he adds 25java3

    CODE:

    public void changed (ObservableValue <? extends number > observable, oldValue, newValue number number) {}

    If (newValue.intValue () > oldValue.intValue ()) {}

    char ch = allocatevaluesText.getText () .charAt (oldValue.intValue ());

    System.out.println ("length:" + oldValue + "" + newValue + "" + ch);

    Check if the new character is the number or other

    If (!) () ch > = '0' & & ch < = '9')) {}

    If it's not previous number then just setText

    allocatevaluesText.setText (allocatevaluesText.getText () .substring (0, allocatevaluesText.getText () .length () - 1));

    }

    }

    Hi ATS the following:

    {code}

    final tf TextField = new TextField();
    tf.addEventFilter (KeyEvent.KEY_TYPED, new EventHandler() {}
    @Override
    {} public void handle (KeyEvent t)
    If (! t.getCharacter () .matches ("\\d")) {}

    t.consume ();
    }
    }
    });

    tf.textProperty () .addListener (new ChangeListener() {}
    public void changed (ObservableValue observable, String oldValue, String newValue) {}
    System.out.println ("new text:" + newValue);
    try {}
    int a = Integer.parseInt (newValue);
    } catch (Exception e) {}
    tf.setText (oldValue);

    }
    }
    });

    {/ code}

  • Location of roller on the text field.

    I created an interactive pdf in InDesign with a video integrated. Reversal of the image I have a text field are popping up with the name of the image. I need to change this name/text, where should I go in InDesign? The text field is visible in the pdf file when I roll over the image. I have looked through the windows of buttons, Animation and multimedia in InDesign, but cannot locate the domain in question. I created it 2 years therefore the empty mind!

    Thank you

    Meervaldo!

    The answer is that there is nothing InDesign (or you) have done. Looking to the reader by default of an Adobe Reader or Acrobat when it encounters a video.

    If it's an image, you can add a tip of the tool, by choosing from the menu of the Media Panel > Options PDF > Description.

    However, for some reason, you can apparently not substitute this particular kind of message that I can understand. You can view the video properties in Acrobat by clicking right on the video and choosing Properties. But I don't see a property to change the message.

  • Shrink the text field

    Hi all

    I have a problem with my textfields in Livecycle. My goal is to have a text field of a certain size that can expand to accommodate more text or reduced to fit the text that does not have full space that offers the text field. I put my height of the text field to display everything and wrote a javascript statement to minimize the size of the text box to fit all text entered. The code is as follows and is in the output of the field event:

    If ((this.resolveNode("$").rawValue! = null & & this.resolveNode("$").rawValue! = "") & & this.resolveNode("$").rawValue! = "Enter text here.") {

    this.resolveNode("$").border.presence = 'hidden ';

    this.resolveNode("$").h = "";

    }

    EC that it is supposed to do, is to minimize the height of the text field when the user leaves the field so that the field corresponds to the amount of text (there is a default value on the field "Enter text here."). Everything works perfectly and the field will develop and adjust the text, however when the form is saved and then re-opened, the text field is reduced to an incredibly small size so that only the first line of the text is visible and it is cut in half.

    I suspect that the problem comes from the fact that the script I've written sets the height of an empty value, but it is only in the case of output, so the size of the field should not change from when the form is saved to when it is open. Does anyone have ideas for how to fix this?

    Replace this.resolveNode("$").h = "' with this.minH =".01in ".

    Also, this.resolveNode("$") is the same as just 'this' (as I know).

    Kyle

  • cannot change the text field after grouping

    Hi people,

    I have 3 single-line text fields and a logo combined using 'Add parents '.  For some odd reason, I can't select a field to edit text.  I can select them in the assets Panel and change the layout or style, but as soon as I double-click to edit the text, my selection goes to the div parent instead of the text field.  I tried to use the text as well, but it always happening in selection to the parent.  This isn't a big deal since I can change the text later in a Publisher, but it's a little frustrating.

    FWIW, I ran the update of this morning before starting, but I doubt that caused this nothing thanks for any help

    -Kevin

    So sorry Chris, in my frustration, I removed the parent and the group so I can get the item that I wanted to edit, and then recreated the parent.

    However, your description of the differences between the Group and Add Parent in this discussion: http://forums.adobe.com/thread/1361983?tstart=0 probably explains why I have problems.  I think I had GROUPED fields 3 text and then wrapped in this group and the image of the logo in another div with 'Add parents '.  I have probably not been not clicking successfully through the parent company to the group, and then in the text field.  In fact, I was clicking like mad, but probably not on the correct spot for each level.

    Thank you to specify how these elements work.

    -Kevin

  • Insert the path to the file in the text field

    I'm creating a text tabled at the bottom of a form document that will automatically enter the path of the file (for example. C\:Folder\File) in the document after the document is saved.  I looked at a few Scripts, but nothing seems to work.  I guess it will look something like this on the option "postSave":

    this.rawValue = event.target.path.replace (event.target.documentFileName, "");

    I am a very novice programmer so I don't know if it's even close to right.

    Apparently, some of my search parameters have been extinguished.  This question has already been answered before.  If someone comes looking here, this is a link to the page with the answer.

    http://forums.Adobe.com/message/4007317#4007317

    Enjoy.

    FYI: Here is the code I used for the text field.

    Inspection.TextPage.Bottom.End.Directions.File::preSave - (JavaScript, client)

    this.rawValue = event.target.path

  • Pop the text field scrolling buttons on the stage

    Hello all;

    I am very new to Flash so please bare with me. If anyone can point me to some examples I would really appreciate it. I have 5 buttons on my stage (in fact they are just text that I made in buttons); I would like the user to be able to click on each of them, and it appears a text field scrolling where they can read and scroll the information in the text field and then they can go back and click Next and so on. On the left side of the stage is the buttons and on the side right would be the scrolling text field. Now I realize that I could accomplish this using frameworks separated for each button and just pointing to these images, but I feel that there is an easier way... There must be there is something I'm definitely missing...

    Thank you d ' attribute
    T

    A warning first. I have not tested this code, but it covers most of what is needed to do this with AS3.

    var source: String = "myTxtFile.txt";
    var dataFormat:String = pouvez;

    var loader: URLLoader = new URLLoader();
    loader.dataFormat = dataFormat;

    loader.addEventListener (Event.COMPLETE, completeHandler);

    var request: URLRequest = new URLRequest (source);
    try {}
    Loader.Load (request);
    } catch (error) {}
    trace ("there was an error loading the text file");
    }

    function completeHandler(evt:Event):void {}
    var variables: URLVariables = new URLVariables ((evt.target comme URLLoader) .data);

    for (var i: uint = 1; i<= variables.numvars="" ;="">

    var n: String = "button" + i;
    myTexts [n] variable = [n];

    }
    }

  • Turn off the text field (always submits page when you press enter)

    I have an area which allows you to enter search criteria. There are two fields and a button. The 1st field is a selection list that gives a list of columns in a database that can be searched on. The 2nd field is where the user enters the value to search for. The user can submit the search in 2 ways. They can press the button or press return when the cursor is in the 2nd item that is a text field (always submits page when you press enter). The results are then displayed in a region of report below.

    The problem I have, is that if the request is for > 10 seconds and the user gets impatient and hits the Enter key or the button search again the query is returned for a second time (or third or fourth according to the impatience of the user) causing the claim on the basis of data with a negative impact on the performance of the system.

    I know how to handle the search key. On a click event on I turn off the button so that the user cannot click on it again and resubmit the request.

    My question is - how can I turn off "always provides a page when you press enter" text item when the user presses enter? I tried an onclick event, but disabled the front element I could type in anything. Onblur event does not seem to do anything.

    Any ideas would be very appreciated.

    Andy

    Hello

    First of all, one thing to try: attributes of the Page, there is a section for the presentation in double - try setting this option on no.

    Otherwise, using the text field type, adds the following to the INPUT tag:

    onkeypress="return submitEnter(this,event)"
    

    which means, you can call your own function of javascript on the onkeypress event, the final line would be call submitEnter(). But you can set the value of a hidden page element:

    function doEnter(t, e)
    {
     if ($x('P1_SEARCH_RUNNING').value == 0)
     {
      $x('P1_SEARCH_RUNNING').value = 1;
      return submitEnter(t, e);
     }
     else
     {
      return false;
     }
    }
    

    Then, after changing your element to an element of normal text on the attributes of HTML form elements, add in:

    onkeypress="return doEnter(this,event)"
    

    Andy

  • Expand the text field

    Hey guys you can take a look at my request.

    http://Apex.Oracle.com/pls/OTN/f?p=30452:6

    The text fields are to close on the other, is there a way to spread a little wider text boxes?

    Thanks for all the help guys.

    As I see this example those are elements of single page (resembling a tabular presentation). You can put

    & nbsp; & nbsp;

    in the text of your question Post item.

    Denes Kubicek
    -------------------------------------------------------------------
    http://deneskubicek.blogspot.com/
    http://www.Opal-consulting.de/training
    http://Apex.Oracle.com/pls/OTN/f?p=31517:1
    -------------------------------------------------------------------

Maybe you are looking for