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.
Handles events in the form.
Syntax
client public static void formUpdateDesign(
InventDimCtrl_Frm_Mov_TransferOrder _inventDimFormSetup,
InventMovement _localMovement,
InventDimFormDesignUpdate _mode,
boolean _fromShipReceiveUpdate)
Run On
Client
Parameters
- _inventDimFormSetup
Type: InventDimCtrl_Frm_Mov_TransferOrder Class
An InventDimCtrl_Frm_Mov_TransferOrder object that is used to control the form that should be updated.
- _localMovement
Type: InventMovement Class
An InventMovement data type that is used to determine which dimensions should be visible.
- _mode
Type: InventDimFormDesignUpdate Enumeration
A signal for a change in the form.
- _fromShipReceiveUpdate
Type: boolean
A Boolean value that is set to true if the form that called the method is the InventTransferShip or InventTransfterReceive form.