List of values (Forms 10g) in concordance with the interrogation of a block of retail

Hello
I have a form that we have the display on a canvas. It has 2 blocks (both are blocks of data - set to Yes). I have a master-detail on the main block relationship. I created a relationship with "delete folder behaviour - cascading operations without warning--No, deferred Coordination - no, automatic query - no.»

When I open the form, then click on between records, the master / detail works very well.

In my upper block of the master, I have 2 items that are displayed on the Web (both are elements of text non-base block with LOV table attached to them. Everything works fine when I'm in the mode query on existing records. The block of detail in the low lights and refreshes the block.

My question is when I insert a record and select a value from the 2nd element LOV, I want to question the block below because I have chosen in the Master block values necessary to interview the block detail down below. I have two values selected, however, he will interview not down in the block of retail I clicked in the block of retail and press run "Run query".

I was wondering if there is a way to get there. I tried when-validate-Item on the block Master LOV when on the 2nd LOV, but I can't make a ' GO_BLOCK(Detail-Block), then EXECUTE_QUERY'.» A message FRM saying you cannot issue a 'GO_BLOCK' in a when validate the point.

I used to be able to do when the two fields were a list item "Poplist" but the problem is that dynamically build us the poplist and move poplist item around according to which folder you were on. We had the poplist "Number of items displayed" set to 1, because we had a text point showing behind her. Whenever you click on a folder, we moved dynamically the item to the current record by capturing the X, position Y. I want to try to move the text field element the only field displayed on the form to block and eliminate this element of list poplist coming overlap, eliminate the poplist completely and get rid of some of the issues I'm having with the dynamic building of 10g. Not to mention, I found a bug with the poplists.

Any ideas out there? I have exhausted my.

Chris

Hello!

If you use the trigger KEY-LISTVAL like that?

begin
if
  show_lov
then
  go_block ( 'detail_block' );
  :system.message_level := '10';
  execute_query;
  :system.message_level := '0';
  go_item ( :system.trigger_item );
end if;
end;

Concerning

Tags: Oracle Development

Similar Questions

  • How can I build a list of value form a single record in the table

    I have the recording of the following table

    : User_Id: Defaule_Role: Role_1: Role_2: _3 role:
    ________________________________________________
    : 25: 1: 2: 3: 5:


    How can I display this record as a list of value

    If you use an Oracle 11 g server behind the scenes, consider using the SQL UNPIVOT command. Check out the blog of Tim Hall on the UNPIVOT operator control:

    http://www.Oracle-base.com/articles/11g/PivotAndUnpivotOperators_11gR1.php

    Note that you need to use a read-only view in British Colombia ADF object to achieve this.

    DMI

  • At just transfomed Apple we in cows with the new iTune, which block the free radio stations?

    Have we became just the cows to milk for Apple with the new iTune which blocks the free stations?

    N °

  • The Form(10g) hung who have the ComboBox list item when it runs on JRE

    Hello

    I am facing a problem with the drop-down list box. It works fine on JInitiator, but it doesn't work on JRE (Java). I searched the OTN community that everyone says that the 3 patches must be applied. Is there an alternative solution.

    Developer version

    Forms [32 bit] Version 10.1.2.0.2

    OS: Windows xp Service Pack 3

    Application server:

    Versionhttp://192.168.0.20:1156/cabo/images/t.gif10.1.2.0.2

    OS: Linux Red Hat

    OS: Windows Server 2003

    Best regards

    Zafar Iqbal

    Zafar,

    There is a known bug with the ComboBox element in Oracle Forms 10g R2 (10.1.2.0.2).  This has been fixed with patches 3 Group (which requires a contract for Support of Oracle download the patch) is why Micheal recommends that you install this group of hotfixes.  If you do not have a support contract - your options are: 1) not to use the ComboBox element. (2) upgrade to the latest version of Oracle Forms on the Oracle Technology Network (OTN), which is Oracle Fusion Middleware 11 g R2 (11.1.2.2.0).  (3) Finally, continue to use the Oracle Jinitiator.

    Craig...

  • Problem with LOV in Oracle forms 10g when running on the Web

    Dear

    I am facing problem in displaying LOV under Oracle developer 10g on the web.
    When I press F9 nothing appears on the screen, but in the taskbar, it displays a list of values.
    The query I used in the record group executed in SQL * more and it is there no problem with him.
    What all I need to do, pls help me to solve the problem.

    Thank you

    Hello

    You are welcome. :)

    whenever the issue is resolved, please mark it as correct and useful so that others may know what is the correct answer.
    and take a look at the Label of Forums

    Kind regards

    Manu.

  • Forms 10g under PC with Forms 6i

    I am running Oracle Developer Suite 6i (6.0.8.23.2) 32-bit on Windows XP on my PC etc.

    I now want to load Forms 10 g etc on the same PC. Is this possible? Will there be any conflict with the two versions of dirfferent on a PC?

    Published by: 781424 on October 3, 2011 01:45

    Hello

    It is possible. (I have version 6i, 9.0.2 9.0.4, gr 10, 2 and 11 GR 1 material on the same PC)

    The only point to be supported is the PATH variable.

    You can create BAT files that will correct the path for each version

    Concerning

  • A better way to treat the form as a table with the variable column type?

    I wanted to make a column to return according to the status of a flag column as readonly. I have a column defined as follows in the report query.

    Decode (sys_flag, 'Y', APEX_ITEM. DISPLAY_AND_SAVE 3, TYPE_CODE, APEX_ITEM. SELECT_LIST_FROM_LOV (3, TYPE_CODE, 'LOV_TYPE_CODE_LOV')) AS TYPE_CODE

    To get the SRM process noting that column, I had to put this 'band of HTML code' to 'No', then the column attributes, I put:
    "Expression HTML" to "#TYPE_CODE #
    ' Display under "to"text display (saves the State).

    And then it took me to get new lines of work:
    "Default of Type" to "Expression of PL/SQL.
    'Default' to APEX_ITEM. SELECT_LIST_FROM_LOV (3, NVL(:P18_TYPE_CODE,'LOV_TYPE'), NULL, 'LOV_TYPE_CODE_LOV', ' NO')

    This makes large, however submit that it seems that the checksum of line used by MRU included the raw HTML generated by the APEX_ITEM package and not just the value of the column. I worked around this by including an element hidden checksum and creating a process that replaces the checksum generated automatically with my custom.

    Is there a better way to intercept this checksum, preferably before it is rendered on the page? I now hide the sum of hidden HTML control in the output HTML of another column, so it's a bit ugly. If not, is there an easier way to achieve what I'm looking for? I tried several combinations, and it seems to work better. It's just a shame there's no way to have a standard hidden column included in the SRM process.

    Hello

    I tried different possibilities and seems to run the following:

    Create a report questioning in NORMAL SQL function to help:

    SELECT
    APEX_ITEM.HIDDEN(1,EMPNO) || APEX_ITEM.TEXT(2,ENAME) ename,
    CASE WHEN DEPTNO = 10 THEN
     APEX_ITEM.HIDDEN(3, SAL) || SAL
    ELSE
     APEX_ITEM.TEXT(3, SAL)
    END SAL,
    EMPNO,
    DEPTNO || APEX_ITEM.MD5_CHECKSUM(ENAME, SAL) DETPNO
    FROM EMP
    

    Do not specify something special for column definitions.

    Create a button that submits the page.

    Create a PL/SQL process that runs "On submit - after calculations" and Validations, triggered by this button and using the following code:

    BEGIN
    APEX_ITEM.MULTI_ROW_UPDATE('#OWNER#:EMP:EMPNO,1:,|ENAME,2:SAL,3');
    END;
    

    I've done here: http://htmldb.oracle.com/pls/otn/f?p=55041:35

    Any element with the value of DEPTNO 10 has the value SAL, read-only, as otherwise it's editable. This is done by creating a hidden input field for the actual value, followed by the text version OR by creating a single entry field. This ensures that we have the correct number of SAL elements on the page.

    APEX_ITEM. MULTI_ROW_UPDATE is the "manual" version of the MRU that you would normally get with a form of table and works for above normal as sql based query reports. The format of this very strict is that you must always allow for two primary keys. See the text of presentation here: http://download.oracle.com/docs/cd/B28359_01/appdev.111/b32258/api.htm#CHDFDACC

    Andy

  • Update for Internet Explorer 8 Compatibility mode list for Windows Vista (KB982632) cannot install with the error details: Code 80070490 & also update for Windows Vista (KB981793) with the details of the error: Code 80070490

    I am running windows vista Home premium, on a system 32-bit HP Pavilion dv9700 op.  I have internet project 8 service pack 2 of windows and norton security suite installed on my computer.  I do not understand why these 2 updates keep do not install unless it didn't, but they are listed under important updates in the windows updates, can you please help me, maybe I don't have not enough memory on the left?

    Thank you!

    Windows Update error 80070490

    If you receive the Windows Update 80070490 error, it means that a file (CBS Manifest) that is needed to install updates is corrupt. To correct this problem, you will need to repairWindows. RepairingWindows will not damage your personal files or the programs that are installed on your computer.

    The System Update Readiness Tool for Windows can correct some conditions that causeWindows Update error 80070490. You can access and run this tool by reading this http://support.microsoft.com/kb/947821 on the Microsoft Web site.

    If the system update readiness tool solves the problem, you need to repairWindows. RepairingWindows will not damage your personal files or the programs that are installed on your computer.

    Once you have completed the repair, you will need to restart Windows Update to install updates are not included on the installation DVD. RepairWindows, follow these steps:

    1. Close all programs and restart your computer.

    2. Insert the DVD into your disc drive. Wait for the installer to start. If the installation program does not start automatically, follow these steps:

      1. Click on start and type Drive: \setup.exe in the search box. ReplaceDrive with the letter of the DVD drive of your computer (for example, D:\setup.exe).

      2. List programs, click Setup.exe.

    3. Click on install now.

    4. Click go online to get the latest updates for installation (recommended).

    5. If you are prompted to do this, type the Windows product key.

    6. What type of installation you want? window, click upgrade.

    7. Once the installation is complete, restart your computer, and then run Windows Update.

    If this post can help solve your problem, please click the 'Mark as answer"If you find it useful, mark it as useful by clicking the 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • Impossible to make the link between the consistent readings with the number of physical block reads

    Hello

    The issue is that we have seen consistent readings are more than the total buffers necessary to give back the results.
    I emptied the buffer_cache before you execute the query and also questioned the V$ BH to know the details of the buffer for these objects... After the flush before you trigger the request that we do not have buffers about these tables. Which is expected.
    We are doing sequential reads of DB file with the plan and will result in a single block, read at a time.
    Please take a close look at "TABLE ACCESS BY INDEX ROWID CMPGN_DIM (cr = pr 45379 = 22949 pw = time 0 = 52434931 US)" line in the plan source line below...
    Here we have only 22949 data buffers 22949 means reading physical but we are witnessing gets 45379 coherent.

    Note: We have the CMPGN_DIM and AD_GRP tables in the tablespace size 4 M block and we have only the default db_cache_size. My database block size is 8192.

    Can you please help me understand how the 22949 sequential reads the result in 45379 coherent takes.

    Even the V$ BH query buffer details matches with physical reads.


    line source of 10043 trace query plan:

    SORT ORDER BY 27 (cr = 92355 pr 47396 pw = time = 0 = 359030364 en)
    27 WINDOW SORT (cr = 92355 pr 47396 pw = time = 0 = 359030088 en)
    NESTED LOOPS EXTRA-ATMOSPHERIQUE 27 (cr = 92355 pr 47396 pw = time = 0 = 359094569 en)
    NESTED LOOPS EXTRA-ATMOSPHERIQUE 27 (cr = 92276 pr 47395 pw = time = 0 = 359041825 en)
    VIEW 27 (cr = 92197 pr 47393 pw = time = 0 = 358984314 en)
    UNION-ALL 27 (cr = 92197 pr 47393 pw = time = 0 = 358984120 en)
    HASH GROUP BY 26 (cr = 92197 pr 47393 pw = time = 0 = 358983665 en)
    VIEW 9400 (cr = 92197 pr 47393 pw = time = 0 = 359094286 en)
    9400 COUNT (cr = 92197 pr 47393 pw = time = 0 = 359056676 en)
    VIEW 9400 (cr = 92197 pr 47393 pw = time = 0 = 359009672 en)
    9400 SORT ORDER BY (cr = 92197 pr 47393 pw = time = 0 = 358972063 en)
    9400 HASH JOIN EXTERNAL (cr = 92197 pr 47393 pw = time = 0 = 358954170 en)
    VIEW 9400 (cr = 92191 pr 47387 pw = time = 0 = 349796124 en)
    JOIN by HASH 9400 (cr = 92191 pr 47387 pw = time = 0 = 349758517 en)
    94 the TABLE ACCESS BY INDEX ROWID CMPGN_DIM (cr = pr 45379 = 22949 pw = time 0 = 52434931 US)
    50700 IDX_CMPGN_DIM_UK1 INDEX RANGE SCAN (cr = 351 pr = 349 pw = time 0 = 1915239 US)(object id 55617)
    TABLE ACCESS BY INDEX ROWID AD_GRP 60335 (cr = 46812 pr 24438 pw = time = 0 = 208234661 en)
    60335 INDEX RANGE SCAN IDX_AD_GRP2 (cr = 613 pr = 611 pw = time 0 = 13350221 US)(object id 10072801)
    VIEW 7 (cr = 6 pr = 6 pw = time 0 = 72933 en)
    7 HASH GROUP BY (cr = 6 pr = pw 6 = 0, time = 72898 US)
    162 PARTITION SINGLE PARTITION RANGE: 4 4 (cr = 6 pr = 6 pw = time 0 = 45363 en)
    162 PARTITION PARTITION UNIQUE HASH: 676 676 (cr = 6 pr = pw 6 = 0, time = 44690 US)
    162 INDEX RANGE SCAN PK_AD_GRP_DTL_FACT PARTITION: 3748 3748 (cr = 6 pr = pw 6 = 0, time = 44031 US) (object id 8347241)
    1 DOUBLE QUICK (cr = 0 pr = 0 pw = time 0 = US 9)
    25 TABLE ACCESS BY INDEX ROWID AD_GRP (cr = 79 pr = 2 pw = time 0 = 29817 US)

    user622572 wrote:
    Hi Charles,
    In this test of problem we have not any activity on my tables other than my session. If we do not have all cancel must be applied to the brand CR.

    * "So, which means the above?" *-->, that means the number of times where the blocks was visited is counted as CR not the number of buffers required to respond to a request. "

    * "" Why a plan of execution would change the number of makes more sense? "*--> changes in the method of access to the path and join required a different number of times the same buffer necessary visit." It means NL require more number of same buffer visits to T2, T1 and INT_T1_C2 as the hash join.

    * "' Why not flush the buffer cache would result in the PR drop statistics to 0, but does not change the statistics CR?" *--> each result buffer in physics RAS reads for objects from there which is why it cannot be zero in the first 4 tests where as test5 require PI (we don't rinse prior to that in your test case). " CR cannot be changed with buffer flush. Required CR same amount of pads and tampons visits regardless of buffer flush.

    It seems that we can say that "CR numbers include the number of times the block was visited in a query instead of just the number of buffers required". ""

    user622572,

    You deserve a lot of credit for having read and understood what I posted to correctly answer the questions I asked at the bottom of results and for your ability to answer your original question.

    Charles Hooper
    IT Manager/Oracle DBA
    K & M-making Machine, Inc.

  • Forming a dynamic report with the value of an element query

    Hi gurus,

    We wanted to create a report based on the value of an element in the page.

    For example

    There is a text box named p1_table according to the value of this element that should alter the query from the report

    (1) when p1_table = emp query report should be select * from EMP
    (2) when p1_table = dept query report should be select * from dept

    I tried to do this using

    Select * from: p1_table and select * from v('p1_table'), it does not work.

    Kindly help me in the fulfilment of the condition.

    Thank you and best regards,
    Vikas Krishna

    Hi Vikas,

    You should do this as a report based on a function that returns the query string. You generate the string dynamically in function.

    Concerning
    André

  • The list by using a converter of element with the variable row height

    Hi all

    I am trying to create what amounts to a list of comments. A comment is a comment string and a name, and all comments will be placed in a list in order to scroll vertically to display all comments.

    Here is an example of the sample:

    Application code:

    <? XML version = "1.0"? >
    "< mx:Application xmlns:mx = ' http://www.adobe.com/2006/mxml" > "
    < mx:List dataProvider = "{list}" itemRenderer = "ListRenderer" width = "200" variableRowHeight = "true" wordWrap = "true" >
    < / mx:List >

    < mx:Script >
    <! [CDATA]

    [Bindable]
    Table: private list var = new Array)
    {Comment: 'Test', name: 'Joe'},
    {Comment: 'This is a long comment that must wrap onto multiple lines,' name: 'Joe'},
    {Comment: 'Test', name: 'Joe'},
    {Comment: 'Test', name: 'Joe'},
    {Comment: 'This is a long comment that must wrap onto multiple lines,' name: 'Joe'},
    {Comment: 'Test', name: 'Joe'},
    {Comment: 'Test', name: 'Joe'},
    {Comment: 'This is a long comment that must wrap onto multiple lines,' name: 'Joe'},
    {Comment: 'Test', name: 'Joe'}

    );


    []] >
    < / mx:Script >
    < / mx:Application >


    Code rendering engine article:

    <? XML version = "1.0" encoding = "utf-8"? >
    "< mx:VBox xmlns:mx = ' http://www.adobe.com/2006/mxml" > "
    < mx:Text text = "{data.comment}" width="100%"/ > "
    < mx:HBox width = "100%" horizontalAlign = "right" >
    < mx:Text text = "-{data.name}" / >
    < / mx:HBox >
    < / mx:VBox >


    When I run this list it is created with each object being rendered properly, but keep an eye on the height of comments when you scroll from top down (it may take a few scrolls to see), when a comment moves out of the visible range and then comes back in the field of the visible, the height of comments seems back to zero itself , you will see the name disappear (and sometimes reappear again). Can one, someone explain what is happening? Two, this is the best approach, I have also considered using a vbox and Repeater, but so far the current implementation is the closest, just to create the desired result. Thanks in advance.

    OK I found how to fix this problem:

    new code of itemRenderer:


    http://www.Adobe.com/2006/mxml">




    Override the set method of the property data.
    override public function set data(value:Object):void {}
    Super.Data = value;

    If (value! = null)
    {
    commentText.text = value.comment;
    commentText.validateNow ();
    }
    }
    ]]>

    The important thing here is to substitute the data value method, set the comment string and then call validateNow(); This will ensure that the textHeight is updated and the right height is used

  • Help create a pattern from a form that I did with the form generator tool.

    I want to make a pattern of form, I created using the form generator tool. But when I select BOSS-DO I get a message that says: ' templates cannot contain anything painted with a pattern. So, how can I get around this device or what would I have done differently?

    Thank you

    Melissa

    Melissa,

    What happens if you expand the shape?

  • Measured values of task not aggreeing with the measurements of the test Panel

    We read (with excitement) accelerometers using modules PXI-6254. Initially, we thought that we were see shift CC and we were and we filtered. Now, if we measure the sensor output at rest with an O'scope we read uV. For even if we read the channels with MAX test panels we also read some uV. But when we do the DAQmx tasks and look at the tensions of the task to MAX (same sensors at rest), we see readings of up to 25 or 30 mV - orders of magnitude higher. Can anyone suggest what may be the cause?

    (I enclose a word with screenshots represetative doc)

    Thank you

    lmd2

    How many channels are tailor-made and at what rate?  What is the output impedance of the accelerometer or filters, you have between the accelerometers and the 6254?

    It is possible that you run into error when paying.  The specifications for the PXI-625 x cards has a chart showing the expected setting vs error track-to-track interval various sources.

    A way to test this would be to slow down your sampling rate.  If the error decreases as you slow down the sampling frequency, it's a good bet that you run into a problem of setup time.

    Mark Moss

    Electrical Validation engineer
    GHSP

  • Oracle apps Forms 10g: unable to load the following items

    Hello

    I want to edit a custom form that is built using oracle 10 g Forms Designer and deployed on oracle applications R12.

    When I try to open the form, I am getting following error. Pls help to fix this error.

    Oracle EBS version: R12.1.1

    Forms builder version: 32-bit version of forms (10.1.2.0.2)

    Pls. Note that I copied the folder au_top/resource in my local machine and the same path is called in the properties of forms (beginning - in the path). Please see the screenshots below.

    Appreciate your help to solve this problem...

    Screenshot.jpg

    Untitled.jpg

    Check under $AU_TOP, you should be able to find it there. If you copy * nix file names are case-sensitive

    APPSTAND.fmb

    TEMPLATE.fmb

    Advise that you start after you have read and understood well from Oracle E-Business Suite Developer Guide

    Module in which you try to make the customization to?

  • How to obtain the list of virtual machines in a cluster with the specific name

    Get-Cluster "Group 1" | Get - VM | where {$_.name - eq "owp *"} | Select name

    I've tried to filter the virtual machines with a specific name of a cluster by using a single command line but I am not going do anything...?

    I get results if I just Get-Cluster "Cluster 1' | Get - VM, but I want excluded other virtual machines to help to be enjoyed.

    Use - as instead of-eq

    Get-Cluster 'Cluster 1' | Get-VM | where {$_.name -like "owp*"} | select name
    

Maybe you are looking for