SCRP QUERY DELETE (48)    REMOTE PROCEDURE (8994)

Name Value
NAME SCRP QUERY DELETE
TAG DELETE
ROUTINE SCRPBK2
RETURN VALUE TYPE ARRAY
AVAILABILITY RESTRICTED
DESCRIPTION
This RPC allows for the deletion of a query, usually
at the request of the user.
INPUT PARAMETER
  • QUERY DEFINITION
    PARAMETER TYPE:   LIST
    REQUIRED:   YES
    DESCRIPTION:   
    This parameter contains the complete definition of the query
    template. The format of the definition data is defined by
    the TScQryDef.BuildQuery method on the client.
    
RETURN PARAMETER DESCRIPTION
Using SCDATA to represent the return array, the following is
the definition of the data being passed back via this RPC:

       SCDATA(0) -> 1 - meaning deletion was successful
                           --- OR ---
                 -> 0 - meaning errors found ^ <number of errors>

   SCDATA(1...n) -> error text