How to TOGGLE OFA form field according to the conditions

Dear all,

I'm new to OAF and started learning the OFA.

I have a requirement as below,

The Window(OAF Page) provider, there is a tab named 'key to purchase Setups '.

Here if the provider's site is already created and 'Pay' and "Level summary invoice" columns is to have values, questioning the site begging, I want to disable (not editable) the two fields 'Invoice Summary Level' and 'Pay' for all users except IE a user Guru

Using customization, I can put the READ ONLY option, but I need to be implemented for the above condition.

Can anyone suggest me how to proceed?

Thank you

Kind regards

Guru

Hello.

I think that your condition is the same as it

Dynamically set read-only columns in the tabular presentation at record levels

I already mentioned solution.

Same would apply to you.

Tags: Oracle Applications

Similar Questions

  • How to insert a form field

    Gurus,
    in the form field method


    How can I insert a form field to denote the beginning of the group.

    In the enter text field help: (<? for each: G_VENDOR_NAME? >) == > > I would like to add this?

    I am not able to find this in MS word 2007?
    Please guide
    Thank you

    Hello
    If the answer to your question, please mark it replied.

  • How to pre-fill a field before inserting the new record in the same block

    I'm obviously new to the forms and need help! I need to insert new records based on the lodge currently in the same block.

    In the block, I specify a lodge (lodge 0000) and run the query for this particular lodge. I want to insert new records
    for lodge 0000. The number of dressing room must be pre-fill with lodge 0000 and I have to do is enter the others
    provide the information.

    How to make a form to pre-fill the field lodge?

    Instead of global variables, why do you not use "Form settings" which are specific to your form? You can use them in the property 'Initial value' similar to global variables.

  • PDF form field rectangle on the page coordinates

    Hello

    recently I came across a PDF file that had a form field (text) with the following rectangle:

    LowerLeft: 170; 850

    Superieurdroit: 475; 862

    The page itself was: 595; 841 while that MediaBox = CropBox = BleedBox = area of crop.

    The coordinate y is off the page so to speak.

    The Adobe reader displays the field at the top of the page, but within the limits of the top page.

    Maybe it than correct/fix it?

    My question is:

    1.) is this compatible pdf specification? (I did a quick search but couldn't find something about it)

    2.) is that PDF/A-1 compliant (if that makes a difference)?

    Thank you

    ToM

    Yes, negative coords are perfectly valid.   Do not forget that those related to the MediaBox, which should not be journalAGOS to (0,0)

  • How to make dynamic form fields updated?

    This is going to be an ugly post, just be careful! :)

    I have a form that retrieves his labels and text input field names dynamically from a database. Rather than having the form hardcoded, we are able to add new columns to a table and the form automatically adds the new labels and fields via CFQUERY.

    When the form is completed and submitted (post method), the database is supposed to be updated. However, because our names of input fields are populated through query, we can not write a query to update static when we add new elements of form.

    So, I have a solution to this (in my head), but I'm stuck in a bit of logic and can't get it in the code. I'm looking for a way to write FORM #. # fieldname # (here is where it gets ugly). Because the form sent by the post method, I find myself with a bunch of FORM.fieldname on my action page (and fieldname is generic for what are real variables).

    So here's how I am update:
    I have a table (let's call it table1) that contains a column of all the column names in the data table (table2). This table is used for query purposes only, no data is updated here of the form.
    I have a table1 request to call all the column names in table2.
    < cquery datasource = "exdb" name = "exname" >
    SELECT ColumnName
    FROM table1
    < / cfquery >
    Then I write the update query that will update the elements they are loop using CFOUTPUT:
    < CFOUTPUT QUERY = "exname" >
    < cfquery datasource = "exdb" name = "exupdate" >
    UPDATE table2
    SET #columnName # = #FORM. < columnName > #.
    WHERE itemID = #FORM.itemID #.

    It's my dilemma. As you can see, the cfoutput is a loop... So we will take the first element in the loop, call him 'name1 '. So our query update said SET name1 = #FORM.name1 #, and it will update the table with what was presented in the entry for name1 field. The cfoutput to loop again, this time it's of name2. SET name2 = #FORM.name2 #. Now, the form includes a hidden itemID to specify where the table should be updated, as you can see above. So, now that you see how it works, my problem is to get #FORM. < columnName > # FORM.name1, FORM.name2, etc.
    In Coldfusion, you would write #FORM.variable # to call a FORM element. However, given that the variable is not defined, and allows us to fill a request, we make SHAPE #. #variable # where #variable # must be resolved before #FORM. ___ #

    You are with me on this? This is very complex in the explanation, but if you need more information, I can provide more clearly. I would like to know what you think. Really, I have the solution, but to FORM #. # columnName # to solve is another problem. I think what I need is to understand the order of operations for this statement, so #columnName # resolves first.

    You'll want to use the scope structure notation when dealing with your form variables. The Form.SomeVar variable can also be written as ['SomeVar']. Using this syntax, you can do something like this:

    UPDATE table2
    SET #columnName # = #FORM [columnName] #.
    WHERE itemID = #FORM.itemID #.

    You can also look on the following to help optimize your code:
    (1) learn how to use - it could speed up your code a bit.
    (2) according to the DB that you use, you may be able to combine all of your UPDATE within 1 SQL commands block. This will allow to do all your actions with 1 DB connection database, instead of a bunch (works in MSSQL, Oracle or MySQL, not sure)

  • How to calculate the sum of two digital form fields based on the selection of the checkbox.

    I have a form in Acrobat Pro who needs a custom calculation. How to calculate the sum of two digital form fields based on a selection of the checkbox. I have three number fields. Field-A and B are simple one or two digits. Field-C is the sum, or the total field. I want to field-C have a control box which, when turned on and off, just gives a. gives the sum of A + B

    _ Field - 2

    _ Field - A 4

    [check] _ _ field - 6 C

    [disabled] _ _ field - 2 C

    Thank you

    The custom field C calculation script could be:

    (function () {
    
        // Get the values of the text fields, as numbers
        var v1 = +getField("A").value;
        var v2 = +getField("B").value;
    
        // Set this field's value based on the state of the check box named "CB"
        if (getField("CB").value !== "Off") {
            event.value = v1 + v2;
        } else {
            event.value = v1;
        }
    
    })();
    

    Replace 'A', 'B', and 'CB' with the real names of the fields.

  • How to create interactive form fields

    Hello

    I am trying to download a PDF forms Central is the message I got:

    Cannot import FormsCentral the document PDF because it does not contain interactive form fields. You must add fields to your PDF using Adobe Acrobat and import again.

    ? How can I fix it and try again?

    I have the original file open, I talk for objects tools / interactive? or choose another header/subject.

    Thank you very much for your help! TY

    Hi rilanab49377272,

    If you have Acrobat, you will use the component shapes on the tools Panel to add interactive form fields to the PDF document. If you do not have Acrobat, you can download a 30 day trial of http://www.adobe.com/products/acrobat.html. To help you get started, here are a few topics help on the use of forms in Acrobat: https://helpx.adobe.com/acrobat/topics/forms.html.

    Best,

    Sara

  • How to specify a form to fill out the field round the text and aligned to bottom

    I have a few form fields that may have contained long, but have an introductory text. I would like that the entered content to wrap around this text, as shown in the image below:

    The content is updated automatically, not entered by someone, so what allows Rich Text and defining the formatting in the input block are not an option. I see two possibilities for this:

    1. A unique field that has a hanging indent on the first line that's enough to avoid the introductory text;
    2. Two separate fields configured so that the text overflows from one to the other.

    I was not able to understand how to do either of those. In this case, I see the additional ability to adjust the left edge of a multiline field for being to the right of the introductory text, but I have other scenarios where this text is well more than half of the line, in this case the solution is not feasible.

    I also need to have the text in a multi-line field position on the bottom line and that more text is added, the current text moves upward and the overflow fills below, remain bottom line:

    but

    If anyone has a solution or any of these problems, or another thought, I would be very happy to hear about them.

    Thank you

    Dan

    As you found, there is no possible negative indent and substantive alignment is available with fields that allow rich text formatting. A new conception of form layout that works with the limits of the text fields is how I would approach it, but I know that's not always possible.

  • How to make a form field validate that it is the sum of the other two fields?

    Hello

    I'm creating a form, and I'd like one of the fields to validate by making sure that this field is the sum of the other two fields of the form.  Anyone have any ideas on how to go about it?  I know that I need to run a custom validation script, but I don't know where to start - I have never made one for before validation.

    Thanks for any help!

    OK, here's a sample script that I hope will clearly demonstrate the general approach. It is intended to be the validation script custom field that the user enters the value which is supposed to be equal to the sum of the other two.

    Custom validation script

    (function () {}

    Get the value that the user entered

    sVal var = event.value;

    If it is empty, do nothing else

    If (! sVal) {}

    return;

    }

    Converts a string to a number

    nVal = + sVal;

    Get the values of the fields in the form of numbers

    var v1 = + getField("text1").value;

    var v2 = + getField("text2").value;

    Add them together, rounded to two decimals, converting to the number

    var sum = + util.printf ("%.2f", v1 + v2);

    Compare the value of the sum of the other two fields

    Change the user if they do not match

    If (nVal! == $) {}

    App.Alert ("the value entered does not equal to the sum of text1 and text2. Please correct. «, 3) ;

    If you want the value entered was rejected, include the following

    Event.RC = false;

    }

    })();

    Replace "text1" and "text2" with real field names.

  • How to set a form field to accept only integers?

    I use Acrobat X.

    I have a number of fields in a form that are used in a variety of calculations. It is the nature of these fields they should contain whole numbers only, no decimals.

    On the "Format" tab, I set the format of the field 'Number' and the number of decimal places to '0 '.

    On the tab 'Validate', I put 'field value is in Range' ' of 0 "," 999 ".

    It is to ensure that the field can contain a maximum of a three-digit number.

    But this still allows the user to enter decimals. This messes up my calculations, so I want to limit the user input to whole numbers.

    How do I do that?

    Thank you!

    Steve

    It is not on the validation tab, but the Format tab. You must select a Format of the custom type. In fact, you can set the function code and the call to the function in the key code window and it will work for this field. If you can add the function as a JavaScript code at the level of the document, it will be available for use by other similar fields as well.

    I'll try to confirm how to add a function at the level of the document in Acrobat 10...  If anyone knows it, please chime.

  • How to put the form fields (items) to the header level

    Hi all

    I have a requirement in which i need to display a few fields on each page of the report as a header, it's like

    Page 1 of 4

    column name ColDate


    Other fields in page 1


    Page 2 of 4

    column name ColDate


    Other fields on the page 2

    so, how can I manage display the name column and field ColDate on every page. Any advice would be very helpful.

    Thanks in advance.

    Thank you
    Pratap

    You can not form fields in the header/footer section. You must place the actual tag there as

  • How to merge two form fields?

    For example 2 text fields that are on the end of page 1 and at the beginning of page 2?

    No, form fields can only be rectangular.

  • How to edit PDF form fields after registration

    I am very new for PDF forms and thought I was getting better.  I'm create forms of Word documents and need to make frequent changes to the PDF form after that I have recorded because I'm still learning.  I thought I read somewhere that you should be able to change the properties of a field after saving a copy, but that did not work.  I forgot to uncheck "Ahmed multi field" and the need to set in my text boxes but I can't change.  I continue to recreate the formula over and over again on the Word doc.

    Hi Ally1286,

    Save a copy, it is required to change the form when you have distributed the form or registered as a Reader extended PDF. In this case, if you want to add scrolling functionality to a tool to "Prepare the form" field then go in (in DC) to the title of the Toolbox on the right.

    On this screen, select the file and click Start. Double-click on the field and go to the 'Options' tab check the appropriate box.

    Let me know if it works for you.

  • How can I put form fields to the front or the back?

    I have a document with several form fields/buttons to create effects of pup - up in a chart of information.

    So I use the fields to create a hot spot of mouse and others which appear. Now, of course, the hotspot must be at the front (or), otherwise it gets distracted in its function of overview by the object burst into place (picture) who throws on it. (The result would look like a flashing effect, as you hover over the hot spot.)

    Now what should I do the fields? ICH can organize pictures and texts to come forward or to hide behind other objects. But in the field in form editing mode, there is no option. Also, it does not work to just cut and paste, they reappear in their former posts, often behind the other fields.

    Help, please! Thanks, Peder

    The tab order effectively sets the agenda, but if a field is not dead it will be set forward if it receives focus.

  • How to make a form field with Adobe Muse?

    Hello

    I hope you can help me guys, im trying to do a one page Web form field (this form is just to get a phone number, as the registration forms have a similar field) and the problem is with the widgets I can´t clear the field name and email... Is it possible to eliminate those?

    Thanks a lot for your help

    Hello

    I fear that it is not possible to do the same, in the field name and email are required.

Maybe you are looking for

  • How to fix Firefox 31, 0-1 crashing on the Audio-Api - for example on quizlet.

    Dear Firefox team, Since yesterday (after the updates), Firefox hangs when it tries to play a sound. I think because of the Audio Api? It crashes on Google-Mail and Quizlet. For quizlet, I found a site where they describe how their sound: http://quiz

  • local drive disappeared after restoring to factory running

    Hello! I tried to run the factory on my W510 recovery utility, and after getting a message which, not more than one copy of the recovery set can be created (which is true, I have already created a set earlier), one of my local records 'disappeared '.

  • How to format my laptop Hp DV6

    Hello Can you please tell me how to format my laptop Hp Pavilion Dv6 I have Windows 7 on it. I also see a partition recovery on my computer option. My system has a root virus inside. Whenever I Boot scan my computer I see a lot of viruses. I tried to

  • I can't open all hyperlinks in emails in Outlook Express. I use Windows XP.

    I use Windows XP.  In the 2 days that I find I can not open an email in Outlook Express and click on hyperlinks in them or click images to go to the announced advertising sites.  That's happened?  My updates are coming through.  My anti-virus works v

  • Cannot access the DVD player

    Currently, I am unable to use my DVD drive. This is the first time I had to use it as buy this HP laptop (HP Pavilion Notebook PC e051tx-15) the drive responds to press the button eject, but when a disc is inserted, that nothing comes under 'computer