Click or drag to resize

OrdBagName Function

X#
Return the index file name of a specific order.

Namespace:  XSharp.RT
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 FUNCTION OrdBagName(
	uOrder
) AS STRING CLIPPER
Request Example View Source

Parameters

uOrder (Optional)
Type: Usual
The name of the order whose index file name you want to obtain or a number representing its position in the order list.
Using the order name is the preferred method since the position may be difficult to determine using multiple-order index files. Invalid values are ignored.

Return Value

Type: String
The name of the index file containing the order.
Remarks
Tip Tip
You can also obtain the index file name using DBOrderInfo(DBOI_INDEXNAME, cOrder).
Examples