datagrid in windows

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
dantomlin
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 43
Joined: Tue Feb 26, 2008 4:07 pm

datagrid in windows

Post by dantomlin » Thu May 16, 2013 10:04 pm

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

rbrucep
Posts: 21
Joined: Thu Jul 05, 2012 4:25 pm

Re: datagrid in windows

Post by rbrucep » Sat May 18, 2013 5:03 am

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

dantomlin
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 43
Joined: Tue Feb 26, 2008 4:07 pm

Re: datagrid in windows

Post by dantomlin » Mon May 20, 2013 4:26 pm

check out this thread

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

or search "moving cell to cell in a datagrid"

rbrucep
Posts: 21
Joined: Thu Jul 05, 2012 4:25 pm

Re: datagrid in windows

Post by rbrucep » Tue May 21, 2013 7:36 pm

Thanks; will do!
Bruce

Post Reply