Update the value of DataGrid

I have a request - it can be found at http://reactorsoft.ath.CX/projects/Cygnus_v1/Cygnus_v1.html If a reference is required.

In this application, I have a DataGrid. What I want to do update the rightmost 3 columns based on the data entered in the Act. Column of gains. Ideally, this will be row-by-row.

The problem I encounter is that the value in the DataGrid control is not updated quickly enough when the itemEditEnd event is raised. If I return to this line and update the value is entered, the old value will be recovered. How can I work around this problem?

In addition, another problem I encounter is that the triggerEvent itemEndEdit event value is not give me a value. This is supposed to tell me if the installation has ended due to a mouse event or keyboard. It is also essential to what I'm trying to accomplish.

Can anyone provide me with an isight in this? It will be very much appreciated.

A tip: use the method callLater to ensure that the dataProvider has been updated:


http://www.Adobe.com/2006/mxml"layout ="absolute"creationComplete =" init () ">"
   
        Import mx.events.DataGridEvent;
Import mx.collections.ArrayCollection;
           
[Bindable]
private var dp:ArrayCollection;
           
private function init (): void
{
var da: Array = [{id: 1, amt: 0, c1:0, c2:0}, {id: amt 2: 0, c1:0, c2:0}];
DP = new ArrayCollection (da);
}
           
private void calc(evt:DataGridEvent):void
{
var currObject:Object = [evt.rowIndex] dp;
currObject.c1 = currObject.amt * 2;
currObject.c2 = currObject.amt * 1.5;
}
]]>
   

   
       
           
           
           
           
       

   

   

Hope this helps,

Dany

Tags: Flex

Similar Questions

  • update the value of the column to the next value

    Hi all

    create table xxc_test (date of from_date, to_date date, amount, number incr_amount);

    Select 2014, 2015, 3000, the double null

    If suppose if input data in the incr_amount then let say 1000 I want to update the value with incr_amount column amount

    Select 2014, 2015, 4,000 of the double

    If not even though it is as

    Select 2014, 2015, 3000, the double null

    and must be updated to the year

    Note: I spend the year, amount,incr_amount manually (run-time)

    Post edited by: Rajesh123 Note added in the subect

    Hello

    : new.incr_amount: = 0; also use it in code.

    The condition " If : new.incr_amoun is > 0" then (sure fire or change the value only if the increment is positive. ).

    ,....

    ..

    end if;


    -Thank you

    Pavan Kumar N

  • Oracle apex 5.0: not update the values in the Collection.

    Hello again,

    I have a problem in IR where content comes from the collection query.

    Now the question is when I update the value of the column in the report and click on the custom button, that it will update the value of collection and insert the updated values of the collection member in another table that works well according to my condition, but when I will apply to any word in the search bar (say books in order not to update the values of books) and tries to update the value as a result of research above requirement does not work I mean the collection is not updated. Apex. Oracle.com

    testdump/developer/Office

    All of the Suggestions!

    Thank you

    Pranav.

    Pranav.Shah wrote:

    I have a problem in IR where content comes from the collection query.

    Now the question is when I update the value of the column in the report and click on the custom button, that it will update the value of collection and insert the updated values of the collection member in another table that works well according to my condition, but when I will apply to any word in the search bar (say books in order not to update the values of books) and tries to update the value as a result of research above requirement does not work I mean the collection is not updated. Apex. Oracle.com

    testdump/developer/Office

    The "coll update" process fails with a ORA-01403: no data found error. This happens in line 11 because of the access attempt to the wwv_flow.g_f01 using the variable array subscript c who has been incremented beyond the size of the table, which is now smaller because of the IR filter applied.

    begin declare
      c pls_integer := 0;
    begin
    for c1 in (
      select seq_id,c001 from apex_collections
      where collection_name = 'MATRIX2'
      ) loop
    c:=c+1;
    apex_debug.message(c);
      apex_collection.update_member_attribute (p_collection_name=> 'MATRIX2',
      p_seq=> c1.seq_id,p_attr_number =>'2',p_attr_value=>wwv_flow.g_f01(c));
    
    end loop;
    end;
    end;
    

    I agree with fondant tabular forms on interactive reports, but you can meet your requirement as follows. In your application, see page 2.

    1 Add a column of form element hidden IR containing the sequence number of collection:

    select
        c001 col1
      , apex_item.text(2, c002) col2
      , apex_item.hidden(1, seq_id) seq
    from
        apex_collections
    where
        collection_name = 'MATRIX2'
    

    2 place the question of the hidden form in the report using the COL1 Expression HTML attribute:

    #COL1##SEQ#
    

    3. change submit to the process if it is driven by the subject table, not the existing collection:

    begin
    
      for i in 1..apex_application.g_f01.count
      loop
        apex_collection.update_member_attribute(
            p_collection_name=> 'MATRIX2'
          , p_seq=> apex_application.g_f01(i)
          , p_attr_number => '2'
          , p_attr_value=> apex_application.g_f02(i));
      end loop;
    
    end;
    
  • Help! Try to update the values of Member - but does not (completely).

    We are trying to resolve a calculation in the middle of the update of business cycle. There is a push to update existing values for an account specific forecast time scenario.

    Essentially, we want to update the value of forecast current account 56400 to 0.33 * ("56100" + "56110" + "56300" + "56310" + "56320").

    The solution is to make sure only rest of the current year, Apr - Dec, updated forecasts to date.

    Currently the rule runs, but handful of values is never get updates - I'm not doing correctly?

    relatively small cube BSO, Account (dense).

    Here is the rule of this task running

    SET CACHE HIGH;

    FIX (& those 'Forecasts', 'the current iteration","F_00000");

    "56400")

    IF (@ISMBR (& NextMonth: "Dec"));

    0.33 * ("56100" + "56110" + "56300" + "56310" + "56320");

    ENDIF ;)

    ENDFIX;

    -followed by a calc all

    I expect to update all occurrences 56400 in the fix above...

    Thanks in advance!

    Himanshu-

    You probably need...

    UPDATECALC OFF SET;

    .. Smart calc or .in there will prevent 'own' blocks to be recalculated.

  • How update the values in ValueChangeEvent...

    Hello world

    I use Jdeveloper 11.1.2.0.0.

    I have a scenario as follows. I have 2 fields like password and Confirmpassword.

    I wrote a ValueChangeListener for the password field to make some validations and I wrote an other ValueChangeListener for the field Confirmpassword inorder to compare values entered in the two fields.

    But here..., event in ValueChangeListener field Confirmpassword, iam cannot retrieve the password field value to compare.


    The reason is... ValueChangeListener is located in ApplyRequestPhase/ProcessValidationsPhase and updated the values in UpdateModelPhase values are so not updated and impossible to get in the ValueChangeListener event.


    In order to update the values of the tree of components in case of ValueChangeListener, I tried to use code below

    valueChangeEvent.getComponent () .processUpdates (FacesContext.getCurrentInstance ());


    But the values are not updated... Please suggest me to complete my scenario. Do what is necessary. Thanks in advance.


    Concerning

    Leprince















    Hello

    Change the scope of the bean to viewScope.

    Kind regards

  • How to update the value of a value in a table

    APEX - 4.1.0.00.32
    Version of DB - 10 g
    Web - OHS server architecture
    Browser - IE8
    Theme - 9

    Hello

    I have a tabular form and I want to update the value of a field using a process based on an add-on.

    the name of the column in the form of tables is (name of column P22_PROJECT_ID)

    The error I get is

    ERR-1002 unable to find point item ID 'P22_PROJECT_ID' in the application "103".

    Error unexpected, unable to find the name of the option at the page or application level.

    The field is questioned as

    Select pt.project_id P22_PROJECT_ID

    The code I'm trying to use in the process is

    : P22_PROJECT_ID: =: P10_PROJECT_ID;

    I also tried without the colon (P22_PROJECT_ID), but the application does not recognize.

    Any help would be appreciated.

    Thank you

    the tables for is on page 22?
    the project in page 10

    I think you go to page 22 page 10
    Create a new item in page 22 as p22_project_id
    Since 10 passes as a parameter the page p1o_project_id and set p22_project_id

    by default as p22_project_id

  • Update the value Table B if table A the value of different

    Hi all
    I'm using Toad for Oracle and need assistance with a trigger. I have two tables tables A and B Table with some of the same fields. I want to only update the values in the array B, if the values in table A are not equal values in table B table A update. Don't update the record where the primary key of the Table equal to the foreign key in the Table B. I have a sample script below, I hope someone can give me an example, I can develop and test. Thanks for reading also.
    CREATE OR REPLACE TRIGGER AU_Table_A
    AFTER UPDATE ON Table_A
    FOR EACH ROW
    BEGIN
    If Table A :old.value != Table A :new.value
       then 
       update 
    --Update Table B value with Table A updated value
       Table B :old.value = Table A :new.value 
    where Table A primary key = Table B foreign key
    ............
    END IF;
    END;
    Published by: Nikki on December 6, 2011 07:50

    Hi Nikki,

    If I understand correctly, then maybe

    create or replace trigger au_table_a
      after update
      on table_a
      for each row
      when (old.value != new.value)
    begin
      update table_b
      set    table_b.value = :new.value
      where  table_b.foreign_key = :new.primary_key
          and table_b.value != :new.value;
    end au_table_a;
    /
    

    Note that the solution is not trying to handle NULL values. If you have NULL in to either A or B, we have to manage those specifically

    Concerning
    Peter

  • Update the values in the loop after pressing OK without a control

    Hello

    in a loop, a chain of control can be changed until the user clicks the ok button. This method works.

    But the button is also assigned to toggle with the return key.

    But now, the output is not updated any more.

    Is there a solution?

    THX

    Iliale wrote:

    Attached my VI that doesn't work here.

    If I stop the loop with key then return the s text not written

    Set the control to the value of update while typing.

  • Help update the values to modify files on Excel sheet

    I have an excel sheet containing a list of values that need to be updated daily. Cells that have values are related to certain cells in a separate file. The problem is that the file that gets my excel sheet is constantly updated values of as well as the file name. I want to create a macro that will be able to grab the values from the new file and update the spreadsheet I have. I tried to create a macro when you type the name of the file you want to the linked cells to, and she copy that and replace a formula that is already defined, so I'll be able to get new values. I'll show you an example below.

    Front of Macro

    Enter the name of the file: 12345

    (Part 1): = 'S:\MATERIALS\RAW matiere\ [135.xlsx] PURCHASE! $D $11

    During the Macro

    Enter the name of the file: 12345

    (Part 1): = 'S:\MATERIALS\RAW matiere\ [12345.xlsx] PURCHASE! $D $11

    (replaced the file name 135 with 12345)

    When I did that it worked, but my problem is that whenever I entered a new file name so that it is updated (for example 987), the cell would just update with the file I recorded the macro with (12345).

    If someone has a code VBA or other suggestions, I would really appreciate it! If you need me to explain more about this, feel free to let me know. Thank you

    The command of VBA macro to set the formula in a cell is:
    Range ("a6"). Formula = "= 1 + 1.

    This would create cell A6 of the formula "1 + 1 =", and the cell afficheraient a 2 it.
    Here is a full function VBA, you can use and customize.  Simply paste in your VBA Editor to use.  You can see the string which is the formula is to break with the prompting text in the middle.

    Void macroFunctionName()
    As Variant Dim promptText
    promptText = InputBox ("What number to the file name?", "Type number please")

    Range ("a6"). Formula = "='S:\MATERIALS\RAW matiere\ ["promptText & ".xlsx] PURCHASE '! $$D 11 "
    End Sub

  • HOW automatically update the values of the attributes in a VO?

    Hi, experts,

    In jdev12.1.3

    There are two attributes in the original Version, when the line is created or updated and sent, these attributes should be updated automatically:

    1 revise_date: the current datetime object is defined on it;

    2 revisor: employee name of the user who is a field in the page will be defined on it.

    I rewrote the code for RowImpl.java of the VO as java:

    public Date getReviseDate()

    {

    return ((Row.EFFDT_UPDATE_CHANGE_INSERT_MODE == this.getETask () .getEntityState ())

    || ((Row.STATUS_NEW == this.getETask () .getEntityState ())) ? (Date) Date.getCurrentDate ():

    GetAttributeInternal (REVISEDATE) (date);

    }

    But it did not work as I hope. What is wrong with him?

    In addition, in order to set the value of revisor, how do I bind values of a reference of a jsf in RowImpl.java of the VO page

    Thank you!

    Or you can update specific attributes in the method DO DML in your EO Impl class

    Oracle ADF and Jasper ireport tips: overview of the ADF OT and VO classes

    Ashish

  • need to update the value of the column automatically (exists and the new value)

    Hello

    (1) I Segment1, Segment2, Segment3, Segment4, item_status (new column modified in the Temp table)

    Must update the form OFA and the DB Temp table item_status value in the column when I click APPLY to SAVE the Inserted records in the DB table and form and must register the mtl_system_items_b Segment1, Segment2, Segment3, Segment4 in which the condition

    Note: need to update automatically item_status for existing and new inserted records in the Table and the form

     Serializable[] param = {Segment1, Segment2, Segment3, Segment4
                       };
                       am.invokeMethod("InsertRecord", param);
                       row.setAttribute("SelectFlag", "N");
    

    Thank you

    Renon,

    When you write code, try to understand what makes each line. (If you don't understand all the lines, feel free to ask)

    row.setAttribute ("ItemStatus", row.getAttribute ("ItemStatus"));

    What do you think that the above line done? You try to get the value of the attribute and trying to put the same value. How is it, that will have an impact?

    You need to do 2 things.

    1. change the insertRecord method and the State of return of this method.

    Change the definition of the function:

    public String InsertRecord (String itemstyle, String itemcust, String itemsize, String itemcolor, String ordrno,

    String desc)

    Add a return statement at the end after validation.

    TR.Commit ();

    return the situation;

    }

    2 accept that status in CO and set the value to the attribute details VO.

    String status = (String)am.invokeMethod ("InsertRecord", param);

    row.setAttribute ("ItemStatus",status);

    I hope this helps.

    See you soon

    AJ

  • Is it possible to access AMX element using the AMS item ID and then update the value of the AMX?

    I created a prototype - where I need to create a static Page AMX element. I have a bean that will have a method of UPDATING: the user interaction with the element AMX fires this UPDATE method, and the method will determine the value of another node AMX. The example is as follows

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

    "< amx:view xmlns: xsi ="http://www.w3.org/2001/XMLSchema-instance"xmlns:amx ="http://xmlns.oracle.com/adf/mf/amx"

    xmlns:dvtm ="http://xmlns.oracle.com/adf/mf/amx/dvt" >. "

    < amx:panelPage id = "pp1" >

    < amx:facet name = "header" >

    < amx:outputText value = "Header-XXX" id = "ot1" / >

    < / amx:facet >

    "< amx:selectOneChoice label = '1' id = 'soc1" value = ""valueChangeListener ="#{SolverLogic.Update1}" > "

    "< amx:selectItem label =" "id ="si667803"value ="-1"/ >"

    < amx:selectItem label = 'O1' id = 'si667804' value="667800.667803.667804"/ >

    < amx:selectItem label = "O2" id = "si667805" value="667800.667803.667805"/ >

    < amx:selectItem label = "O3" id = "si667806" value="667800.667803.667806"/ >

    < / amx:selectOneChoice >

    "< amx:selectOneChoice label ="2"id ="soc753865"value =" ">."

    "< amx:selectItem label =" "id ="si2"value ="-1"/ >"

    < amx:selectItem label = "Ø21" id = "si753866" value="667800.753865.753866"/ >

    < amx:selectItem label = "Ø22" id = "si753867" value="667800.753865.753867"/ >

    < amx:selectItem label = "O23" id = "si753868" value="667800.753865.753868"/ >

    < / amx:selectOneChoice >

    < / amx:panelPage >

    < / amx:view >

    When the user selects 'O1' - 'SolverLogic.Update1' bean - will calculate 'Ø21' must be selected. Is there a way to access the node AMX 'amx:selectOneChoice label is '2' ' - using the ID - id = "soc753865" sound, and then set the value as "value = 'Ø21' '"

    My requirement is that I don't need a DataController object, I have a binary file that contains the business logic, what I need is to create a static page and then use business logic to determine the result of user interaction and then update the user interface accordingly.

    Thank you

    Shailendra

    There is no label but value.

    You must have the below for the value of selectonechoice:

  • Update the values in the Table from another Table containing historical data

    So, I have two tables, a table and a master table.  The current table is updated each week and at the end of the week, is copied to the main table to keep historical data.  I have update the table in progress early in the week and want to take the latest data from the master table and update the current table with the data.  The current table could have additional IDs or some of the IDS could have deposited (these lines would receive data in the main table).  I want to only update the rows in the current table that have existing data to the attr1, attr2, attr3 columns.  A particular ID may have more than one record in the primary table, I want only the last disk to use for updating the current table.  The data from a different database where no direct connection is possible then I have to import data every week.  Here are some statements of create/insert:

    create table current_T (ID1 varchar(100),adate date,attr1 varchar(100),attr2 varchar(100),attr3 varchar(100))
    

    create table Master_T (ID1 varchar(100),adate date,attr1 varchar(100),attr2 varchar(100),attr3 varchar(100))
    
    

    begin
    insert into current_T (ID1,adate)
    values ('IE111','08/02/13');
    insert into current_T (ID1,adate)
    values ('IE112','08/02/13');
    insert into current_T (ID1,adate)
    values ('IE113','08/02/13');
    
    insert into master_T (ID1,adate,attr1,attr2,attr3)
    values ('IE111','08/01/13','yes','abc','123');
    insert into master_T (ID1,adate,attr1,attr2,attr3)
    values ('IE112','08/01/13','no','dgf','951');
    insert into master_T (ID1,adate,attr1,attr2,attr3)
    values ('IE113','08/01/13','no','dgf','951');
    insert into master_T (ID1,adate,attr1,attr2,attr3)
    values ('IE113','07/01/13','no','dgf','951');
    end;
    

    This has been a scratcher for me head and any help would be greatly appreciated.  I'm coding in Apex 4.1

    Thank you

    -Steve

    Not tested

    merge into current_t c

    using (select *)

    Of

    (select m.*

    row_number() over (partition by m.id1 m.adate DESC order) rn

    of master_t m

    )

    where rn = 1

    ) u

    on (c.id1 = u.id1)

    When matched then update

    Set c.adate = u.adate

    c.attr1 = u.attr1,

    c.attr2 = u.attr2,

    c.attr3 = u.attr3,

    When not matched then insert

    (c.id1, c.adate, c.attr1, c.attr2, c.attr3)

    values

    (u.id1, u.adate, u.attr1, u.attr2, u.attr3)

    ;

  • Update the value of the node with particular attribute

    Hello
    Oracle 11g
    I have a table with the following structure:
    create table xml_test (test_id varchar2(12), xml_done xmltype);
    The xml_done column uses the following structure (example XML):
    <meas id="test">
      <data-elements>
        <data-element id="abc">
          <value>1</value>
        </data-element>
        <data-element id="def">
          <value>2</value>
        </data-element>
        <data-element id="ghi">
          <value>3</value>
        </data-element>
      </data-elements>
    </meas>
    I have a requirement to update the text in the < value > < / value > based on @attribute of the id in the data < item > which it is. In my code below, I'm updating the 1 value to be 'updated value'. I tried UPDATEXML without success:
    UPDATE xml_Test SET XML_DONE =
       UPDATEXML(XML_DONE,
       '/meas/data-elements/data-element/value','updated value')
       WHERE extract(xml_done, '/meas/data-elements/data-element/@id') = 'abc' 
       and test_id = 1;
    Any suggestions are appreciated, thank you very much!

    Published by: chris001 on April 25, 2013 10:14

    Hello

    The WHERE clause filters the rows in the table, not within the XML document.
    You must use an XPath predicate for this.

    SQL> create table xml_test (test_id varchar2(12), xml_done xmltype);
    
    Table created.
    
    SQL>
    SQL> insert into xml_test (test_id, xml_done)
      2  values ('1',
      3   xmlparse(document
      4  '
      5    
      6      
      7        1
      8      
      9      
     10        2
     11      
     12      
     13        3
     14      
     15    
     16  ')
     17  );
    
    1 row created.
    
    SQL> commit;
    
    Commit complete.
    
    SQL> update xml_test
      2  set xml_done =
      3      updatexml(
      4        xml_done
      5      , '/meas/data-elements/data-element[@id="abc"]/value/text()'
      6      , 'updated value'
      7      )
      8  where test_id = '1' ;
    
    1 row updated.
    
    SQL> set long 5000
    SQL> set pages 100
    SQL> select xml_done from xml_test where test_id = '1';
    
    XML_DONE
    --------------------------------------------------------------------------------
    
      
        
          updated value
        
        
          2
        
        
          3
        
      
    
    

    If you also want to make sure that the line actually contains something to update, use XMLExists in the WHERE clause:

    SQL> roll;
    Rollback complete.
    SQL> update xml_test
      2  set xml_done =
      3      updatexml(
      4        xml_done
      5      , '/meas/data-elements/data-element[@id="abc"]/value/text()'
      6      , 'updated value'
      7      )
      8  where test_id = '1'
      9  and xmlexists(
     10        '/meas/data-elements/data-element[@id=$id]'
     11        passing xml_done
     12              , 'abc' as "id"
     13      )
     14  ;
    
    1 row updated.
    
    SQL> select xml_done from xml_test where test_id = '1';
    
    XML_DONE
    --------------------------------------------------------------------------------
    
      
        
          updated value
        
        
          2
        
        
          3
        
      
    
    

    If you are on 11.2.0.3, you can officially use XQuery Update instead.

  • Do not update the values after the registration of form fields

    OK, so I'm building a character auto fill timesheet system using shape. Everything works as expected until I save, close and reload the document.

    I will try to explain the movement of what is supposed to happen, and then it ends by happens.

    Field B is equal to a particular value, depending on what is entered in the field a. field C is equal to the field b. field G totals fields c.-f..

    If I re - write this from scratch, it works as expected, even if I change the to field a different value (thereby changing all other fields to reflect the new data).

    Once I save the document, close and reopen, here's what happens.

    Field B is equal to a particular value, depending on what is entered in the field a. field C is equal to what was the B field before I closed the document. Field total field c.-f. G.

    Can I change A field change and field B to the value it is supposed to. However, field C will not change. Field G still totals the values as expected, including the c. field-stuck now

    Indeed, whatever it is equal to the B field after backup and reload remains at its value prior to the closing. I have a lot of fields equal to B but B alone gets its value based on the field A. I used both "value is the sum of:"and custom JavaScript, both which gives exactly the same results. "

    I use Acrobat Pro (trial) on Windows 7 x 64.

    In format PDF is the order in which the fields are calculated is not automatic, but can be set. If field C depends on the B field and field B is dependent on the land then must ensure that the order of calculation is A-B-C, or the values in calculated fields will be a step behind the value of a field when you update it.

    You can set this command in form editing mode, under the order of computation of Set field - other tasks.

Maybe you are looking for

  • The tracks window moving flex time marker move

    LPX 10.2.4, running I have the main window showing my pieces and, below, the editor, which I currently use for set Flex time markers. For some reason, in the last 15 minutes he began to behave differently in a way that has seriously slowed down my wo

  • Flaws S.M.A.R.T

    Hello First of all, I want to tell you that my English is not very good, but I'll try my best. I have an iMac 21.5 "bought mid-2014, so I have this thing around 2 years. I think that its slowly works more slowly and that programs take a long time to

  • Satellite Pro P200 (PSPB7E) - where to find the new display drivers?

    Laptop bought in July 2007, the Windows Vista Business operating system.Vista windows update immediately so don't know not if the following problem was there before I updated. When put in a slideshow for all images almost immediately a blue screen ap

  • Smartphones Blackberry blackBerry under photo files file

    Hi all!  I just got a new Blackberry Curve 9330 through Sprint series. I was trying to download an attached image of an e-mail when I think I can hit a wrong button... or two.  Although I was able to save the image, I now have a file called "Blackber

  • update of issues - EMGC 12 c to 12.1.0.1 to 12.1.0.2

    It's on RHEL x86_64 5.7.Running GUI upgrade EMGC 12 c 12.1.0.1 to 12.1.0.2 after upgrading a system. Receive the following then apply required unique patches:Cannot continue the installation because some unique patches cannot be applied successfully.