Try to understand the error of the changing table

Hi all
The error I get triggered only when only the table in question is updated? How bout when he got inserted or deleted?
Assume that the following code creates TRGGER and runs the UPDATE and INSERT statements:
CREATE OR REPLACE TRIGGER section_biu
BEFORE INSERT OR UPDATE ON section
FOR EACH ROW
DECLARE
v_total NUMBER;
v_name VARCHAR2(30);

BEGIN
  SELECT COUNT(*) INTO v_total FROM section WHERE instructor_id = :NEW.instructor_id;

  IF v_total >= 10 THEN
    SELECT first_name||' '||last_name INTO v_name FROM instructor WHERE instructor_id = :NEW.instructor_id;
    RAISE_APPLICATION_ERROR(-20000, 'Instructor, '||v_name||', is overbooked');
  END IF;

EXCEPTION
  WHEN NO_DATA_FOUND THEN
    RAISE_APPLICATION_ERROR(-20001, 'This is not a valid instructor');
END;

Trigger created.

SQL> update section set instructor_id=101 where section_id=80;
update section set instructor_id=101 where section_id=80
       *
ERROR at line 1:
ORA-04091: table STUDENT.SECTION is mutating, trigger/function may not see it
ORA-06512: at "STUDENT.SECTION_BIU", line 6
ORA-04088: error during execution of trigger 'STUDENT.SECTION_BIU'

SQL> insert into section (section_id,course_no,section_no,instructor_id,created_by,created_date,modified_by,modified_date) values (200,10,1,108,user,sysdate,user,sysdate); 

1 row created.
The mutation of error raised when I tried to update the table but does not when a row is inserted.

Is it possible to trigger the transfer error in running the INSERT statement without changing the trigger? Are there any other conditions that may trigger the error even without changing the trigger?

Best regards
TA.

Published by: debonair Valerie on May 5, 2011 02:17

The insert is a single row insert, and the database knows - it wiill do not suffer from any problem of changing table.
However, update may or may not be dealing with many lines, so could have the question.
If you did a multi line insertion, or even one that could potentially be multi line, then you get the same error.

Carl

Tags: Database

Similar Questions

  • Error message, "unable to configure windows update. Try to restore the changes.

    Why is it I can't update windows? When I finished my update it says to reboot my PC and restarting, it says "could not configure windows update. Try to restore the changes.

    Please help me solve this problem.

    Hello

    1. the updates of windows do not settle?

    2. don't you make changes on the computer before this problem?

    I suggest that you try the procedure described in the article mentioned below.

    "Configuration of the Windows updates failed. Restoration of the changes. Do not turn off your computer"error when you try to install Windows updates

    http://support.Microsoft.com/kb/949358/en-us

    Note: After troubleshooting, consult this section «How to reset the computer to start normally after a boot minimum troubleshooting»

    System Restore warning: When you use system restore to restore the computer to a previous state, the programs and updates that you have installed are removed.

    Note: Before you perform the upgrade in-place, I suggest you to save all your data.

    Hope this helps, if the problem persists with Windows updates, please get back to us. We are here to help you.

  • LabVIEW 2013 close when I try to read the database table.

    LabVIEW 2013 close when I try to read the database table.
    I get the error message, Labview falls just crashes. I use Labview x 32 and connective Toolkit of connectivity of database on Windows 7 x 64. I connect to PostgreSQL with ODBC driver, the connection is stable.
    In my database, I have a lot of tables, I read all those without one.
    When I try to read table bad I get data then labview crash. When I restart Labview, I have no message on the error.
    Also I try to use LabSQL-1. 1a. But it has the same result.

    I found the solution.

    I think the problem was that I have very large table in my database.

    At the beginning I received data from table with next quiry:

    SELECT column1, column2 FROM 'table ';

    But when I write then:

    SELECT column1, (column2, ',') array_to_string FROM 'table ';

    all worked!

  • [CDC] Change Data Capture: disable the capture of a column in the change table

    Hi experts,

    I use a synchronous CDC on 11 GR 2. I am facing a problem on the tracking columns. I need to exclude columns are to be captured in my change table.

    It comes to my table in the source:
    CREATE TABLE DEPT (Code INTEGER NOT NULL ENABLE,
                        Name VARCHAR2(400 BYTE) NOT NULL,
                        Salary NUMBER(*,2) NOT NULL,
                        CONSTRAINT PK_CODE PRIMARY KEY (Code));
    and I just want to see changes to the Code, name, but no salary.

    This is my definition of the change Table:
    BEGIN
       DBMS_CDC_PUBLISH.CREATE_CHANGE_TABLE(
        owner             => 'cdcpub',
       change_table_name => 'dept_ct', 
       CHANGE_SET_NAME   => 'CHG_SET_DEPT',
       source_schema     => 'my_user',
       source_table      => 'DEPT',
       column_type_list  => 'CODE INTEGER, NAME VARCHAR2(400 CHAR)', 
       capture_values    => 'both',
       rs_id             => 'y', 
       row_id            => 'y',
       user_id           => 'y',
       timestamp         => 'y',
       object_id         => 'N',
       source_colmap     => 'y',
       target_colmap     => 'y',
       options_string    => NULL,
       DDL_MARKERS       => 'n');
    END;
    When I do:
    UPDATE DEPT SET Salary=300000 WHERE CODE=77;
    I don't want to see a line for this update in my table of changes. Is there a way to do it with Oracle CDC or only changes are tracked at the level of the table and not the column...



    Thanks in advance!

    Published by: Salah Sep 20, 2011 10:11

    SAL wrote:
    More than 90 items in the table to compare, so I... But I'll try anyway, maybe it's the solution less harm them!
    THX

    Yes, it will be a pain to do the hit, but you only need a table analysis and sorting 1 window to cover all 90 columns performance should be good enough. Time to get out of copy / paste! :-)

    David

  • help to try to simplify the form table, based on the collection using dynamic measurements

    Hi everyone, I have tried cleaning and simplify an application designed in 2008 apex 3.2.  We have improved in 4.1.2 and want to take advantage of our understanding of the apex and the dynamic measures to simplify a large part of our code, get rid of the redundancies and make it easier for the programmer to debug and improve next.

    The application is for traders and commercial fishermen and currently has around 4100 users.

    The part that I'm trying to simplify is a tabular report, based on a collection.  Almost all areas in this tabular form has a logic linked to it... and in most cases, it is superfluous in that it executes a UPDATE_MEMBER on the collection.  I would like to remove as much of javascript and additional processes as possible.   I'm also still very new to jQuery and javascript, and faced with the two... but competent in pl/sql.

    tabular query is:

    {code}

    SELECT
    seq_id,

    apex_item. Text (1, seq_id, "," "id ="f01_"| seq_id,",")"DeleteRow. "

    apex_item.text_from_LOV (C004, 'SPECIES'). » -'|| apex_item.text_from_LOV (C005, 'RANK') | » -'|| apex_item.text_from_LOV (C006, 'MARKETCODE') | » -'|| Unit apex_item.text_from_LOV_query (c007, 'select unit_of_measure d, unit_of_measure r species_qc'),

    apex_item.select_list_from_LOV (6, c008, "STOP," onchange = "getAllDisposition('||) seq_id. "" ")" ',' YES, '0', "- Select favorite -", ' f06_ ' | seq_id, cm) available.

    apex_item.select_list_from_LOV (7, c009, style of ' GEAR, "=" background-color: #FBEC5D;) "onFocus ="checkGearPreviousFocus('||). " seq_id |') ; "OnChange ="getAllGears('|| seq_id ||). " "" ")" ',' YES, 'f07_', "- Select favorite -", "3333" | seq_id, cm) Gear,.

    apex_item. Text (8, TO_NUMBER (c010), 5, null, "onchange ="setTotal('||)) seq_id. ")" «, » f08_'|| seq_id, cm) quantity.

    apex_item. Text (9, TO_NUMBER (c011), 5, null, "onchange ="getPriceBoundaries('||)) seq_id. ")" «, » f09_'|| seq_id, cm) price.

    apex_item. Text (10, TO_NUMBER (c012), 5, null, "onchange ="changePrice)
    ('| seq_id |') "onKeyDown = selectDollarsFocus('||) "(seq_id |', event);" ',' f10_'| "" seq_id, cm) $,.

    Decode (c013, 'Y', apex_item.text (11, c014, 30, null, "style =" background-color: #FBEC5D;)) ' onClick = 'onFocusAreaFished('|| seq_id||'); "',' f11_'. seq_id, cm), "n","N/A") Area_Fished, "

    Decode (c017, 'Y', apex_item.text (12, c018, 4, null, "style =" background-color: #FBEC5D;)) "onBlur ="setUnitQuantity('||). " seq_id. ")" «, » f12_'|| seq_id, cm), "n","N/A") UNIT_QUANTITY, "

    Decode (c017, 'Y', apex_item.text (13, 'CN', 3, null, "readOnly = readOnly; ',' f13_'|")) seq_id, cm), "n","N/A") UNIT_COUNT, "

    Decode (c050, 'Y', apex_item.checkbox (14, 'Y','id = "f14_" | seq_id |')) "style =" background-color: #FBEC5D; " onClick = "alterYes('|| seq_id||');" "onKeyPress = alterYes('||) (("(seq_id |');" ', c021), "n", "S/o") FinsAttached,.

    decode (c050, 'Y', apex_item.checkbox (15, ', "id ="f15_"|")) seq_id |' "style =" "background-color: #FBEC5D;" onClick = "alterNo('||)" seq_id |') ; "onKeyPress = alterNo('||) (("(seq_id |');" ', c022), "n", "S/o") FinsNotAttached,.

    Decode (c050, 'Y', apex_item.checkbox (16, 'U','id = "f16_" | seq_id |')) "style =" "background-color: #FBEC5D;" onClick = "alterUnk('||)" seq_id |') ; "onKeyPress = alterUnk('||) (("(seq_id |');" ', c023), "n", "S/o") FinsUnknown,.

    Decode (c050, 'Y', apex_item.textarea (17, c028, 3, null, "onchange ="setExplanation('||))) seq_id. ")" «, » f17_'|| seq_id, cm), "n","N/A") explanation, "

    Decode (c024,' no, apex_item.select_list_from_LOV (18, c029, 'HMSNATURE','onchange = 'saveNature('||))) seq_id. ")" ',' YES, ' one ', "- Select Nature of sales -", "f18_" | seq_id, cm), 'U', apex_item.select_list_from_LOV (18, c029, 'HMSNATURE','onchange = "saveNature('||)) seq_id. ")" ',' YES, ' one ', "- Select Nature of sales -", "f18_" | seq_id, cm), 'Y', 'N/a') Nature_Of_Sale,.

    decode (c020, 'Y',
    apex_item.select_list_from_LOV (40, c040, 'HMS_AREA_CODE',
    "style =" background-color: #FBEC5D;
    "onchange ="saveHMSAREA('||). " seq_id |', this.value) "',' f40_'|" seq_id, cm),
    (' N N/A ',' ') HMS_AREA_CODE;

    C020, c050,

    decode (c020, 'Y',
    apex_item. Text (41, TO_NUMBER (c041), 5, null, "onchange ="setSalePrice('||)) seq_id |', this.value) "',' f41_'|" seq_id, cm),
    (' N n/a ',' ') Sale_Price

    of apex_collections
    where collection_name = 'SPECIES_COLLECTION' order by desc seq_id

    {code}

    I am slow at first and just try to replace the ONCHANGE for apex_item 41 (retail price).   I hope that finally replace all the onblur/onchange to use the same dynamic action.

    The ONCHANGE for apex_item 41 is currently:

    {code}

    function setSalePrice (pRow, savePrice)

    {

    get var = new htmldb_Get (null, & APP_ID., 'APPLICATION_PROCESS is saveSalePrice', 0);

    Get.Add ('SETVALUE3', savePrice);

    Get.Add('ATTRNBR3','41');

    Get.Add ('SEQUENCEID', Prow);

    gResult = get.get ();

    }

    {code}

    the saveSalePrice application process is:

    {code}

    Start

    apex_collection.update_member_attribute (p_collection_name = > 'SPECIES_COLLECTION',)

    p_seq = >: SEQUENCEID.

    p_attr_number = >: ATTRNBR3,.

    p_attr_value = >: SETVALUE3);

    end;

    {code}

    I created two new hidden fields: P110_ID and P110_VALUE.

    I created a dynamic action: CHANGE COLUMN

    event: change

    selection type: jQuery Selector

    jQuery Selector: input [name = "f41"]

    real action 1 - records P110_ID with javascript expression: this.triggeringElement.id

    real action 2 - P110_VALUE value with javascript expression: this.triggeringElement.value

    true action 3 - run pl/sql code

    {code}

    declare

    number of v_member;
    number of v_seq;

    Start
    v_member: = TO_NUMBER (SUBSTR (: p110_id, 2, 2));
    Select ltrim (substr(:p110_ID,5,4),'0 ') in the double v_seq;

    safis_collections.update_column (v_seq,
    v_member,
    (: p110_value);
    end;

    {code}, where safis_collections.update_column is a package of db

    {code}

    Procedure update_column ()v_seq in varchar2

                            v_attr in number ,

                            v_value in VARCHAR2 )

    is

    Start

    apex_collection . update_member_attribute()p_collection_name=> 'SPECIES_COLLECTION'

                         p_seq = > v_seq ,

    p_attr_number = > v_attr ,

    p_attr_value = > v_value );

    apex_debug . message ()'put a day of column.seq ='| v_seq || 'attribute =' || v_attr || "with" || v_value );

    end ;

    {code}

    real action 4 - refreshment area

    I modified the query in a table to reference apex_item 41 to be

    Decode(C020,'Y',apex_item.) Text (41, TO_NUMBER (c041), 5, null), 'No,' N/a ') Sale_Price in the hope that it would fire the dynamic action.   I get the below error.  The value of P110_ID is null, the value of P110_VALUE seems to be correctly set.

    call returned Ajax Server ora error-sequence of 20103:member does not work
    There are in the collection 'SPECIES_COLLECTIO' application to run PL/SQL code

    I appreciate all thoughts/help on this.

    Thank you, Karen

    AHHA.  change the query to

    Decode (c050, 'Y', apex_item.textarea (28, c028, 3, null, null,,'f28_'| seq_id, cm), ' n ',' n/d "") explanation,.

    and that did the trick.  On the next item.

  • Understand the fact Tables

    Hello

    I'm new to OBIEE, I created several dimensions but am a bit confused with the measures, and the fact tables. I have a table of facts already populated in the database that contains the dimension by each dimension keys, 3 measures. There are a few additional columns (agreement_code, agreement_type, schedule_number). These additional columns do not bind to the dimensions. These columns must be included in the table of facts within the layer of OBIEE BM or could be deleted. My question is the fact table should contain only measures or can it be other columns not aggregated.

    Thank you

    Hello

    If you take certain columns actually that depends on the requirements of the company. If you think that these columns will be used in the reports, then you should take these columns in the data warehouse.

    Should not that only columns of measure should go in fact. You can take these columns not aggregated in your fact. But as a best practice, always try to move the columns not aggregated to your dimension. If you can't, as a last resort to it in fact.

    Thank you
    Sandeep

  • want to understand the logical tables in SPR

    Hello

    tableA-> PKA
    tableB-> FKA and FKC
    tableC-> PKC

    I have one thing to ask, I am using obiee 11g.
    The SPR that I dragged and droppped a table called tableA
    Now, I have 2 other tables tableB and tableC

    So should I do drag and drop other 2 tables in the same table logic table where I tableA so here the source will display 3 tables
    or do I have to create another logical table that the source will be tableB, tableC abd?
    How the decision should be taken that I want to say on what basis.

    Since I pk to tableA and tableb Drop Drag in the custom of logical table even would it be a problem?

    Thank you

    If PK and FK are foreign key, primary key, respectively in the post, then you have a star schema is already planning to tableB as does. So, in this case you just drag as a new table and do modeling in the business layer as a pattern in the star.

    The need to by dragging in the same table in order to have several sources in this, would come in a snowflake model. The snowflakes are few relatively more standardized, and to make it not standardized, a table with several sources is used in the business model. Thus, a star schema is reached in these scenarios.

  • Windows guard stop my PowerDirector 8 program when I try to save the changes.

    I work with the Director of Power 8.  When I try to save changes I get the error message "a problem caused blocking the program works correctly.  Windows will close the program and notify you if a solution is available.  I am able to edit and record other PowerDirector projects.  I put a lot of time in this project.  I need to record a last few changes.  Any ideas on what could cause this problem?

    I would recommend in this by looking at the Power Director site: http://www.cyberlink.com/support/search-product-all-faq.do

    Also, make sure that it is uptodate.

  • App Gallery hangs when you try to save the changes

    After cropping of a photo in the gallery app, it crashes when you try to save changes to the photo. It does not occur when recording other changes.

    It is an Alcatel One Touch light on 1.0.1. But oddly enough the problem is more product. I'm still not sure of what caused it. Then... I guess I can mark my question as answered. Thanks for the reply.

  • Try to understand the problem of script PowerCLI

    I'm a Beginner PowerShell CLI rank, but it has been on my list of things to get my head around for awhile, so I was playing with it for a week or two and have managed to solve most of the problems with the search, but for now I'm adapting a PowerCLI script I met a personal project to automate the creation of a vLAB and I don't understand not the problem well enough to be able to properly research could do with a pointer if possible.

    The script that I started with is http://poshcode.org/?show=1547

    The part of the code that I have problems with is line 25 in the original code that is:

    $rpool = for ($i = 0; $i - lt $vmhost.length; $i ++)

    If I run just this line from a prompt, I get the same error that is displayed below:

    [vSphere PowerCLI] C:\ > $rpool = for ($i = 0; $i - lt $vmhost.length; $i ++)
    Lack of closure ")' in the expression."
    On line: 1 char: 22
    + $rpool = for ($i = 0; < < < < $i - lt $vmhost.length; $i ++)

    I found that if I omit the "$rpool =" then this line of code executes, but then I can't use the results (even if I concede that someone who knows what they might be able to!) )

    So, as I understand it well enough to make this code work?

    The rest of the script is adapted to my where I created virtual machines from scratch rather than models, environment more I deal with three hosts but except that it is essentially the same.

    Pointers appreciated!

    (I would have commented on the site hosting the original code, but I couldn't find all the means to do so).

    Kind regards

    Paul

    For me, the command returns the numbers from 0 to 6, all as you would expect. It seems that there is something in your PowerShell session that prevents the statement to run correctly. Looks like you have redefined the command to something else. Maybe an alias or function.

  • Confused.  Try to understand the Photo app Syncing iCloud

    Hi, just bought myself an old 5s iPhone which is big for me.

    I have some questions on how the Photos sync app works on my Mac.  I have a Mac mini desktop computer.

    This sharing of photos is incredible, but I am very new to it and get confused what is actually happening.

    I activated the option "Upload automatically to iCloud" on my iPhone but when I look on my desktop Mac that I do not see my most recent photos appear in the folder called 'iPhone' in my desktop version of Photos.  To get my downloaded photos I must actively download them from my phone.

    This folder has appeared after I connected my iPhone to my Mac via the USB cable.  I did this because someone on Facebook said.  This iTunes open for some reason and other things started happening that I don't understand.  I wanted to share pictures, not tunes and he tried to update but the Wi - fi wasn't working at the time so he kept failing.  When I checked the Wi - Fi works on my phone, it updated but iTunes kept trying to update.  Then the iPhone suddenly had all the records that I had done in Photos on my Mac, but the records were all empty.  Yet, all the Photos I had taken on my iPhone that day appeared on my Mac.  Now finally some pictures randomly my Mac on my iPhone as well and I do not understand why.  Then, when I open Facebook on my iPhone, the pictures that I had taken to a family visit appeared there with a musical slideshow!  What is everything?

    How does this work?  It works by sending photos of the invisible iCloud, which means that it requires action by me to make them appear in my desktop?  In this case, this mean I'll have hundreds, maybe thousands of images are circulating in the iCloud I can forget and end up running out of space on my iCloud?  Or do they stay on my phone until I have actively download them on my Mac?  If I turn off the automatic function, will I still be able to send photos to my Mac?

    If I delete a photo on my Mac, it will also disappear from my iPhone (and vice versa)?

    I have a lot of other questions but my poor old brain melting now and I forgot what I was going to ask, so I'll post them later.

    Thank you for your patience.  I'm old (and a bit thick).

    The IVous article explains works iCloud photo library.

    Photfos user / help guide:

    https://help.Apple.com/photos/Mac/1.0/?lang=en

    IVous has a very detailed and well illustrated article on iCloud photo library:

    http://www.IMore.com/how-use-icloud-photo-library-ultimate-guide

  • Try to understand the pricing and conditions

    Hello. I have read the terms, but nothing quite answered my question. As far as I understand, if my company purchases a month of service, downloads of our images of 50 allocated during the month, then stops and continues to use these images, it's ok, Yes?  Rather than continue to pay monthly for 50 images, we continue to use?  We will use them for the demo version of our software. They will never be sold off tension or something like that. We just wanted to buy the images that we must make our good demo look. Let me know.

    There is no 50 images a month plan. But once the image is licensed, you can continue to use it as long as you want as long as it's still in license restrictions, that it was purchased.

  • Try to understand the build process phonegap

    I am trying to build an APK. Last night, I imported the zip file and corrected the errors. I intend only to build an APK then I don't insert the iOS/windows keys. I tried to wait until the end of the process, but it was late and I let him. Today, when I opened the project, the button of iOS has been shown as red and the Android (build bar?) continues to loading/building indefinitely. Is this good?

    Screen Shot 2016-04-01 at 07.36.16.png

    Edited: I removed the app created one other. Now I get: Upload error: Malformed Config.xml

    It happened after I get the splash screen / icons / cordova plugin game information:

    < src = "icon36.png icon" gap: platform = gap: qualifier 'android' = "ldpi" / > "

    < src = "icon48.png icon" gap: platform = gap: qualifier "android" = "mdpi" / > "

    < src = "icon72.png icon" gap: platform = gap: qualifier 'android' = "hdpi" / > "

    < src = "icon96.png icon" gap: platform = gap: qualifier 'android' = "xhdpi" / > "

    < src = "' splash_426x320.png gap: splash" gap: platform = gap: qualifier 'android' = "ldpi" / > "

    < src = "' splash_470x320.png gap: splash" gap: platform = gap: qualifier "android" = "mdpi" / > "

    < src = "' splash_640x480.png gap: splash" gap: platform = gap: qualifier 'android' = "hdpi" / > "

    < src = "' splash_960x720.png gap: splash" gap: platform = gap: qualifier 'android' = "xhdpi" / > "


    < name of the ditch: plugin = 'cordova-plugin-play' source 'MNP' = >

    < param name = "APP_ID" value = "XXXXXXXXXXXX" / >

    < / gap: plugin >


    I have found no reference on how to include these plugins:

    cordova-plugin-inappbrowser

    cordova-plugin-splashscreen

    cordova-plugin-device


    I think this way, but I do not know:


    "< name of the ditch: plugin ="cordova-plugin-inappbrowser"source ="MNP"/ >"

    " < name of the ditch: plugin ="cordova-plugin-splashscreen "source ="MNP"/ > "

    " < name of the ditch: plugin ="cordova-plugin-device "source ="MNP"/ > "


    Someone can it confirm?


    One more doubt: Phonegap for office does everything this Phonegap Build doesn't?


    Thanks in advance.



    You have a mistake here:

      
    

    You cannot use '-variable "like that in an XML file. See GitHub - cranberrygame/cordova-plugin-game: for use with PG, build. Although it uses the old syntax, then you would end up with something like this instead:

    
        
    
    

    Of course, you have all this in a comment ( ), XML is picky but you can not '-' in a comment string (because it could indicate the end of a comment).

    Furthermore, I would say switching to the modern config.xml file syntax to build of PG. See the docs:

    If you want to validate yourself, you can use an online service, such as http://www.xmlvalidation.com/ or XML Validator - powered by Validome.

  • Try to understand the meaning of the attribute 3rd in this line

    Hello

    I'm trying to understand some AS3 code. I have a file using a

    Import fl.transitions.Tween;

    Import fl.transitions.TweenEvent;

    the line of code that I am trying to figure in the script is the following:


    var fadeTween:Tween = new Tween (None.easeOut, 0, 100, 30, fadeMeIn, "alpha", true);

    I know everything but the 30... In another line of code, I have for a moving image, that the value represents seconds on frameworks vs timeline because of the following true statement.

    Is this also what represents this 30... I'm not really able to say?

    Thank you

    Babs

    This is the time setting.  It is in seconds (if the 4th parameter is true), or in settings (if the 4th parameter is false or unspecified).

    interpolation of you has a duration of 30 seconds.

  • Partial page refresh eliminates the change table event

    I have a filter region where a user enters search criteria then a button that is defined by a da DA for the button that a refresh on a tabular presentation.

    The partial page refresh works fine, but the events of change on the fields in the form of tables fire. Once the page is submitted that those changes events start pulling again.

    We are on 4.2.2.00.11 and the latest Chrome.

    I tried Firefox and it behaved the same.

    Harry

    You make no mention of how change events when added to the fields in a table.  If they were done by a dynamic action, make sure that the scope of the event for dynamic action is set to "Dynamic" and not "static".

    -Jeff

Maybe you are looking for