Grid.ActiveRow is obvious. You can use Grid.ActivateCell(nRow,nCol) to set the active cell. I use the Keyboard command to move around the grid.
On Thursday, November 7, 2013 2:19 PM, Tracy Pearson <[email protected]> wrote: Gene Wirchenko wrote on 2013-11-06: >> Dear Vixens and Reynards: >> I am trying to put in row-level validation and am running into >> a difficulty in. beforerowcolchange(). The value reported for a >> column's input control is the value from the last time that column >> had focus (or of the first row if the column has never had focus). >> The value that I want is of the current row. >> .controlref.value >> is not it. >> What is, please? >> Sincerely, >> >> Gene Wirchenko > >Gene, > >I don't do validation in a grid usually. > >Does the field reflect the updated information in the table already? > >Tracy Pearson >PowerChurch Software > > >_______________________________________________ >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.

