Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Harbour Version 0.37 (c) reference Guid - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

ORDDESTROY()

Remove an Order from an Order Bag
---------------------------------------------------------------------------------

 Syntax

        ORDDESTROY(<cOrderName> [, <cOrderBagName> ]) --> NIL  

 Arguments

        <cOrderName>   Name of the order to remove      

        <cOrderBagName>   Name of the order bag from which order id to 
                  be removed

 Returns

        ORDDESTROY()   always returns NIL.    

 Description

      This function attempts to remove the order named <cOrderName> from
      the  file containing the order bag name <cOrderBagName>. If
      <cOrderBagName>  is not specified,then the name of the file will be
      based on the value  of the ORDNAME() function.If the extension is
      not included with the  name of the order file,then the extension
      will be obtained from the  default extension of the current and
      active RDD.

      The DBFNTX driver do not support multiple order bags;therefore,there
      cannot be an order to "destroy" from a bag.This function only works
      for those drivers with support multiple orders bags (e.q. DBFCDX
      and RDDADS drivers).

 Examples

      USE TEsts VIA "DBFCDX" NEW
      ORDdestroy( "lName", "tests" )

 Tests

      See examples

Status

      Started

 Compliance

      This function is Ca-Clipper compliant

 Platforms

      All

 Files

      Library is rdd



See Also: ORDCREATE()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson