Navigation:  Classes > bArrayServer >

bArrayServer:OrderKeyNoToRecord()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Returns the logical record number for the actual record number in a specified order.

Class

bArrayServer

Type

Method

Syntax

<oArrayServer>:OrderKeyNoToRecord(

<iOrderNo>,

<iRecNo>

) Æ iKeyNo

Arguments

<iOrderNo>Position of the order, for which the logical record number is specified. The position refers to the list of open orders.
Data Type:Integer

 

<iRecNo>Number of the record, for which the logical record number is to be determined.
Data Type:Integer

Return Value

iKeyNoLogical record number. If the indicated record number is not contained in the order, the value 0 is returned.
Data Type:Integer

Description

bArrayServer:OrderKeyNoToRecord() returns the logical record number within an order.

See Also

bArrayServer:IndexOrd()

bArrayServer:OrderKeyCount()

bArrayServer:OrderKeyGoTo()

bArrayServer:OrderKeyNo()

bArrayServer:RecNo

 


Page url: http://www.YOURSERVER.com/index.html?barrayserver_orderkeynotorecor.htm