Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates an RFIDReadWriteForm instance to be used with the WMSPickForm form.
Syntax
client public static RFIDReadWriteForm_WMSPickForm newWMSPickForm(
FormRun _formRun,
int _parentControlId,
int _parentReadWriteId,
int _parentMultiReadId)
Run On
Client
Parameters
- _formRun
Type: FormRun Class
The WMSPickForm form to use.
- _parentControlId
Type: int
The control that should contain the RFID server and device setup.
- _parentReadWriteId
Type: int
The control that should contain the "read tag" and "write tag" buttons.
- _parentMultiReadId
Type: int
The control that should contain the "read tags" button.
Return Value
Type: RFIDReadWriteForm_WMSPickForm Class
An instance of the RFIDReadWriteForm_WMSPickForm class.