Hi Folks
I've been finding myself around LC by developing some small useful application. Over the weekend I thought I would play around and code for the iPad so I placed a couple of fields down with labels. I set it up to run in the emulator which to my surprise worked the first time. When I came to try and move from one field to another by either using the tab or enter key the cursor remained in the first field... is this normal, am i missing something here or do I have code for this? Any pointer would be appreciated. Thx
iPad Blues in Am
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: iPad Blues in Am
Well, there's no tab key in the iOS keyboard so it's moot.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
Re: iPad Blues in Am
Just touch a field to give it focus (as long as it's TraversalOn property is true).
Re: iPad Blues in Am
Thanks all for the reply. I did find if I switch on the property "Tap On Return" on the field object I did get the enter key to work. 
