A couple of things Mike. Are they allowed to leave the row at any column ? If they are I would use AfterRowColChange and then skip to the next row, but if it is the last one go somewhere else or insert a blank row. I use views, so I just update.
HTH, E. On Tuesday, April 15, 2014 2:18 PM, "[email protected]" <[email protected]> wrote: I usually do NOT allow editing in grids, but I've come across a scenario >where it's probably a good idea, at least for initial setup. What I >want to do is capture the record in an object using SCATTER MEMO NAME >this.oOldRec and then when the user goes to leave the ROW (not the >column), I want to compare against a new scatter so it'd basically be >using COMPOBJ(this.oOldRec,this.oNewRec). > >My question is: which grid events am I using to capture these record >states? I'm thinking AfterRowColChange event for the latter >(oNewrec)....but which for the former? BeforeRowColChange event? I >figured somebody here has already done this and could advise. > >Thanks, >--Mike > > >_______________________________________________ >Post Messages to: [email protected] >Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox >OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech >Searchable Archive: http://leafe.com/archives/search/profox >This message: >http://leafe.com/archives/byMID/profox/[email protected] >** All postings, unless explicitly stated otherwise, are the opinions of the >author, and do not constitute legal or medical advice. This statement is added >to the messages for those lawyers who are too stupid to see the obvious. > > > --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

