User Tools

Site Tools


setusemrp_set_usemrp_value_fm.htm
Navigation:  ABC Library Reference > FileManager > FileManager Methods >====== SetUseMRP (set UseMRP value) C6H0009.jpg ====== Previous pageReturn to chapter overviewNext page

SetUseMRP( UseMRPFlag ),VIRTUAL

blk2blue.jpg

SetUseMRP Sets the value of the UseMRP property.
UseMRPFlag A BYTE value that activates the UseMRP property when set to 1, or disables the UseMRP property when set to 0.

The SetUseMRP VIRTUAL method is used to set the value of the UseMRP property. This property is used in conjunction with the IP Driver processing of Multiple Request Packets.

Implementation:

SetUseMRP sets the value of the PROTECTED UseMRP property. You can use the GetUseMRP value to detect the UseMRP value set by the templates, and reset it at runtime via the SetUseMRP method.

Example:

IF Access:Orders.GetUseMRP() = 1

Access:Orders.SetUseMRP(0)

END

See Also:     GetUseMRP

setusemrp_set_usemrp_value_fm.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1