Read only the terms - master detail

I have a page with a master detail

I created a read only condition and the master passed to read-only, but the detail does not...

Why? Is not possible to put the retail component 'read only '?

Hello

If I understand, you want to the form is editable when the user is an admin user

and read only when the user is a normal user.

You can solve this problem by the use of dynamic actions

to enable and disable some elements of this region (s)

make this condition (standard user = admin = enable and disable)

Another solution

When do the master / detail with the wizard choose change details on a different page

On the link change, you can set a condition (visible only when the user is ADMIN)

Kind regards

Frank

Tags: Database

Similar Questions

  • Read only the SPI using the box USB-8451

    I am using the NI USB-8451 box to read the SPI of a Honeywell digital pressure transducer data.  The difficulty comes from that part of Honeywell uses only the SPI in half-duplex mode, meaning that it only transmits data, but does not require anything beyond the appropriate chip select signal and SCLK to start transmitting its 32-bit sensor data.  To facilitate experimentation with the sensor, I bought a USB-8451 SPI Interface thinking I could easily configure the 8451 to read data from the sensor.

    However, if I understand the situation, there is a problem.  The 8451 considers full duplex data, i.e. a data word must first be sent to the SPI device in question before the unit will start to transmit back data of its own.  And since the MOSI data writing periods, since this particular device starts transmitting immediately once a clock is applied, synchronizing the unused address data will cause the unit will return its data before the 8451 begins listening for data in return.  The call used by the 8451 to write read action can be divided into the individual reading and actions of writing of any kind that I could discover.

    Can someone tell me if I missed something in this operation or if there is some quick tips, that I could use to be able to use the 8451 therefor?  Thank you!

    Doug G.

    Exactly correct. It's nice when things are easier than expected. Hope it works as easy as it sounds.

  • Change to read only the "Hosts" file get an error, that you have not permission to save in this location

    Original title: change read only document___

    In Windows7 Home 64 bit, I'm editing a document "Hosts" in System32 > drivers > etc >

    It comes up with "you don't have permission to save in this location...".

     

    I am registered as an administrator and I can't seem to change the blue box 'read only '.

     

    I went to the command line using "attrib" but the answer is "no recognized internal or external command".

     

    Help!

     

    John


    Hi John,.

    Step 1: Follow the steps mentioned in the article below, which deals with a similar question

    You cannot change the Hosts file or the Lmhosts file in Windows Vista and Windows 7

    http://support.Microsoft.com/kb/923947

    Thank you, and in what concerns:

    Ajay K

    Microsoft Answers Support Engineer

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Format/erase how to read only the sd card.

    The card had already switch to unlock. When try to formatting so that send the message that this is a read-only. The map equipped with old data GPS which must erase and reuse the card.

    Rastafario

    So it is probably locked by Ford for GPS use only.

  • How to implement the concept master details in table advanced

    Hello

    I implement information master details in advanced table.

    I guess all the data are coming in the secondary table, but below that certain spaces more are coming and showing an image and next to this, there is a text like ""pull down to load ". "

    Can someone help me figure out why this extra space is coming this table below?

    Thank you

    Vijaya

    Is that you can set the value of the below profiles false and try?

    FND_ENABLE_RICH_TABLE_INTERACTIONS

    FND_TOUCH_GESTURES_ENABLED

    Beware that this will affect the gesture of support for touch devices

    Thank you

  • Conditional read only the rows in a table

    We have a requirement only under a certain condition (which may change each line), a line can be read only or editable and are uncertain how to implement this with APEX

    for example, lets say a table has the following features

    columns: ID, Date, editable

    1, September 12, 2015, Y

    2, September 15, 2015, Y

    3, 18 September 2015, N

    4, 19 September 2015, N

    5, 22 September 2015, Y

    Thus, when this data displays on a page in a tabular presentation, the date ONLY are editable for lines 1, 2 and 5. For lines 3 and 4, the date cannot be changed

    In the ADF, we get this by setting the attribute readonly on the date component to "row.bindings.Editable.inputValue =='N" ""-this would be evaluated by line and switch read only one or off for each date listed in the table.

    Help, pointers would be greatly appreciated!

    See you soon,.

    Brent

    Here is a link to a starting point: dynamic Action on a tabular presentation. Jeff Kemp on Oracle it shows how to condition the unalterable columns.  The same logic would apply only to a line level...

    Thank you

    Tony Miller
    Los Alamos, NM

  • Read only the af:inputText rendered as "merged" instead of read only entry

    I use JDeveloper 11.1.1.6.0

    I noticed that when you use components such as "af:inputText" and "af:inputDate" with the attribute "readOnly" set to true, rendering resulting is a label as a "< span >" as opposed to a read only < input > element which I expected. I see the behavior expected if I use the component 'h:inputText' of JSF with "readOnly" set to true, however, I can't use the JSF component because it is not as if I can get the 'autoSubmit' behavior to work with the JSF component then it will not work. To add to the strangeness of the behavior, if the af: inputText has its lines attribute, the value is greater than 1, it will be rendered as a read-only < input > element as opposed to a label.

    In addition, default readOnly to the af form: inputText seems obvious when using the simple skin or other skin based on simple. It adds a box which surrounds the exact length of the text in the inputText rather than the amount of space the inputText would have used if it wasn't in "read only" mode.

    Is it possible to get the af correctly: inputText to make as a reading introduced only as opposed to the label that he is displayed as?

    Thank you.

    Hello

    It's a decision taken by the rendering of the component. If it is a problem for you and if you have a support contract client then you can file a service request for a change.

    Frank

  • How to disable dynamically interactive report filed in the page master detail

    I use APEX 4.0 & very new to APEX. I am not able to disable a class in area of detail (which is an interactive report) of a master detail Page.
    I want to turn off the field in a row based on the value of another field of recording, like set_item_instance_property of the oracle forms. Please help me.

    See {message identifier: = 10743324}

  • Validation of tabular form regarding the item master detail

    Hi guys,.

    I have installation master detail on my page with a layout table below.

    The master record has a field called RCV_QTY.

    The tabular presentation has a column called box_qty.

    What I'm trying to do is to validate it against the user to add lines in the table form which when added, is more than the amount of heading RCV_QTY.

    I tried the following function returns the validation text error but it's not enough work.

    As the line in the custom of tabular form be seen by the following SELECT INTO statements on submit, I guess I need more of a process of dynamic action type?


    DECLARE

    v_hdr NUMBER;
    v_line NUMBER;

    BEGIN

    SELECT hdr.rcv_qty
    IN v_hdr
    OF XXMEL_VMI_RCV_HDR_TMP hdr
    WHERE the hdr. VMI_RCV_HEADER_ID =: P2_VMI_RCV_HEADER_ID;

    SELECT SUM (line. BOX_QTY)
    IN v_line
    OF XXMEL_VMI_RCV_HDR_TMP hdr
    Online XXMEL_VMI_RCV_LINE_TMP
    WHERE the hdr. VMI_RCV_HEADER_ID = line. VMI_RCV_HEADER_ID
    AND hdr. VMI_RCV_HEADER_ID =: P2_VMI_RCV_HEADER_ID;


    IF (NVL(v_line,0) - NVL(v_hdr,0)) < 0
    THEN
    RETURN (' ERROR: the sum of the quantities of tag is greater than the quantity of the received header ');
    ON THE OTHER
    RETURNS A NULL VALUE.
    END IF;

    END;

    Any help would be great.

    I use Apex V4.0.

    Hello

    You must use the API APEX_APPLICATION total up to the Box_Qty of detail in Validation, and compare with the RCV_QTY. something like

    DECLARE
      V_BOX_TOT NUMBER := 0;
    BEGIN
      FOR I IN 1..APEX_APPLICATION.G_F01.COUNT LOOP
         V_BOX_TOT := V_BOX_TOT + TO_NUMBER( NVL(APEX_APPLICATION.G_F01(I),'0'));
     END LOOP;
     IF V_BOX_TOT > :P1_RCV_QTY THEN
        RETURN FALSE;
     ELSE
       RETURN TRUE;
     END IF;
    EXCEPTION
      .....
    END;
    

    Kind regards

  • Read only the virtual disk?

    Hello-

    I have Vmware Server 2 x86_64 installed on my Hardy Heron Ubuntu 8.04.2 Server x86_64 and it seems to work very well.  I have created a virtual machine for Slackware 12.2 and put the DVD iso, Slackware in the right directory.  The virtual machine starts the DVD fine and I started the Slackware Setup.  However, when I went to set up the hard drive with cfdisk (part of the standard installation process Slackware) I noticed two things:

    1. the drive has been turned ReadOnly, so that I could not score; and

    2. I created a virtual disk of 11 GB, but in cfdisk he only appear only 4.7 GB.

    What I am doing wrong?  Any help would be greatly appreciated.

    Thanks in advance.

    Well, I'm just guessing because I haven't worked on the software you're talking--can be the partition its display corresponds to the DVD player itself as the DVD is normally read-only and the size of the disc is 4.7 GB. .. You can check it out please.

    Points of reward if you find useful response

  • SOA Suite read only the console in 11g

    Hi all

    Is it possible to create a user with read only role on EM 11g? We want to create a user to monitor the production environment to have options to deploy/undeploy.

    Thank you.

    By assigning a role to a user, you can restrict its access-

    http://download.Oracle.com/docs/CD/E17904_01/integration.1111/e10226/appx_roles_privs.htm#BABIHDFJ

    http://download.Oracle.com/docs/CD/E17904_01/Web.1111/e13747/secroles.htm#i1206135

    Kind regards
    Anuj

    Published by: Anuj Dwivedi on February 22, 2011 21:12

  • Get details about the form master / detail

    Hello
    I use forms6i.
    I have a clarification on master form / retail.
    If suppose a form with 2 revenge (block master / details) inside.
    We run the form and enter a few details in the main block, and then in the block of details, and so we try to navigate to the record next to the master.
    If he asks "do you want to save the changes?" before moving to the next main record?

    Why I ask, this is where we use the model, and she asked you want to save.
    (Even without a model also I get the same).
    Just to confirm if it is the default customer forms and may be in my forms goods are prepared, so that it can behave this way.

    You can issue a MESSAGE in the on-CLEAR-DETAILS-the trigger, this "will save" data in the database, without actually committing.

  • Window7 has an attribute of file for reading only the value that requires a reset, how can I?

    I just dated windows from vista to windows7, when I went to play WOW, I got an error message because a read only attribute was introduced thyat opposes writing data to files. I read several answers and tried everyone. I can't always reset this secret attrtibute, whats Suur or should I go back to vista if I can.

    SUCCESS, IT WORKED!
    Reinstall your games in one that is NOT located in Program Files.

  • How to create a dependent list of values based on the relationship master detail

    Hello

    I'm on jdev 11.1.2.4.

    1. I have a table main 'Reception' with the columns receipt_id and student_id (ReceiptVO)

    2. as well as an array of details 'Receipt_Detail' with the columns receipt_id, course_id (ReceiptDetailVO)

    (There are some othere columns in the two tables, but I've only mentioned those which is relevant to this example.)

    3. the two tables are related with receipt_id.

    I want to create a dependent class LOV that filter courses related to the student selected in the main table. (There is a student_course table that holds student_id, relationship of course_id, StudentCourseVO)

    to do this, I have

    1 created VO based on the student_course table

    2 Add a view that filters based on the id of the student

    3 assigned this VO to receipt_detail tables course_id

    It comes

    in the accessor receipt_details VO view, I do not show the ability to select the student_id of the main table (IE ReceiptVO). It only shows the columns in the ReceiptDetailVO.

    Please can you help me?

    Thank you

    What you need in your ReceiptDetailVO is the StudentId of master ReceiptVO attribute.

    To do this, you can:

    1. for your ViewLink (between ReceiptVO and ReceiptDetailVO), you must generate the Source accessor:

    In this way, in the VoRowImpl Java to ReceiptDetailVO class, you will get a way to access master ReceiptVO line (you can find a new method with the name that you gave the name of the accessor in the top of the dialog box)

    2. then, in the ReceiptDetailVO, create Transient attribute, say, MasterStudentId. Access Java's VORowImpl class, within the get for this new attribute accessor method, use the previous step name accessor method to get the line main and finally master StudentId.

    3. the rest is easy - use this new attribute transitional to filter LOV about the student teacher ID...

  • Problem with vertical scroll bar of the block master detail

    Have a TC of canvas by tabs with 3 tabs - tab A, B and C

    Tab C contains a block of master child multi. Each block can display 5 records.

    C tab

    -> Master Block can display 5 records

    -> Child block can show 5 records. Child block has nearly 20 columns to display. It is therefore a big canvas

    question

    It comes with vertical toolbars on Master Block and child block.

    The horizontal toolbar works very well.

    But if there are more than 5 records, we are not able to scroll the vertical toolbar.

    Remember reading somewhere that for a block of single bar scrolling can be active. Please specify if this is correct and indicate what are the appropriate actions that we can take.

    Thank you

    951614 wrote:

    But if there are more than 5 records, we are not able to scroll the vertical toolbar.

    You have a separate master and detail block, right scroll bar?

    If so, then which bar scroll creating problem for you, master? detail? or both?

    Make sure you have the block with the appropriate scroll bar card, it can possible you have set the bar of scrolling detail with master block and main scroll bar with detail block.

    951614 wrote:

    Remember reading somewhere that for a block of single bar scrolling can be active. Please specify if this is correct and indicate what are the appropriate actions that we can take.

    It is not correct.

    You used the scroll bar with individual block. There is no restriction.

Maybe you are looking for