define the radiogroup choice automatically

Hi all

I have to radiogroups. Group 1 can be chosen. Group 2 depends on the Group 1.
For example; When choosing option 1 in the group, group 2 is automatically also set to group 1.

I have questions:
1. How can I pay for Group 2 to unmodifiable.
2. How can I automatically refresh Group 2 when Group 1 is changed.

Thank you

PIM

Hello Pim,

1 - go to your edit page of radio group > Read Only > choose "always." This will make read-only (not editable)

2 - in this case you definitely need AJAX, look at my example: http://apex.oracle.com/pls/otn/f?p=54772:1:1
He completed a second LOV based on the first LOV (dynamic query as in your case), but you will need to complete a radio group based on another group of radio that is the same principle, but need a few code changes (lov to the radio group)

Thank you

Sam
Please reward the right answers by marking correct or helpful!

Tags: Database

Similar Questions

  • Start the host program automatically starts the RT program

    Hey guys,.

    I'm in a test phase and wanted to ask if it is possible to start the RTW program automatically, when I start my host VI. I don't have any executable for the moment because I am in the test phase, but I only want to support on "the button execute on the host VI and start (RT and HOST) screws.

    Is that possible or do I have to press two buttons to run?

    Kind regards

    Slev1n

    As Crossrulz notes, LabVIEW RT is essentially to another computer, does not Windows but rather running a real-time operating system (if on PharLap an Intel processor, often a version of Linux on FPGA hardware, I think).  It has always been necessary for these targets of RT to be 'on' and 'something', of course.  In the early days of LabVIEW Real-time, they sat often slowed down and you would use VI server to download and launch your RT code on them.  With the advent of the LabVIEW project (much) better to manage the objectives of the RT as, OR goes to a slightly different model where, as Crossrulz points out, the RT Code is supposed to be downloaded to the target and configured to start automatically running when the target is powered.

    In development Mode, there are provisions to download ("Deploy") and start the target RT and (theoretically), it should be possible to do it programmatically.  I tried to do this, but it was noticeably awkward that I have "gave in" and (except when in development Mode) practical to develop recommended follow-up of OR deploy and defined as starting on the target of RT.

    The idea, of course, is that if you know that the target RT is running when you start the host, the target should wait for the host to send a signal saying ' Hi, Target, are you ready to start working with me? (the target, of course, answered "Sure, let's get started...") »).  How to set up the first handshakes, it is up to you.

    Note that this model assumes / requires that until the host stops, it informs the RT target that she came out, allowing target RT back to its State "in expectation of the host."  A really simple way to do this, of course, is for the host to tell the target to reboot, which in fact boost its Startup Code (which is the target RT program).

    Bob Schor

  • Help! All programs will not work. I get the error message: "this file has no program associated with it for performing this action. Create an association in the control panel to define the Associations. "

    When I try to run a program (Internet Explorer, Firefox, CCleaner, etc..) I get the same message: "this file has no program associated with it for performing this action. Create an association in the control panel to define the Associations. "

    I can't find the "Set Associations control panel" and am not sure that he would go if I could find it, and if it work I do not know I know what to do. Help!

    Should I re - publish so that else soeone looks like?

    If you wish.
    Make sure you add a line right at the beginning: you are reposting because we could not have solved other fold it.

    Alternatively, you wait for the next person coming.

    The choice is yours, although generally you would be advised to stay put and wait. For the benefits of others looking for answers, please mark as answer suggestion if it solves your problem.

  • Defining the firwall 'on' manually does not work. __

    Defining the firwall 'on' manually does not work

    Hello

    1. using the firewall of windows vista by default?
    2 have you installed third-party firewalls?
    3 How long have you been faced with this problem?
    4. what happens exactly as you try to turn it on?

    Please answer these questions.

    Step 1: Check if the Windows Firewall service is started and set to automatic.

    (a) go to Start, type services.msc in the search box start and press ENTER.
    (b) now, double-click Windows Firewall service.
    (c) Start the service and set it as Automatic.
    (d) search for the question now.

    Step 2: Check if the problem persists in the clean boot state.
    Put your boot system helps determine if third-party applications or startup items are causing the problem.

    Try the steps under Step 1 in the below section to put your computer in clean boot mode.
    http://support.Microsoft.com/kb/929135

    May you enjoy a look at the below articles.
    http://Windows.Microsoft.com/en-us/Windows-Vista/turn-Windows-Firewall-on-or-off
    http://Windows.Microsoft.com/en-us/Windows-Vista/firewall-frequently-asked-questions
    http://Windows.Microsoft.com/en-us/Windows-Vista/Windows-Firewall-recommended-links

    Thanks and greetings
    Umesh P - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.
    [If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message.] [Marking a post as answer, or relatively useful, you help others find the answer more quickly.]

  • How to set up the database restarts automatically when the server starts?

    Hello

    What is involved if I configure Oracle database starts automatically when the server is started/restarted?

    I guess that change the following entry in/etc/oratab
    DEVDB:/u01/app/oracle/product/10.2.0/db_1:N
    TO
    DEVDB:/u01/app/oracle/product/10.2.0/db_1:Y
    is not sufficient - there is more than that. But what is it?

    We can also configure the listener to automatically re / start?

    I guess that everything what is the solution, it will also apply to Oracle 11 GR 2 databases/ASM - right?

    The platform is Redhat Linux 64 bit (version 4.7 & v5.9).

    Thanks in advance!

    Best regards

    Hello

    Below is one example of autostart services database and the listener.

    1 > make/etc/oratab file entry Y as:
    ORCL:/U01/app/Oracle/product/10.2.0/Db_1:Y

    2 > create a file called "/ etc/rc.d/init.d/oracle" as root, containing the following.
    --------------------------------------
    #! / bin/sh
    # chkconfig: 345 99 10
    Description #: Oracle automatic start-stop script.
    #
    # Define ORA_HOME as equivalent to the $ORACLE_HOME
    # from which you want to run dbstart and dbshut;
    #
    # Define ORA_OWNER to the userid of the owner of the
    # Oracle in ORA_HOME server.

    ORA_HOME=/U01/app/Oracle/product/10.2.0/Db_1
    ORA_OWNER = oracle

    If [! f $ORA_HOME/bin/dbstart]
    then
    echo "Oracle startup: cannot start.
    output
    FI

    case '$1' in
    'Start')
    # Run Oracle databases:
    # The following command assumes that the oracle connection
    # will not prompt the user for all values
    known - $ORA_OWNER - c "start ORA_HOME/bin/lsnrctl $".
    known - $ORA_OWNER - c $ORA_HOME/bin/dbstart
    ;;
    'stop')
    # Stop the Oracle databases:
    # The following command assumes that the oracle connection
    # will not prompt the user for all values
    known - $ORA_OWNER - c $ORA_HOME/bin/dbshut
    known - $ORA_OWNER - c "ORA_HOME/bin/lsnrctl stop $.
    ;;
    ESAC
    -------------------------------------------------

    3 > use the chmod command to set privileges to 755.
    chmod 755 /etc/rc.d/init.d/oracle

    4 > associate the appropriate oracle service run levels and set it to auto-start by using the following command.
    chkconfig--level 345 oracle on

    Note:-back, I've done this for a long time... Please check the dbstart use pfile or spfile to start the database instance.
    Thank you

  • What defines the numbering of the pages on a bunch of files that are used in several Bookfiles?

    I have a bookfile FM 10 called BookfileA with 20 chapters. In Chapter 1, I put the chapter numbering starts at 1 and the numbering to start at 1. In chapters 2 to 20, I put the chapter numbering and numbering of pages to increment from the previous chapter. So far, so good, but here is the problem. .....

    In BookfileB, Chapter 1 is a different and original file Chapter 1 is transferred to Chapter 2. But the chapter of BookfileB 2 is still automatic reinstatement his chapter and the numbering of pages to 1.

    Unusually BookfileB has an additional chapter, do I have to monkey with the chapter numbering whenever I want to generate a Variant or another? Is there something numbering that I do not?

    Define the numbering and pagination of each file in the file of each book, not in individual files. Book settings take precedence over settings files.

    Refresh/update the books whenever you print, as not sure what common files update last book.

  • selections several fields in the form of automatic request

    I have a connector Table of database Application that has 1 table with user_id column and right. But now I have a requirement to have several payments 1 user_id.

    How can I display the field select multi on the request form similar to what forms of user AD gives you an option to select multiple roles in an application. I create multiple tables to store 1 user_id payments?

    I'm hoping your target tables are already defined-> the table allows multiple values for right against the same user_idcolumn. If this is the case, then do the following:

    -Provide to the parent table name which would be at the table with the main details of the user.
    -To provide the child the name of the table that would be this table containing user-right information.
    -GTC should automatically create a connector with forms of process & child

    -Now to create new forms of purpose similar to these forms of process with the information from the table parent for more information from the user and table information child for more rights of the user (OIM11G DataSet xml)
    -To make data flow mappings (DataSet OIM11G xml)

  • How to apply the lens profile automatically by default?

    Is it possible to apply a profile of lenses automatically when an image is imported?  Or have the default to enable Corrections profile box to selected in the develop Module.

    Thxs

    Colin

    Define the default settings from LR to use automatic or default lens profile area and LR should match the right lens with the right profile.

    You don't want to specify a specific objective in the default values of LR, because default values are by camera, no camera-lens-combo.

    If you have a specific objective which is not automatically get selected (that's what happens with I use a focal length multiplier), then you will need to manually set by filtering by the lens in the library, and by applying a preset that sets the profile of lens to something specific with your own custom settings, or at least that's what I do.

  • Where can I define the transit time of the supplier?

    Hi Experts,

    I have a doubt in the definition of transit time.

    Defining the supplier lead time, one of the most important breaking is the lead time of intansit.

    I can set the lead time in transit provider "processing time" of the attributes of the element?

    And for the CPHA to consider the transit provider for the planning period, where should I set it?

    Thank you for your valuable time.

    BR,
    Babu Ji

    The addition of transit times to the post-processing of lead time is a bad idea. It will certainly CAWC spit more reschedule messages as necessary. And it can increase your onhand inventory and decrease your inventory turnover.

    Why you want to represent transit lead time separately by the supplier replenishment lead time? That's reduce reschedule the time in transit for the choice of messages?

    Is to install the provider as an org and set transport systems maritime inter-org. You can specify the transit times it.

    Hope that answers your question
    Sandeep Gandhi
    Independent consultant
    513-325-9026.

  • stop the function allow automatic redirection

    How to stop the function allow automatic redirection? I click on the links and every time I have to click on allow before the browser redirects me to the next page. Often I am forced out of investigations because of this. I want to disable this feature and be redirected automatically every time. Cannot find how to disable this option in the Security section

    You can open the topic: config page through the address bar and search Prefs that refer to ask.com.
    You can restore the default user set (in bold) ask.com pref (s) prefs via the context menu.

    You can open the topic: config page via the address bar.
    You can accept the warning and click on "I'll be careful" to continue.

  • How to stop the "sweetpacks" opens automatically on the tabs?

    When I open additional tabs, the new tab automatically displays the URL of the sweetpack and sweetpack search engine. I uninstalled the program and cookie associated with sweetpacks. There is no associated with sweetpacks modules or plugins. I am a new user of firefox download firefox yesterday. The engine sweepacks of research seems to have come with the download of firefox. How can I get rid of sweetpacks?

    Always download Firefox from the official site on www.mozilla.org. If this is where you have Firefox, then the malicious software was already on your system and it hung in Firefox, when he started.

    The latter seems likely, given that you have not enabled malicious extensions. Read the following article. Remember to update the various anti-malware applications before you scan your system.

    If this does not resolve the problem, visit a forum specializing in the removal of malware.

  • When I opened a new tab, the cursor is automatically in the field of navigation, because I reinstalled Firefox yesterday. Is there a solution?

    When I opened a new tab, the cursor is automatically in the field of navigation, because I reinstalled Firefox yesterday. Is there a solution?

    I solved.

    I installed mutorrent, which in turn installed 'Safe Protect' of 'Intermediary' that messed up my Internet browser settings.

    I uninstalled it and everything turned back to normal, when I opened a new tab, the cursor is automatically in the address bar (ie. it is highlighted).

    Thanks for your time.

  • How can I change the setting on my Apple to change the settings for automatic renewal at normal setting

    How can I change the setting on my Apple to change the settings for automatic renewal at normal setting

    I get a fresh fresh message on my credit card and I need to stop this setting automatic renewal for apple applications.

    If you mean cancel the renewal auto-renewal subscription and then follow these instructions: view, change or cancel your subscription - Apple Support

    (I asked for your message to be moved to the forum of the iTunes Store, where you have posted is for questions about the iTunes U app.)

  • At the signing, get popup on unencrypted connection and asking if I want to move forward. The only choice is to continue. Any help on problem solving.

    When signing up, I get a security popup alert that says, "this page is encrypted, the information you entered are to be sent over an unencrypted connection and could easily be read by a third party. "Are you sure you want to continue sending this information." Two blocks, one entitled 'Continue' and a label "Cancel." The only choice that allows me to access provides is "continue". No info is given on what action is recommended to solve the "Security Alert" and I can't cancel the "security alert".

    I guess I discovered it when the security warning message wait a minimum of 1-2, he clicks on continue and that's what I did and I am connected now samething might work for others here as well give it a try

  • User name is not listed in the menu of automatic connection

    I just got a new MacBook Pro, and I'm trying to put in place. One thing is that I don't want to enter my password every time I wake up. So I went to Options to connect to the game of automatic login for my account, but the only options are disabled or guest user. My normal user account does not appear.

    I entered my Admin password on the page, if the lock is open. The account just does not appear. FileVault is not activated, so I thought that this should be an option.

    Any ideas? Thank you.

    You use your iCloud password? If so, who will give you also the automatic connection.

Maybe you are looking for

  • Updating BIOS for motherboard Μatx-IG41-H on format Microtour Compaq 500 b

    OK, here's my problem; I just bought a 4GB Ram DDR3 1333 Mhz Kingston for my computer format Microtour Compaq 500 b. But when I try to connect this new RAM for my motherboard, pc gives error of RAM and that it does not open. It works well with other

  • Call MATLAB MathScript SOAP

    Hello I have a generic question about whether it is possible to call functions that belong to non-standard MATLAB of MathScript box. In particular, I have the interface for communication with a web server using the Toolbox of Matlab WSDL and I have a

  • Cannot remove an xbox360 Extender. The status of the Extender shows as visible, but not mount.

    I'm using windows 7, 64-bit computer. I could connect the extender to the xbox, the first time I tried. Then I unplugged the Extender to try to connect to another computer. Now when I come back in WMC, it is picking up the xbox 360 extender, but it s

  • Outlook Express click on youtube.or attached window freezes

    Outlook express .a e-mail with http:// www.youtube.com/v/etc.etc etc.                           http://www.YouTube.com/watch?feature.so on http:// www.youtube.com/v/QCz8he36hsk&hl=en%22 http://www.eset.com http://www.mtnsh.com/?p=13067 Many others fo

  • Computer hangs at startup of the system

    Original title: computer crashed win Defrag I recently picked up win defrag... I have windows xp and tried to put it in safe mode, and it froze.  Now it is completely empty when I try to start :(  I removed my hardrive and crossed norton key usb conn