Navigation:  Classes > bArrayServer >

bArrayServer:OrderKeyDel()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Remove a record number from the active order.

Class

bArrayServer

Type

Method

Syntax

<oArrayServer>:OrderKeyDel(

<iOrderNo>,

<iRecNo>,

[<lAdaptRecords>]

) Æ lSuccess

Arguments

<iOrderNo>Position of the order from which the record number is to be removed. The position refers to the list of the opened orders.
Data Type:Integer

 

<iRecNo>Number of the record, which is to be removed from the order.
Data Type:Integer

 

<lAdaptRecords>Logical value, which indicates whether the record numbers of the already existing key values are to be adapted. As default the value FALSE is used.
Data Type:Logic

Return Value

lSuccessLogical value, which indicates whether the record number could be removed from the order.
TRUEThe record number was removed.
FALSEThe key value could not be added.
Data Type:Logic

Description

bArrayServer:OrderKeyDel() removes the record number to a key value from an existing order. If there are no more record numbers defined for this key value then it is removed from the order. The method is used by the class bArrayServer in order to update an order.

See Also

bArrayServer:IndexOrd()

bArrayServer:OrderKeyAdd()

bArrayServer:OrderKeyCount()

 


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