User Tools

Site Tools


setusemrp_set_usemrp_value_rm.htm
Navigation:  ABC Library Reference > ReportManager Class > ReportManager 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.

Member of: ReportManager

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 ThisReport.GetUseMRP() = 1

ThisReport.SetUseMRP(0)

END

See Also:     GetUseMRP , UseMRP

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