User Tools

Site Tools


getmrpsize_get_mrpsize_value_.htm
Navigation:  ABC Library Reference > FileManager > FileManager Methods >====== GetMRPSize (get MRPSize value) C6H0009.jpg ====== Previous pageReturn to chapter overviewNext page

GetMRPSize( ),BYTE,VIRTUAL

blk2blue.jpg

GetMRPSize Retrieves the value of the MRPSize property.

The GetMRPSize VIRTUAL method is used to retrieve the value of the MRPSize property. This property is used in conjunction with the IP Driver processing of Multiple Request Packets.

Implementation:

GetMRPSize retrieves the value of the PROTECTED MRPSize property. It can be useful for detecting the MRPSize value currently, and provides support for resetting it at runtime via the SetMRPSize method.

Return Value:     BYTE

Example:

IF Access:Orders.GetMRPSize() <; 100 !Currently using a small block size

Access:Orders.SetMRPSize(100)      !Use an MRP Packet Size that will

                                   !fetch (and cache) 100 rows in a

                                   !single request

END

See Also:     SetMRPSize

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