Click or drag to resize

DbServer.DeleteOrder Method

X#
Delete an order from an index file.

Namespace:  VO
Assembly:  VORDDClasses (in VORDDClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD DeleteOrder(
	uOrder,
	cIndexFileName
) AS USUAL CLIPPER
Request Example View Source

Parameters

uOrder (Optional)
Type: Usual
The name or number of the order to be deleted.
cIndexFileName (Optional)
Type: Usual
The index file does not have to be specified if the order name specified is unique among all the opened orders, or if an order number is used. But if a non-unique order name is specified, the index file should also be specified.

Return Value

Type: Usual
TRUE if successful; otherwise, FALSE.
See Also