Best event when data changes via a user in a datagrid

How do I capture when data changes via a user in a datagrid?
change event?

thanks mate but I'm not sure where to put it:
<mx:AdvancedDataGridColumn headerText="sell" dataField="sell" textAlign="right" editable="true">
                <mx:itemEditor>
                    <fx:Component>                   
                    <s:MXAdvancedDataGridItemRenderer>   
                        <s:TextInput width="100%" text="{data.sell}" fontWeight="bold" contentBackgroundColor="#eeeeff" color="#3333ff"  textAlign="right"  restrict=".0-9" maxChars="11">                                           
                        </s:TextInput>                                               
                    </s:MXAdvancedDataGridItemRenderer>                                       
                    </fx:Component>               
                </mx:itemEditor>                               
            </mx:AdvancedDataGridColumn>

Similar Messages

  • APP-FND-01926 The Custom Event  WHEN-LOGON-CHANGED...

    Hi,
    After compiling and placing a 'custom' CUSTOM.pll (and plx) file on the server, when logging into Applications receiving ERROR:
    APP-FND-01926 The custom event WHEN-LOGON-CHANGED raising unhandled exception: User Defined exception.
    This is for R12.1.3
    The code was moved to the original base version of the R12 CUSTOM.pll file...
    I read many other Notes on this error, but most refer to an error related to a Program Unit Not found and requiring a regeneration of the JAR files.
    Would this be the same situation?
    When we place the original back in place the forms login works.
    Any ideas?
    Thanks,
    Lamonte

    check ur CLASSPATH environment variable ur Custom.plx library should visible on runtime to Classpath variable.
    Baig,
    [My Oracle Blog|http://baigsorcl.blogspot.com/]

  • When login Apps, get APP-FND--01926: The custom event WHEN-LOGON-CHANGED ra

    When login Apps, get APP-FND--01926: The custom event WHEN-LOGON-CHANGED raised unhandled exception: ORA-01403: no data found
    Applied patch
    6241631 11i.ATG_PF.H.delta.7 (RUP 7) and it's pre-requisite patches
    Forms can not be launched successfully.
    APP-FND--01926: The custom event WHEN-LOGON-CHANGED raised unhandled exception: ORA-01403: no data found
    Followed
    Note 391243.1: Unable to access forms - getting APP-FND-01926 error (Doc ID 391243.1)
    Note 555409.1: Client Gets App-Fnd-01926 Every Time After Bounce Apps 11i Forms Service (Doc ID 555409.1)
    these two notes, can not solve the issue.
    Executed following action plans:
    1. Backup custom.pll file on your issued instance(DEV instance).
    2. Copy a custom.pll files from a working environments(i.e. PROD instance) to this issued instance(DEV instance).
    3. Compile the new copied Library CUSTOM.pll manually by running the command:
    f60gen module=CUSTOM.pll userid=APPS/APPS output_file=$AU_TOP/resource/CUSTOM.plx module_type=library batch=no compile_all=special4. The $FORMS60_PATH needs to be in sync with the the Context.xml specifically the s_f60path variable
    i.e >/oracle/apps/test10appl/au/11.5.0/resource:/oracle/apps/test10appl/au/11.5.0/resource/stub</FORMS60_PATH>
    5. Run Autoconfig instantiate the changes.
    Issue still exists.
    Please HELP~~
    Thanks,
    Jackie

    Hello Srini,
    app11i@hpfsapp2> ls -ltra CUSTOM
    -rwxr-xr-x 1 app11i dba 24576 Aug 29 2001 TMCUSTOM.pll
    -rwxr-xr-x 1 app11i dba 20480 Mar 8 2006 CUSTOM.pll.backup
    -rwxr-xr-x 1 app11i dba 24576 Feb 22 2007 CUSTOM.pll.20120215
    -rwxr-xr-x 1 app11i dba 32768 Oct 4 2007 CHRM_CUSTOM.plx
    -rw-r--r-- 1 app11i dba 36864 Oct 8 2007 CHRM_CUSTOM.pll
    -rwxr-xr-x 1 app11i dba 20480 Feb 14 15:20 TMCUSTOM.plx
    -rw-r--r-- 1 app11i dba 24576 Feb 15 09:22 CUSTOM.pll
    -rwxr-xr-x 1 app11i dba 16384 Feb 15 09:23 CUSTOM.plx
    I don't quite understand "only one copy of CUSTOM.plx in the PATH directories", what is PATH directories? How to check? You mean environment variable?
    EBS version: 11.5.10.2
    DB version: 9.2.0.8
    OS: Linux x86
    Thanks,
    Jackie

  • Sql query to bind data from grid and print total count and amount total when date changes

    SELECT SLHD.VOUCH_CODE,SLHD.VOUCH_DATE,SLHD.VOUCH_NUM,SUM(SLTXN.CALC_NET_AMT) AS AMT,ACT.ACT_NAME,SUM(SLTXN.TOT_QTY) AS QTY
    FROM SL_HEAD20132014 AS SLHD,ACCOUNTS AS ACT,SL_TXN20132014 AS SLTXN
    WHERE SLHD.ACT_CODE=ACT.ACT_CODE AND SLTXN.VOUCH_CODE=SLHD.VOUCH_CODE
    GROUP BY SLHD.VOUCH_CODE,SLHD.VOUCH_DATE,SLHD.VOUCH_NUM,ACT.ACT_NAME
    ORDER BY SLHD.VOUCH_DATE 
    i want to print total quatity and total sale in grid when data changes
    like
    date amount quantity
    01/02/2013 1200 1
    01/02/2013  200 1
    01/02/2013  1400 2 // date changes here 
    02/03/2013 100 1 
    02/03/2013 50 4
    02/03/2013 150 5 // date changes and so on

    this query only print all the data from table i want total quantity and total amount of daily sale in same grid when ever date changes
    You may add the date filter to Visakh's query:
    SELECT SLHD.VOUCH_DATE,SUM(SLTXN.CALC_NET_AMT) AS AMT,SUM(SLTXN.TOT_QTY) AS QTY
    FROM SL_HEAD20132014 AS SLHD,ACCOUNTS AS ACT,SL_TXN20132014 AS SLTXN
    WHERE SLHD.ACT_CODE=ACT.ACT_CODE AND SLTXN.VOUCH_CODE=SLHD.VOUCH_CODEand SLHD.VOUCH_DATE = @yourdate --passed from the front end application
    GROUP BY SLHD.VOUCH_DATE
    WITH CUBE
    ORDER BY SLHD.VOUCH_DATE
    Having said, each time when you select the date, you query the table would be expensive method. May be you can filter the date within your dataset already populated if you have entire data in the dataset.

  • Artifacts in JTable TableHeader, when size changed via setPreferredSize

    Hi
    I'm using a JTable to show some data instead of a JList.
    Now when i change the size of the table header via setPreferredSize, the last column header does some graphical errors/artifacts when i scroll to it. How can I avoid this, but still change the size of the header?
    The table is added to a scroll pane and the scroll pane is added to the center area of the panel, which has border layout.
    Any and all help is appreciated, thanks a lot.
    - Hessi

    Don't change the size of the table header.
    Change the size of the TableColumn. Read the JTable API and follow the link to the Swing tutorial on "How to Use Tables" for a working example.

  • Dev2k and event when tabpage changed ?

    Hi !
    Does Dev2k 5.0 generate an event when you press or change a
    tabpage? I haven't succeded in finding one yet, but perhaps
    someone knows about it or know of a workaround ?
    Also there is a trigger called ON-DISPATCH-EVENT !! Does anyone
    know what you can do with this ? or what it does ?
    Thanks,
    Kenneth ([email protected])
    null

    When you click on a tab in forms 5 and greater, it first
    when-tab-page-changed. Note that this trigger only first when a
    users explicitly clickes on a tab. If the application allows you
    to navigate to an item on a different tab page, the trigger does
    not fire, but the tabs do change to reflect the current tab.
    Also, there are two system variable that are helpful; they are
    :system.tab_new_page and :system.tab_previous_page. For some
    reason, the help system only includes references to the tab
    trigger and system tab variables on the FIND tab of the help
    search. The INDEX tab page of help does not list them.
    Good luck.
    Brian
    Kenneth Breit Bedsted (guest) wrote:
    : Hi !
    : Does Dev2k 5.0 generate an event when you press or change a
    : tabpage? I haven't succeded in finding one yet, but perhaps
    : someone knows about it or know of a workaround ?
    : Also there is a trigger called ON-DISPATCH-EVENT !! Does anyone
    : know what you can do with this ? or what it does ?
    : Thanks,
    : Kenneth ([email protected])
    null

  • Broadcasting when data change

    hi,
    I have added the Process Trigger Event Data Change (for Broadcaster) in the process chain. In the broadcast settings I have given the authorizer as ALEMASTER.
    I have scheduled the process chain with the help of an event and the process is getting failed with an error mesage (Alemaster does not have authorization to execute the broadcast setting)
    I have changed the authorizer to my ID in the broadcast setting  and executed the process chain and i am getting an error message SDAPIYK01_BROADCAST_01: User Z57324 cannot be used for background processing.
    I have checked the authorization objects S-RS_ADMWB and S_RS_BCS and they are assigned to me with all the access and not for ALEMASTER.
    I am not sure how to schedule it in the process chain.
    Please help me in this regard.
    Raghu Reddy

    Hi Raghavendra,
    You would need the following authorizations.
    Authorization object - S_RS_BCS
    Field name - RS_EVTYPE
    Value - DC(Execution with data change in infoprovider).
    Activity - *(Full authorization).
    Authorization object - S_RS_ADMWB
    Filed name - RSADMWBOBJ
    Value - BR_SETTING
    Activity - *.
    If you are sending mails to recipients through broadcast settings, you need authorization
    Authorization object - S_OC_SEND
    Filed - COMM_MODE
    Value - INT.
    Lastly,S_BTCH_NAM u2013 User specific processing. Allows a user to specify other users for runtime authorization for a job. However, i think you are missing only the first one.
    Hope it helps,
    Regards,
    Sunmit.

  • Executing workflow when Date Changes in CRM 2011

    Hi,
    I want to execute workflow and get count of all records when year changes . For example if year changes from 2015 to 2016 then workflow should automatically trigger and get count of all system users in CRM. I can do same thing using .NET batch job and putting
    it into window schedular. But i want to achieve same thing in workflow , is it possible?
    Thanks,
    Abhishek
    Abhishek

    Hello,
    To calculate anything you will have to write code. But for periodical execution you can use workflows -
    http://gonzaloruizcrm.blogspot.com/2011/05/quite-often-we-have-business-process.html
    Dynamics CRM MVP/ Technical Evangelist at
    SlickData LLC
    My blog

  • Generate event when stack changed

    I have a task develop a class Stack that generate event when you add new element ? Develop a class Stack is not a problem, what means event that apears when a new element is added ?[                                                                                                                                                                                                                                                                                                                                                                                               

    That about awt / swing ..or I can to apply listeners
    to My Stack ?Sorry, I thought there were also non-GUI examples there. Apparently not.
    It's probably the intention to implement the observer pattern into your code.
    Here's a small demo of how this can be done:import java.util.List;
    import java.util.ArrayList;
    class Main {
        public static void main(String[] args) {
            MagazinePublisher publisher = new MagazinePublisher();
            Subscriber carl = new Subscriber("Carl");
            Subscriber pete = new Subscriber("Pete");
            Subscriber zeke = new Subscriber("Zeke");
            publisher.registerObservers(carl);
            publisher.registerObservers(pete);
            // whenever the state of the 'publisher' changes, it's
            // subscribers should be notified
            publisher.notifyObservers();
            publisher.registerObservers(zeke);
            publisher.notifyObservers();
            publisher.removeObservers(pete);
            publisher.removeObservers(carl);
            publisher.notifyObservers();
    interface MyObserver {
        void update(int edition);
    interface MySubject {
        void registerObservers(MyObserver mo);
        void removeObservers(MyObserver mo);
        void notifyObservers();
    class MagazinePublisher implements MySubject {
        List<MyObserver> observers;
        int edition;
        public MagazinePublisher() {
            observers = new ArrayList<MyObserver>();
            edition = 1;
        public void notifyObservers() {
            for(MyObserver mo : observers) {
                mo.update(edition);
            edition++;
        public void registerObservers(MyObserver mo) {
            observers.add(mo);
        public void removeObservers(MyObserver mo) {
            observers.remove(mo);
    class Subscriber implements MyObserver {
        String name;
        public Subscriber(String n) {
            name = n;
        public boolean equals(Object o) {
            return this.name.equals(((Subscriber)o).name);
        public void update(int e) {
            System.out.println(name+" recieved a copy of the "+e+" edition!");
        // hashCode() and other methods ...
    }Details about this design pattern:
    http://en.wikipedia.org/wiki/Observer_pattern
    or Google, of course:
    http://www.google.com/search?hl=en&q=Observer+pattern&btnG=Google+Search
    Good luck!

  • Capturing IE file dialog event when downloading file via servlet outstream?

    Hi, I've got a situation that it seems many people have run into, but none have solved. Or, at least, no one has posted a solution yet...
    I'm writing a file to a client's machine via an output stream retrieved from the HttpServletResponse. Once I begin writing the file, IE pops up a dialog box with Open/Save/Cancel buttons.
    I need to be able to capture the event that occurs when a user presses a button on this dialog. (Specifically, the "Cancel" event.) I know that the IE browser is interacting with the servlet output stream, because it blocks until a button is pushed.
    I would assume that pressing "Cancel" breaks the connection with the output stream, and therefore cause an IOException if the output stream is referenced again. But that doesn't appear to be the case.
    If anyone has ANY solution for this, please let me know. I've been beating my head against this for 2 days now.
    Thanks in advance!
    Don

    There is no way to do this. The data is sent to the client and the connection is closed. Only time you would receive a IOException is if the network connection went down, or the OutputStream.close() was called while you were writing.
    You might think about using a Signed Applet and have it do file IO to the client. You could design the UI to have a cancel button also. At lest then you can ensure when and if the file was transfered.
    I hope this helps.
    -Richard Burton

  • Capture Action when data changes in Infotypes

    First of all ,  I am not a HCM(functional)  , I am a MDM technical person. I am not sure this question is relevant to this forum. Please bare with me while reading this question:
    We had a requirement saying that whenever person, position or orgunit changes in HCM tables(Infotypes), we need to capture those changes and send it MDM tables. We did this delta loads through change pointers configurations and we succeed.
    But other requirement saying that : when ever any change happend in person, position or orgunit tables we need to caputure as true or false value and send it to MDM table.
    Ex : Person Last name changes or address chagnes or position changes or org unit changes ..etc. I need to capture as boolean value send it to MDM.
    May be there are many infotypes could possible to changes at any time, so how do I capture those values as one boolean value? How do I know which one is last changed?
    Do you have any idea is there any direct field(infotype) capturing this value in HCM?
    or  do you have any idea how to capture this ? Even technically? give me logic on this.
    May be I haven't put the question in proper way because in experience in HCM , please suggest me how do I frame this question to Business people? or help me for capture this value?
    Thanks for your time .
    Thanks,
    Shankar

    Hi Shankar,
    In HCM there is an option of infotype logging.
    This is customized via the following SPRO nodes:
    Personnel man - Personnel admin - Tools - Revision - Set up change doc & Log report starts.
    Then you can see the logs via RPUAUD00 and delete them via RPUAUDDL.
    However converting all this change logs into one boolean value would be your ABAPer's work who should make use of these logs.
    Best wishes,
    Dilek

  • Possible bug - Missing click event when handling change event

    Using Flex 4.5 SDK, I have a spark ComboBox and a Button next to it for applying a filter according to ComboBox selection.
    I listen to both the ComboBox's change event & the Button's click event (for different functions).
    When I manually delete the ComboBox text value from its TextInput (i.e. changing selected index to -1) and immediately click on the Button,
    the click event-handler function is not being called and only the ComboBox's change event-handler function is executed.
    (Selecting a value from the ComboBox's list and clicking on the button triggers both methods on the right order.)
    There's also a state definition for the module, but it isn't being changed during these operations...
    Is this a bug or a correct behavior? Am I missing something here?
    Any workaround suggestions?
    (I thought of listening also to mouse-down or mouse-up on the button instead, but haven't tried it yet...)
    *** UPDATE ***
    When using the Button's mouseDown event the behavior is as expected, so there's a simple workaround.
    However, it seems to me like there's a bug with the Button's click event listener or something...
    *** UPDATE #2 ***
    I created a test application for that and couldn't reproduce the problem.
    Then I figured out the problem and solved it.
    It's a bit emmbarrasing, but I actually disabled the button (enabled=false) as in a child method of the change handling code...
    (If there is no value, don't allow applying the filter - It makes sense! )
    Anyway... No issue after all.
    However, I choose to leave this post (and not delete it) as an example of identifying and resolving a strange behavior in a complex application.

    There's no need.
    Please read the section UPDATE #2.

  • Sum reset on the date column when date changes by month

    Hi,,
    I have a query regarding summary columns that is
    " i want to reset the sum of a column based upon the date colum like the totals for the month of August then totals for the month of september and so on whenever a month changes the sum should be calculated separate."
    The dates can be dynamic as they are coming from the user parameters.
    any help???
    thanks.

    Thanks so much rwillems!!
    I have got the required sum but in displaying the data i m facing some problem. I desire that the this sum should display wheren the records of one month end. but by creating a repeating frame in and out of the already present frame doesn't result in this output.
    So if u can further help i will b very gratefull.
    thanks.

  • Service Order -- When Date Changed -- Appointment need to changed

    Whenever Date on the Service Order is changed, then already existing Appointment Date needs to updated with the new
    new date.
    To meet this requirement, I was thinking about using Events (AFTER_CHANGE).
    But is it possible to meet this requirement with the help of Events ?  Any advice on this on how to proceed?
    Please help !
    RJ

    Hi,
    of course you can do it using events.
    using after_change function module will be executed after each change - think of filter eg. in function module
    to limit number of code executions to minimum. You can use save event also - then appointment will be changed after saved change of date.
    BR

  • Event when network changes

    Hello all,
    I am trying to figure how to use an activex callback when the computers(windows 7) network connection changes.
    I am able to access and use properties of the NETWORKLIST.INetworkListManager class but I am not able to get the Reg Event Callback to work for NETWORKLIST.INetworkListManager.NetworkConnectivityChanged.
    Does anyone have experience with this class or more ActiveX knowledge to get this working?
    Perhaps there is another more commonly used method to see network changes without polling?
    I hope I have provided enough details to get some help. Thank you for your time.
    Attachments:
    Z_NetworkConnectivityChangedEvent.vi ‏15 KB
    Z_NetworkCPropteryChangedEventCallback.vi ‏8 KB

    Wandern wrote:
    Hello all,
    I am trying to figure how to use an activex callback when the computers(windows 7) network connection changes.
    I am able to access and use properties of the NETWORKLIST.INetworkListManager class but I am not able to get the Reg Event Callback to work for NETWORKLIST.INetworkListManager.NetworkConnectivityChanged.
    Does anyone have experience with this class or more ActiveX knowledge to get this working?
    Perhaps there is another more commonly used method to see network changes without polling?
    I hope I have provided enough details to get some help. Thank you for your time.
    I cannot get this working in LabVIEW 2013 32-bit.
    Not sure why.
    I am able to get the callback to work in C# Express 2010.

Maybe you are looking for

  • Everything's really slow on my macbook

    I get the spinning beach ball all the time but especially with Itunes. Songs won't play for more than 10-20 seconds without pausing for 5-10. Wifi connection is fine but the internet just takes way longer to load/switch between tabs/scroll

  • Mising GL account only in 4.7 this error not coming in 4.6 upgradation

    Hi We are doing  upgradation project  4.6  to 4.7.. Here in staging server  while saving sales order we are getting incompletion log Due to missing Gl account .. Environment Analysi  Account determination kfoi00  missing Gl account for Condition t

  • How do I install io7 on an iPod that runs ios 6?

    how do I install io7 on an iPod that runs ios 6?

  • Toggle direction as object reaches ends of frame

    I am trying to achieve a "Knight Rider" KITT animation where the rectangle slides back and forth between the edges of the frame.  The problem is I can only get the rectangle to move in one direction and then it back-steps and keeps moving in that sam

  • NetConnectionDebugger fails

    Hi, I am working on .Net + Flash application. The Problem I encountered is below. Flash MX + .Net 2003 + Flash Remoting for MX I have flash player embedded in aspx page which fetched XML data from C# pages through .Net remoting for MX. The code works