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
datagrid in windows
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: datagrid in windows
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
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
check out this thread
http://forums.runrev.com/viewtopic.php?f=8&t=4848
or search "moving cell to cell in a datagrid"
http://forums.runrev.com/viewtopic.php?f=8&t=4848
or search "moving cell to cell in a datagrid"
Re: datagrid in windows
Thanks; will do!
Bruce
Bruce