cancel
Showing results for 
Search instead for 
Did you mean: 

Enter Key Not working on SYMBOL Pocket PC 2003

Former Member
0 Kudos

Hi Team,

I'm working with the Web Dynpro Mobile Tutorial on SYMBOL Pocket PC 2003. The Web Dynpro is rendered fine but I want to enable the "Enter" key from the device. Th OS is Windows Mobile 2003 and Browser - Pocket IE (Based on IE4 Platform). Any help or pointers on this issue is appreciated. Points will be awarded. Thank you.

Accepted Solutions (1)

Accepted Solutions (1)

satyendra_dhar
Active Participant
0 Kudos

Hi,

One solution of the problem is to make enter key work as a function key.

You add a function key in the each page and assign key value of enter key and write your own logic for the action on enter.

Regards,

Satyendra

Former Member
0 Kudos

I Found some information about Function Key but i can't find the keycodes of my device. Like in the example i found "IBrowse_OnKey49"

I uses pocket browser on a symbol device but didn't found anything.

I will try to find more information or if someone could help me, it would be welcome :-).

But allready thanks for your answer.

satyendra_dhar
Active Participant
0 Kudos

function key can't work with the default pocket browser!! on Symbol pocket PC.

Special Mobile ui elements can only work with symbol pocket browser(SPB), please use SPB to use the functionaity of mobile comopnent.

Regards,

Satyendra

Former Member
0 Kudos

Yes sorry, i mean i use Symbol pocket browser(SPB) and not PB.

Sorry for the mistake. But do you know where to find the keyCodes ???

I search on symbol site but didn't find it.

Regars

Thomas

satyendra_dhar
Active Participant
0 Kudos

Following are the some fn key name value pair

F1 = OnKey0x70

F2 = OnKey0x71

F3 = OnKey0x72

F4 = OnKey0x73

F5 = OnKey0x74

F6 = OnKey0x75

F7 = OnKey0x76

F8 = OnKey0x77

F9 = OnKey0x78

F10 = OnKey0x79

00 = OnKey0x30

01 = OnKey0x31

02 = OnKey0x32

03 = OnKey0x33

04 = OnKey0x34

05 = OnKey0x35

06 = OnKey0x36

07 = OnKey0x37

08 = OnKey0x38

09 = OnKey0x39

PG_UP = OnKey0x21

PG_DN = OnKey0x22

ENTER = OnKey0x0D

ESCAPE = OnKey0x1B\

Regards,

Satyendra

Former Member
0 Kudos

Hi,

It works!!!! Thanks soooooooooooo much!

I really needed this functionality.

There's just one problem that happened. When the user enters some data in an input field and hits the function key (in my case Enter), the content of the inputfield he is busy with, is not saved in the context yet.

But allready thanks for everything!

satyendra_dhar
Active Participant
0 Kudos

Hello,

This fix is available from the SP-10 onwards,

Please apply the latest patch of the particular SP.

For example if you are in SP-10 apply the latest patch in SP-10. and if in sp11 then the latest patch of SP11 and so on.......

Regards,

Satyendra

Former Member
0 Kudos

Do you know where i can find an official note of SAP about it?

Because people who install the patches asked me something official :-s.

Thanks one more time.

satyendra_dhar
Active Participant
0 Kudos

for which Sp you need the note number!!!

Former Member
0 Kudos

Hello,

I saw that we are only on SP8.

So, if i understand it well, the only possibility is to upgrade to SP10 or SP11?

satyendra_dhar
Active Participant
0 Kudos

Yes you understand it correct!!!! If you are willing to upgrade then suggesting you to upgrade to SP-12 or SP-13, SP10 is out of support.

Satyendra

Former Member
0 Kudos

Ok thanks for all the help.

Yo don't see another manner to avoid this problem?

Because i don't think they will upgrade till SP-12 or SP-13 in the next weeks.

Thomas

Former Member
0 Kudos

Could you please provide the key mapping (keyCode) for the Function Key that you are actually using to capture the Function Key ?

What is the Symbol model number and browser client that you are using ?

Thanks

Jon

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Did somebody found an anwser to this question???

Thanks in advance.