> Before I go and reinvent the wheel... Is there a > easy/standard way of changing a grid behavior so that when > I've typed in some information ( in this case a number ) and > press enter/return the next cell highlighted is not to the > right but down a row, e.g. same column? > > Tyring to allow for rapid data entry
Not that this is a solution, but to say that I use bindevents with grids for just about everything these days. In this case, maybe you could bindevents some code to the lostfocus event of grid textboxes that gives you control and then you can move around as you want. Bill > Anthony L. Testi _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech ** 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.

