Page 1 of 1

datagrid in windows

Posted: Thu May 16, 2013 10:04 pm
by dantomlin
I build a small program and I created a datagrid where a user can modify the datagrid and it saves to external database. It also moves from field to field when the user hits enter or return. this all works fine in my development environment but in a standalone, when the user hits enter the cursor jumps 2 fields instead of moving 1 field...

does anyone have any idea of why this is happening?

Thanks, Dan

Re: datagrid in windows

Posted: Sat May 18, 2013 5:03 am
by rbrucep
Not an answer, but...
I was trying to do the same thing and failed to get the cursor to move appropriately on tab/return
I know your solution isn't complete, but would you mind sharing the code or method you used to force it to move appropriately?
Thanks
Bruce

Re: datagrid in windows

Posted: Mon May 20, 2013 4:26 pm
by dantomlin
check out this thread

http://forums.runrev.com/viewtopic.php?f=8&t=4848

or search "moving cell to cell in a datagrid"

Re: datagrid in windows

Posted: Tue May 21, 2013 7:36 pm
by rbrucep
Thanks; will do!
Bruce