Hi all,
I have been working on an interactive webpage (in php- server side) to be used with a palm using Windows Pocket PC 2003 and am having a few problems.
The webpage interacts with our database and the palms have been outfitted with barcode scanners so that we can do inventory and such.
Problem is that the item code entry field does not load on the webpage as the active field (its not highlighted in blue) so before a person scans an item, they need to touch it with a stylus or use the down button to get onto it. If they don’t the information from the scanner gets entered in the address bar on internet explorer.
I have had a few realizations:
1st, I tried programming the barcode scanner to tab before it scans as to jump to the field. It works only if you came from the login page though, if you came from another screen the tab no longer jumps to the item code entry field, it jumps to another button so no go.
2nd, when using the down/up button on the side of the palm to find the field, once it finds the item code data entry field (as its the only data entry form on the page) it can up/down off it like a tab would.
Therefore, if I could find a way to program a macro (or something?) on the page to execute a series of down buttons when the page first loads it would find the field and stay there. Then when a person scans the item code entry field would be selected and everything would be happy.
I have heard of people doing this with java script but I don’t know anything about it and I’m not sure how windows pocket pc works with client side programming langs.
If anyone can tell me how to do this or has any other suggestions, they would be greatly appreciated!!!! THANKS.
I have been working on an interactive webpage (in php- server side) to be used with a palm using Windows Pocket PC 2003 and am having a few problems.
The webpage interacts with our database and the palms have been outfitted with barcode scanners so that we can do inventory and such.
Problem is that the item code entry field does not load on the webpage as the active field (its not highlighted in blue) so before a person scans an item, they need to touch it with a stylus or use the down button to get onto it. If they don’t the information from the scanner gets entered in the address bar on internet explorer.
I have had a few realizations:
1st, I tried programming the barcode scanner to tab before it scans as to jump to the field. It works only if you came from the login page though, if you came from another screen the tab no longer jumps to the item code entry field, it jumps to another button so no go.
2nd, when using the down/up button on the side of the palm to find the field, once it finds the item code data entry field (as its the only data entry form on the page) it can up/down off it like a tab would.
Therefore, if I could find a way to program a macro (or something?) on the page to execute a series of down buttons when the page first loads it would find the field and stay there. Then when a person scans the item code entry field would be selected and everything would be happy.
I have heard of people doing this with java script but I don’t know anything about it and I’m not sure how windows pocket pc works with client side programming langs.
If anyone can tell me how to do this or has any other suggestions, they would be greatly appreciated!!!! THANKS.