Enablesip - Intermec 730 User Manual

Intermec 730: user guide
Hide thumbs Also See for 730:
Table of Contents

Advertisement

iBrowse User's Guide
ENABLESCANNER to TRUE, the scanner is not enabled until the next
time the Edit Box gets focus.
Syntax
/*[out, retval]*/ BSTR *pVal
/*[in]*/ BSTR newVal);
Value
Action
ENABLED
Enables the scanner when the edit box gets focus and disables the
scanner when focus is lost
DISABLED
Does not attempt to enable or disable the scanner (default)
AUTOTAB
Enables the scanner when the edit box gets focus and disables the
scanner when focus is lost. When a valid scan is received, the scanner
appends a tab to the bar code value.
AUTOENTER
Enables the scanner when the edit box gets focus and disables the
scanner when focus is lost. When a valid scan is received, the scanner
appends an enter to the bar code value.
Example
Creates a single edit box, enables the scanner when the edit box gets focus.
<HTML>
<HEAD></HEAD>
<BODY>
EditBox1 <OBJECT ID="IBEAX1" CLASSID="CLSID:D8A6AACE-0F02-
4440-8F07-64CF68F33DE9" WIDTH="50" HEIGHT="25">
<PARAM NAME="ENABLESCANNER" VALUE="ENABLED"
</BODY>
<!- - OR - - >
<SCRIPT LANGUAGE="JSCRIPT">
IBEAX1.ENABLESCANNER = ENABLED;
</SCRIPT>
</HTML>

ENABLESIP

ENABLESIP controls whether the onscreen keyboard (Soft Input Panel) is
displayed when the edit box gets focus. If enabled, the onscreen keyboard is
disabled when the edit box loses focus. The user can still put the onscreen
keyboard down by tapping the keyboard icon in the command bar at the
bottom of the screen. JavaScript code can get and set this value.
Note: The ITCAXEdit Control does not support the SIP Designer custom
keyboards.
Note: If JavaScript sets ENABLESIP to TRUE, the onscreen keyboard is
not enabled until the next time the Edit Box gets focus.
59

Advertisement

Table of Contents
loading

Table of Contents