shaieyni Active Member Licensed User Longtime User Jul 11, 2017 #1 Hi. What line do i need to add to my application in order to insert NEXT button (like TAB). The purpose is that is someone insert details, the NEXT button will let him move to the next line. Please help. Thanks.
Hi. What line do i need to add to my application in order to insert NEXT button (like TAB). The purpose is that is someone insert details, the NEXT button will let him move to the next line. Please help. Thanks.
Erel B4X founder Staff member Licensed User Longtime User Jul 12, 2017 #2 See the ReturnKey property: Upvote 0
shaieyni Active Member Licensed User Longtime User Jul 12, 2017 #3 Erel said: See the ReturnKey property: Click to expand... Thanks, i will check Upvote 0
shaieyni Active Member Licensed User Longtime User Jul 12, 2017 #4 Erel said: See the ReturnKey property: Click to expand... HI Erel. the keyboard is only in numbers. i added button. in the button i need a code that will do jump or tab in order to move between lines. thanks. Upvote 0
Erel said: See the ReturnKey property: Click to expand... HI Erel. the keyboard is only in numbers. i added button. in the button i need a code that will do jump or tab in order to move between lines. thanks.
Erel B4X founder Staff member Licensed User Longtime User Jul 13, 2017 #5 Numpad keyboards do not show an action / return key. You can use this popup control instead: https://www.b4x.com/android/forum/threads/customview-numpad.64201/#content Upvote 0
Numpad keyboards do not show an action / return key. You can use this popup control instead: https://www.b4x.com/android/forum/threads/customview-numpad.64201/#content