Maybe you can try this Create a variable before you DO FORM (e.g. mcolnum) In the WHEN of the grid, number all the columns from 1 to whatever mclonum,=1, mcolnum=2 etc
In the valid event, DO VALCOL Create a prg called VALCOL do case case mcolnum=1 whatever case mcolnum=2 whatever etc endcase On Thu, Nov 21, 2013 at 1:04 PM, Gene Wirchenko <[email protected]> wrote: > At 15:46 2013-11-20, Fred Taylor <[email protected]> wrote: > > [snip] > > > Or in the BeforeRowColChange, when the row changes, you can make a copy of >> the record you're on into an array property of the grid and then compare >> that with the control values in the AfterRowColChange when the row >> changes. >> > > Well, no, I can't. The crux of the problem is reliably getting the > control values for the row being moved off of. If I had that, I would not > have my problem. > > [snip] > > Sincerely, > > Gene Wirchenko > > > [excessive quoting removed by server] _______________________________________________ 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/cag1nny-rd9ubehk-o2t4uxgdqihl8umb5gay19ge+coul4t...@mail.gmail.com ** 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.

