Click or drag to resize

RequestEntryParameters Fields

The RequestEntryParameters type exposes the following members.

Fields
 NameDescription
Public fieldAllowBarCode Accepts barcode input, no filtering of data
Public fieldAllowFingerPrint Allows fingerprint data
Public fieldAllowMagCard Accepts mag card entry
Public fieldAllowManualEntry When set user is allowed to enter data in manually the type of keyboard displayed depends on RequestEntryType
Public fieldAllowMicrosEmployeeCard Accepts micros employee card stripped of control characters, overrides mag card entry
Public fieldDecimalSeparator Allows users to override the decimal character for decimal and amount
Public fieldMaskEntry Only makes sense if AllowManualEntry is set. if MaskEntry is set the asterisks will be echoed (or whatever is appropriate)
Public fieldMaxLength Only makes sense if AllowManualEntry is set. The user can only type the maximum number of keys.
Public fieldPrompt Prompt to display for request
Public fieldRequestEntryType Indicates the type of data requested. Note that this does not automatically mean that a keyboard will be displayed, it just defines the type of data we are looking for.
Public fieldTitle Title to display for request
Top
See Also