DENTVX2 GETWP (3378)    REMOTE PROCEDURE (8994)

Name Value
NAME DENTVX2 GETWP
TAG GETWP
ROUTINE DENTVX2
RETURN VALUE TYPE ARRAY
AVAILABILITY AGREEMENT
WORD WRAP ON TRUE
DESCRIPTION
This RPC takes in an entity, parameter name, and instance number and 
returns the word processing information for the given instance of the 
parameter.
INPUT PARAMETER
  • ENT
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   30
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    Entity Name
       SYS = System
    
  • PAR
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   30
    REQUIRED:   YES
    SEQUENCE NUMBER:   2
    DESCRIPTION:   
    The name of the stored parameter from which you wish to obtain word 
    processing fields.
    
  • INST
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   30
    REQUIRED:   NO
    SEQUENCE NUMBER:   3
    DESCRIPTION:   
    This is the instance of the parameter you wish to return.
     
    If no value is passed, it will default to 1.
    
RETURN PARAMETER DESCRIPTION
Returns an array List[n].
 
The format of the returned array will be as follows:
  List[n] = Word processing text
 
If nothing is found, the return will be List[n] = 0^No data.
 
If an error occurs, the return will be List[n] = -1^message.