From popup LOV filling of the other LOV

How to dynamically fill the LOV based on the value selected previously.

ex:

P1_ITEM:

Type: POPUP LOV

List of values definition: select deptno, deptno retired from the Department.

P2_ITEM:

Type: POPUP LOV

List of values definition: select empno, empno ret from emp where deptno =: NVL(:P1_ITEM,deptno)

Version: 4.2.2

Hi PT,.

Make sure first that your second item LOVs query contains your P1_ITEM somewhere in the where clause is dependend.
Then add an onchange dynamic action when P1_ITEM changes your first action is to PL/SQL:

Code: NULL;

Items to submit P1_ITEM

Then add another action that refreshes your 2nd article.

Kind regards

Joni

Tags: Database

Similar Questions

  • How to move a virtual machine from one virtual switch to the other since the SDK / command line?

    How to move a virtual machine from one virtual switch to the other since the SDK / command line?

    Joshua Smith

    Are you referring to the evolution of the virtual machines network portgroup of one to the other and in your case potentially issue on to another vSwitch? If so, take a look at this script: updateVMPortgroup.pl everything you do really makes a call to ReconfigVM_Task() and passing in a specification change and put to day the network in which you want to change

    =========================================================================

    William Lam

    VMware vExpert 2009

    Scripts for VMware ESX/ESXi and resources at: http://engineering.ucsb.edu/~duonglt/vmware/

    repository scripts vGhetto

    VMware Code Central - Scripts/code samples for developers and administrators

    150 VMware developer

    Introduction to the vMA (tips/tricks)

    Getting started with vSphere SDK for Perl

    Twitter: @lamw

    If you find this information useful, please give points to "correct" or "useful".

  • C6350 printing from a laptop, but not the other

    Hi, I have a new HP Photosmart C6350 which was working fine until today. I connected via the network from my wireless for two two laptops running vista 64. All of a sudden I can't print from a laptop computer but can print fine on the other. With one that does not initialize the print job, and then a minute later, it says "Unable to print Document" when I open the HP Solution Center, it says "work has not print because of an error in the printing system." The laptop is able to communicate with the printer, it can check the connection settings, get ink levels, scanner works very well, etc., but never print jobs is completed.

    I tried to turn on/off the printer several times, I rebooted my laptop several times and it has not solved the problem. I checked the edits, and he said that everything was up-to-date. I tried all the solutions suggested and don't know what else to do. As I said, it worked fine til today. Help, please

    Too bad, solved with the help of cat online hp

  • get information from inside a trigger of the other tables in the schema even

    Addendum:

    ... Sorry I forgot: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64 bit

    *******************

    Hello

    I'm trying for a few hours to get information from inside a trigger to another table in the same pattern.

    My trigger is PSE_BKB. NUM_PHANTOM_BP

    I first tried a simple solution...


    CREATE OR REPLACE TRIGGER PSE_BKB. NUM_TR_PHANTOM_BP
    BEFORE DELETING, INSERTION OR UPDATE
    ON PSE_BKB. NUM_PHANTOM_BP
    REFERRING AGAIN AS NINE OLD AND OLD
    FOR EACH LINE
    DECLARE

    v_recht NUMBER (1): = 0;
    v_recht2 NUMBER (1): = 0;
    v_change_mitarbeiter NUMBER (1): = 0;
    v_recht_mitarbeiter NUMBER (1): = 0;
    v_typ varchar2 (20);
    v_obj_key varchar2 (11): = "gugus";
    v_ph_key varchar2 (11);
    -ph_key varchar2 (11);
    v_obj_keys varchar2 (4000): = ', ';

    anz_num NUMBER: = 0;
    anz_num_tmp NUMBER: = 0;
    anz_st_si NUMBER: = 0;


    BEGIN

    ...
    Select count (*)
    in anz_num
    of pse_bkb.num_objekt o
    where o.obj_key in
    (select distinct (ov.obj_key)
    of pse_bkb.num_objekt_verb ov
    where ov.phantom_key =: old.phantom_key
    )
    and o.typ = "NUM";

    ...

    Explanation: my trigger table is PSE_BKB. NUM_PHANTOM_BP.

    On the pse_bkb.num_objekt_verb of the table, I have a relationship 1: n to one or several object-key (field named obj_key!) on my referenced key: old.phantom_key. With this obj_key, I want to watch the weather, I have one or more lines in the table type num_objekt "NUM". So the internal selection gives me all the num_objekt_verb obj_key with my: old.phantom_key and with whom I count the number of lines I have on num_objekt with type "NUM".

    The problem is that the trigger does not see the table.

    I tried many variations.

    The latest version I tried was with a cursor inside the trigger definition as in the block of code below.

    For debugging purposes, I inserted a RAISE_APPLICATION_ERROR in the inner loop - see below. The v_obj_key variable is never defined, as in all the other variations, I tried-, I still see the predefined "gugus" in the declare section.

    It seems that oracle can not read other tables at this point. La: old.phantom_key is defined (in this simple example there would come a return obj_key).

    Thanks in advance for your help - and excuse my English.

    Trigger code:

    CREATE OR REPLACE TRIGGER PSE_BKB. NUM_TR_PHANTOM_BP
    BEFORE DELETING, INSERTION OR UPDATE
    ON PSE_BKB. NUM_PHANTOM_BP
    REFERRING AGAIN AS NINE OLD AND OLD
    FOR EACH LINE
    DECLARE

    v_recht NUMBER (1): = 0;
    v_recht2 NUMBER (1): = 0;
    v_change_mitarbeiter NUMBER (1): = 0;
    v_recht_mitarbeiter NUMBER (1): = 0;
    v_typ varchar2 (20);
    v_obj_key varchar2 (11): = "gugus";
    v_ph_key varchar2 (11);
    -ph_key varchar2 (11);
    v_obj_keys varchar2 (4000): = ', ';

    anz_num NUMBER: = 0;
    anz_num_tmp NUMBER: = 0;
    anz_st_si NUMBER: = 0;


    BEGIN


    Start
    declare

    cursor nums is

    Select obj_key
    of PSE_BKB.num_objekt_verb
    where phantom_key =: old.phantom_key;

    Start

    for the RC looping nums
    v_obj_key: = cr.obj_key;

    RAISE_APPLICATION_ERROR (-20099,' AGAIN 9 v_obj_key: ' | v_obj_key |) ': old.phantom_key ' | (: old.phantom_key);

    When the exit nums % NOTFOUND;

    Select count (*) in the pse_bkb.num_objekt anz_num_tmp where obj_key = v_obj_key and type = "NUM";
    anz_num: = anz_num + anz_num_tmp;
    end loop;

    end;
    end;

    Published by: user832075 on 14.01.2013 06:18

    The reason why you get count_n = 0 in tr_c is that there is no line in B with key_c = 17, to the moment you arrive at tr_c. The removal of B has already occurred, and since you're in a single transaction, the application for tr_c:

    select count(*)
      into   counter_n
      from   a aa
      where  aa.key_a in (select distinct(bb.key_a)
                          from   b bb
                          where  bb.key_c = v_ph_key
                         )
      and    aa.typ = 'n';
    

    'knows' that the row has been deleted then gets a number of 0.

    I added a set of instructions dbms_output to show the order in which triggers run, and that's what I get:

    SQL> delete from b_vw where key_a = 1 and key_c = 17 ;
    in trigger b_tr_vw
    In tr_b
    in tr_c
    delete from b_vw where key_a = 1 and key_c = 17
                *
    ERROR at line 1:
    ORA-20077: Remark: counter_n: 0 counter_s: 0 v_ph_key: 17 old.key_c: 17
    new.key_c:
    ORA-06512: at "OPS$ORACLE.TR_C", line 38
    ORA-04088: error during execution of trigger 'OPS$ORACLE.TR_C'
    ORA-06512: at "OPS$ORACLE.B_TR_VW", line 17
    ORA-04088: error during execution of trigger 'OPS$ORACLE.B_TR_VW'
    

    Thus b_tr_vw trigger is triggered first and deletes a B. trigger fires tr_b as part of this statement to remove and check against A, happening apparently so no error is triggered and succeeds the removal of B. Now tr_b_vw takes back control and deletes C. Since the B line which has key_c = 17 already deleted a control for counter_n > 0 and counter_s = 0 fails and raise you the-20002 error. Note that I'm assuming that the error of-20077 you lift is just to see the values and is not intended to be part of your actual code.

    Because I have really no idea what you're trying to accomplish here I can't offer a lot of advice that you might want to try entering two tr_c of the tr_b_vw trigger validation queries before deliver you the removal of b and put the counter_n > 0 and counter_s = 0 control under tr_b_vw to decide whether or not you want to remove.

    John

  • Require the field be filled when the other field values change

    I tried to search on something I have to do but couldn't come up with a combination of words to find many.

    I have a situation where, when some field on a form, the values change, I need a comment filled field. So if changing values of designated field and the comment field is NOT filled in, I'd like some sort of message indicating that the comment field must be filled in when this field is changed. Preferably, this would happen when the "Update" button is pushed on the form. And this should occur before the data is sent.

    This seems to be between validation and dynamic Action. I don't know how to create what I need. Any help would be greatly appreciated! I hope I described the scenario quite well.

    Thank you!
    John

    Create an item hidden on the form, create a dynamic action to fill this article on the change of your required items. create a validation on the comments that will be triggered ONLY if the hidden item is filled through the action of the element changed...

    Thank you

    Tony Miller
    Dallas, TX

  • sql/PLSQL algorithm: is a rectangle filled with the other rectangles

    Hello
    I have 2 tables: T1 and T2:
    with T1 as
    (select 2 FromPeriod, 4 ToPeriod, 10 FromSum, 12 ToSum  from dual)
    select * from t1;
    
    
    with T2 as
    (select 1 FromPeriod, 2 ToPeriod, 9 FromSum, 5 ToSum  from dual
    union all
    select 1 FromPeriod, 3 ToPeriod, 9 FromSum, 4 ToSum  from dual
    union all
    select 2 FromPeriod, 5 ToPeriod, 9 FromSum, 11 ToSum  from dual
    union all
    select 2 FromPeriod, 5 ToPeriod, 11 FromSum, 12 ToSum  from dual)
    select * from t2;
    FromPeriod, ToPeriod are positive whole number without decimal point.
    FromSum, ToSum are positive numbers can have the comma.

    Table T1 contains unique in the columns 'FromPeriod-ToPeriod' points, that means that is there is a record where "FromPeriod-ToPeriod" = [2-4], then it is certainly not rendered as "FromPeriod-ToPeriod" = [1-4] keys wich [2-4] period, such a thing is not possible in table P1, it contains only unique periods that do not touch. Then the records with periods [2-4], [5-6] are ok in there.
    But table T2 allows periods affecting somehow. You can see that T2 contains "FromPeriod-ToPeriod" = [1-2] and also [1-3] that touch each other.

    We can look at the two tables T1 and T2 as rectangles where X - axis is the values of the axes and the "FromPeriod-ToPeriod" is [FromSum, ToSum].
    I need sql/plsql algorithm that returns true if the rectangle of table T1 is discovered/filled with rectangles in table T2. If the rectangle in T1 is completely filled or even more filled than necessary, then algorithm should return true. If even a small neighborhood in rectangle T1 is not filled by rectangles in T2, then the algorithm must return false.

    As see you in the sample data, T1 has a rectangle: [2-4; 10-12] T2 contains 4 mentions that fill/overdraw this area defined by T1. So for the moment the algorithm must return true.

    I do not know how to write effective elsewhere such algorithm, can you help me?

    --
    At the moment I only came with such algorithm/query:

    Test1: this test should return true:
    --query: is rectangle [2-4;10-12] filled? -Yes.
    with T2 as
    (select 1 FromPeriod, 2 ToPeriod, 9 FromSum, 5 ToSum  from dual
    union all
    select 1 FromPeriod, 3 ToPeriod, 9 FromSum, 4 ToSum  from dual
    union all
    select 2 FromPeriod, 5 ToPeriod, 9 FromSum, 11 ToSum  from dual
    union all
    select 2 FromPeriod, 5 ToPeriod, 11 FromSum, 12 ToSum  from dual)
    select * from t2
    where (2 <= ToPeriod and 4 >= FromPeriod) -- x-axes overlapping
    and (10 <= ToSum and 12 >= FromSum)--y-axes overlapping
    ;--2 rows
    
    --
    
    2     5     9     11
    2     5     11     12
    I takes as input the T1 table horizontal axes (2, [4]) and research data table T2 that affect this horizontal axes, also the value axes is compared. But how then? There are 2 files, but it can give 10 stores overlap in the periods and amounts. How to determine now that rectange T1 is filled?

    Test2: This case should return false:
    --query: is rectangle [2-4;10-12] filled? -No.
    with T2 as
    (select 1 FromPeriod, 2 ToPeriod, 9 FromSum, 4 ToSum  from dual
    union all
    select 1 FromPeriod, 3 ToPeriod, 9 FromSum, 4 ToSum  from dual
    union all
    select 2 FromPeriod, 4 ToPeriod, 9 FromSum, 11 ToSum  from dual
    union all
    select 2 FromPeriod, 5 ToPeriod, 13 FromSum, 13 ToSum  from dual)
    select * from t2
    where (2 <= ToPeriod and 4 >= FromPeriod) -- x-axes overlapping
    and (10 <= ToSum and 12 >= FromSum)--y-axes overlapping
    ;--1 row.
    
    2     4     9     11

    Charles,

    I see 2 choices, but none is likely to evolve very well. The first can be with SQL - subdivision T1 into unit squares and see if everything not covered by T2:

    with T1 as
    (select 2 FromPeriod, 4 ToPeriod, 10.1 FromSum, 12 ToSum  from dual)
    , T1X as
    (select (FromPeriod+level)-1 as Period from T1 connect by level <= (ToPeriod-FromPeriod)+1)
    , T1Y as
    (select (FromSum+level*.01)-.01 as Summ from T1 connect by level <= (ToSum-FromSum+.01)/.01)
    , T1XY as (select Period,Summ from T1X,T1Y)
    ,T2 as
    (select 1 FromPeriod, 2 ToPeriod, 9.99 FromSum, 10.1 ToSum  from dual--satisfies sub-region [(2,2);(10.1,10.1)]
    union all
    select 1 FromPeriod, 2 ToPeriod, 9.99 FromSum, 10.11 ToSum  from dual--now satisfied sub-regions: [(2,2);(10.1,10.11)
    union all
    select 2 FromPeriod, 2 ToPeriod, 10 FromSum, 12.01 ToSum  from dual--now satisfied sub-regions: [(2,2);(10.1,12)
    union all
    select 3 FromPeriod, 4 ToPeriod, 10 FromSum, 11.99 ToSum  from dual--now satisfied sub-regions: [(2,2);(10.1,12)],[(3,4);(10,11.99)]
    union all
    select 4 FromPeriod, 4 ToPeriod, 10 FromSum, 13 ToSum  from dual--now satisfied sub-regions: all filled, return true
    )
    select Period,Summ from T1XY
    where not exists (
    select 1
    from T2
    where T2.FromPeriod<=T1XY.Period
    and   T2.ToPeriod>=T1XY.Period
    and   T2.FromSum<=T1XY.Summ
    and   T2.ToSum>=T1XY.Summ
    )
    ;
    

    The second option is more inspiring you described, using a recursive algorithm to subdivide the T1 into small rectangles for each rectangle in T2. For example:

    X(1)={[a,b;c,d]}
    
    Y={[e,f;g,h];[i,j;k,l]}
    
    X(2)={[a,e;c,g];[e,f;c,g];[f,b;c,g];[a,e;g,h];[f,b;g,h];[a,e;h,d];[e,f;h,d];[f,b;h,d]}
    or
    X(2)={[a,b;c,g];[a,b;h,d];[a,e;c,d];[f,b;c,d]}  -- this gives some overlap, but fewer rectangles and the algorithm still works.
    
    You would have to refine it to handle partial overlaps correctly, then drop areas that don't have a positive area. If
    X(2) becomes empty then it is fully covered. It might be most efficient to sort T2 in order of descending area.
    

    Kind regards
    Bob

  • I can not print from Firefox, but can all the other browsers and applications (such as MS Word, notepad, etc.). I get a misprint on the print monitor as if it was a problem of queue.

    This is a recent development, but I can not print anything in Firefox. Printing open normally, it's going to the right printer that works... I can print other browsers and applications. It acts like it is in queue and then a printing error occurs and it will not be printed. I closed and reopened Firefox, open in safe mode, cleaned cache/history/cookies and restarted twice. Nothing makes no difference. Also tried printing from the preview before print that had the same result. I can print all other browsers and applications without problem, so it must be within Firefox.

    See this:

    http://KB.mozillazine.org/Problems_printing_web_pages

  • why I can't navigate from page two to secure the other pages

    Hello everyone,

    I have created secure login page and can normally connect by username and password, and redirect me normally on the second page, but the second page I can not navigate to the third, when I do remove the security I can usually navigate between pages

    This my adfc_config

    <? XML version = "1.0" encoding = "UTF-8"? >

    "< adfc-config xmlns ="http://xmlns.oracle.com/adf/controller"version ="1.2">"

    < id view = "usage_details" >

    usage_details.jspx < page > < / print this page >

    < / view >

    < id view = "General_Reports" >

    General_Reports.jspx < page > < / print this page >

    < / view >

    < rule of flow control = "__2" id >

    usage_details < of-activity-id > < /-activity-id >

    < control-flow-case id = "__3" >

    Gen < from outcome > < / de-results >

    General_Reports < to-activity-id > < / to-activity-id >

    < / control-flow-case >

    < / control-flow-rule >

    < managed-bean id = "__1" >

    loginBean < managed-bean-name > < / managed-bean-name >

    view.loginBean < managed-bean-class > < / managed-bean-class >

    application of < managed-bean-scope > < / managed-bean-scope >

    < / managed-bean >

    < / adfc-config >

    and that's my jazn-dat

    <? XML version = "1.0" encoding = "UTF - 8" standalone = 'Yes'? "" >
    "" < jazn-data xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance"
    "xsi: noNamespaceSchemaLocation ="http://xmlns.oracle.com/oracleas/schema/jazn-data.xsd">."
    < default = "jazn.com Kingdom-jazn" >
    < domain >
    < name > jazn.com < / name >
    < user >
    < user >
    Nihad < name > < / name >
    Nihad < display name > < / display-name >
    mEKt9XT9Dvnfjmi5kphbCuzuyvZY6PiZ < power > 903 {} < / qualifications >
    < / user >
    < / users >
    < roles / >
    < / domain >
    < / Kingdom-jazn >
    < policy store >
    applications <>
    < application >
    < name > usage_details < / name >
    < app-roles >
    < app-role >
    < name > ManagerRole < / name >
    oracle.security.jps.service.policystore.ApplicationRole < class > < / class >
    < display name > role manager < / display-name >
    < member >
    < member >
    Nihad < name > < / name >
    oracle.security.jps.internal.core.principals.JpsXmlUserImpl < class > < / class >
    < / member >
    < / members >
    < / app-role >
    < / app-roles >
    < jazn > political
    <>grant
    < dealer >
    < directors >
    < principal >
    < name > ManagerRole < / name >
    oracle.security.jps.service.policystore.ApplicationRole < class > < / class >
    < / main >
    < / directors >
    < / dealer >
    <>permissions
    < permission >
    oracle.adf.share.security.authorization.RegionPermission < class > < / class >
    < name > view.pageDefs.welcomePageDef1 < / name >
    Display < share > < / actions >
    < / authorization >
    < permission >
    oracle.adf.share.security.authorization.RegionPermission < class > < / class >
    < name > view.pageDefs.welcomePageDef < / name >
    < action > customize, grant, customize, view < / actions >
    < / authorization >
    < permission >
    oracle.adf.share.security.authorization.RegionPermission < class > < / class >
    < name > view.pageDefs.usage_detailsPageDef < / name >
    < action > customize, grant, customize, view < / actions >
    < / authorization >
    < permission >
    oracle.adf.share.security.authorization.RegionPermission < class > < / class >
    < name > view.pageDefs.General_ReportsPageDef < / name >
    < action > customize, grant, customize, view < / actions >
    < / authorization >
    < permission >
    oracle.adf.controller.security.TaskFlowPermission < class > < / class >
    < name > /WEB-INF/task-flow-definition.xml#task-flow-definition < / name >
    Display < share > < / actions >
    < / authorization >
    < / authorization >
    < / grant >
    <>grant
    < dealer >
    < directors >
    < principal >
    < name > anonymous role < / name >
    oracle.security.jps.internal.core.principals.JpsAnonymousRoleImpl < class > < / class >
    < / main >
    < / directors >
    < / dealer >
    <>permissions
    < permission >
    oracle.adf.share.security.authorization.RegionPermission < class > < / class >
    < name > view.pageDefs.loginpagePageDef < / name >
    Display < share > < / actions >
    < / authorization >
    < permission >
    oracle.adf.share.security.authorization.RegionPermission < class > < / class >
    < name > view.pageDefs.errorPageDef < / name >
    Display < share > < / actions >
    < / authorization >
    < permission >
    oracle.adf.share.security.authorization.RegionPermission < class > < / class >
    < name > view.pageDefs.welcomePageDef1 < / name >
    Display < share > < / actions >
    < / authorization >
    < permission >
    oracle.adf.controller.security.TaskFlowPermission < class > < / class >
    < name > /WEB-INF/task-flow-definition.xml#task-flow-definition < / name >
    Display < share > < / actions >
    < / authorization >
    < / authorization >
    < / grant >
    < / jazn-policy >
    < / application >
    < / applications >
    < / policy-store >
    < / jazn-data >

    and this is my loginbean

    Overview;

    Import javax.faces.application.FacesMessage;
    Import javax.faces.context.FacesContext;

    Import javax.security.auth.Subject;
    Import javax.security.auth.login.FailedLoginException;
    Import javax.security.auth.login.LoginException;

    Import javax.servlet.RequestDispatcher;
    to import javax.servlet.http.HttpServletRequest;

    to import javax.servlet.http.HttpServletResponse;


    weblogic.security.URLCallbackHandler import;
    Import weblogic.security.services.Authentication;

    Import weblogic.servlet.security.Utils;
    Import weblogic.servlet.security.ServletAuthentication;


    public class loginBean {}
    private String _username, _password;

    {} public void setUsername (String _username)
    This ._username = _username;
    }

    public String getUsername() {}
    return _username;
    }

    {} public void setPassword (String _password)
    This ._password = _password;
    }

    public String getPassword() {}
    return _password;
    }

    public String doLogin() throws {LoginException}
    String _username =;
    Byte [] pw = _password.getBytes ();
    FacesContext ctx = FacesContext.getCurrentInstance ();
    HttpServletRequest request = (HttpServletRequest) () .getRequest () ctx.getExternalContext;
    Subject mySubject.
    try {}
    mySubject = Authentication.login (new URLCallbackHandler (UN, pw));
    ServletAuthentication.runAs (mySubject, request);
    ServletAuthentication.generateNewSessionID (request);
    String loginURL = "/ adfAuthentication?success_url=/faces/usage_details.jspx";
    HttpServletResponse response = (HttpServletResponse) ctx.getExternalContext (m:System.NET.FtpWebRequest.GetResponse ());
    RequestDispatcher dispatcher = request.getRequestDispatcher (loginURL);
    Dispatcher.Forward (request, response);


    } catch (FailedLoginException e) {}
    FacesMessage msg =
    new FacesMessage (FacesMessage.SEVERITY_ERROR, "name of invalid user or password","invalid username or password");
    ctx.addMessage (null, msg);

    } catch (Exception e) {}
    Returns a null value.
    }

    Returns a null value.

    }
    }


    and help him please.


    Change this line

    String loginURL = "/ adfAuthentication?success_url=/faces/usage_details.jspx";

    TO

    LoginURL = string ' / adfAuthentication? "success_url = / faces/usage_details";

    Timo

  • Fill in the other fields of drop-down Menus

    I'm trying to create a PDF file in which when an item is selected in a drop-down list, another field is given a specific value.

    Exact situation: I have created a photography print order form and there is a drop down menu to select the size of the print on the agenda (example: 4 x 6, 5 x 7, etc..) I want to set so that when a person chooses a certain size, say that 4 x 6, the "Unit price" field is automatically filled in with the price for 4 x 6.

    Is it possible to do so. I have decent programming skills, so I am open to any beginner or expert suggestions.

    Thank you!

    Chris

    Set the value to export for each option in the drop down for the price, then

    apply this value in the fields where you want to display the price (for

    example, you can type name of the drop-down field of simple calculation).

  • After syncing firefox from one laptop computer to the other, I repeatedly get syncted phone has the same IP address as the original. Reverse?

    One of the results of these two laptops with the same IP address was that the original laptop computer proxy settings have been changed and I could not get into the internet. After you restore the default proxy settings, I again had access to the internet, but two laptops always have the same IP address.

    You do not use DHCP to automatically assign different IP addresses?

  • How to install Windows xp from a pc to all the other pc in lan at some point?

    I have 10 PCs on my home network. all PCs are running Windows xp. I want to fomat them, and then reinstall the new window xp. I don't want to install one by a pc. I want to install everything at once. can someone help me please?

    Hello

    You must deploy a server to install Windows on multiple computers at the same time. You can't install Windows on multiple computers at the same time using a LAN.

  • How can I select several values for popup LOV

    Hello
    I need to select several values for popup lov. Is it possible to select several values from popup lov


    Concerning
    Veronica B

    Check your page now, added a javascript in shared components file > images and a css in the components share > cascading style sheets

    I used the plugin below
    http://www.erichynds.com/jQuery/jQuery-UI-MultiSelect-Widget/

  • Mailings moved to end of folder Windows Mail personal up to corrupt the other items in this folder.

    I get a number of emails from members of the family all over the world.

    When I save items to a specific e-mail folder in Windows Mail, the email registered is replaced by the text of another email in this folder!
    I have tried to create a new folder and save the items but it still happens. Remittances that corrupt are text only and appear to be from a single source. This does not occur in other folders

    What could cause this do?

    A contributor send long e-mails without feedback of any trolley (habit). An email from long chain could damage the others?

    Thank you

    Rob

    Hello

    Here are some steps you can try to resolve your problem.

    Rebuild the Windows Mail message store

    This method will help you rebuild the message store. By rebuilding the message store, only the messages that have no errors cannot be loaded and delete messages that contain errors.

    To remove the Windows Mail message store file and then rebuild, follow these steps.

    Step 1: Search for the message store

    Find the folder that contains your personal message store. The message store is usually located in:

    hard disk\Users\user\AppData\Local\Microsoft\Windows Mail

    If it is not located there, you can find its location through Windows Mail. Follow these steps.

    1. in Windows Mail, click Tools, then Options.

    2. in the Options dialog box, click the Advanced tab, and then click the Maintenance button.

    3. in the Maintenance dialog box, click the store folder button.

    4. in the location dialog box to store, right click on your personal message store is located in the following folder, and then click Select all.

    5. right click on your personal message store is located in the following folder, and then click on copy.

    6. click on cancel or close to close all dialog boxes.

    7. Click Start, right click on the search box and then click on paste to paste the your personal message store location in the box to start the search.

    8. press ENTER. The folder that contains your personal message store opens.

    Also online a scanner using the utility of a direct care.

    http://OneCare.live.com/site/en-us/default.htm

    http://www.Microsoft.com/Security_Essentials/

    Follow the steps mentioned in the link below

    How to get rid of malware.

    http://social.answers.Microsoft.com/forums/en-us/vistasecurity/thread/ba80504b-61f1-4D71-960f-b561798b7b42

    Let us know if this helps

    Concerning
    Anthony.

  • Passing request to a POPUP LOV from the previous page

    Hi all
    I'm stuck again:(et ses urgent...)
    I have a popup LOV and I want to fill the values in computer science based upon REQUEST from the first page.
    If I click CREATE on the first page POPUP LOV must display some values and if I click on UPDATE on the first page, he must fill out a different set of values.
    When I navigate beyond this page and come back, the LOV should also have values based on the previous selected request.

    To do this, I created a P_REQ component which stores the value of the request from the first page IE: P_REQ wil have to CREATE or update values.
    Now I am able to pass this value to a selection list. However, a CONTEXTUAL list is not able to read this P_REQ value.

    MY request for LOV is as below

    Select d1 d, r r1
    Of
    (select name d1, r1, 'C' up_cr ID
    OF THE customer
    "WHERE statusid in (1,3).
    Union
    Select the d1, r1, 'U' up_cr ClientID name
    OF Client_List)
    where up_cr = decode(:P_REQ,'CREATE','C','U')
    ORDER BY d1


    Kindly help... Its Urgent...

    What are the parameters that you used for the calculation? All you need is to set the value of a page in the session before the popup element is called. With the help of a calculation that is running "Before Header" for this.

    Andy

  • create popup LOV values depends on the return values of select tabular list

    Hello

    My requirement is

    In a table, first column is selection list and second column is LOV Popup.

    I want to create if select user from the selection list value 'A' then displays the popup LOV values.

    If the user selects 'B' values in the select list and then display nulls within the popup LOV.

    Kind regards

    Arianne.

    Hi ujwala1234,

    ujwala1234 wrote:

    In a table, first column is selection list and second column is LOV Popup.

    I want to create if select user from the selection list value 'A' then displays the popup LOV values.

    If the user selects 'B' values in the select list and then display nulls within the popup LOV.

    Use the Popup LOV cascading given by Jari wool in this blog: Blog APEX of Jari: pop-up list of the 'waterfall' Article on slot form of

    Write your Popup LOV query such as if, 'A' is selected it returns other values it will return null value.

    Kind regards

    Kiran

Maybe you are looking for