Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points |  FileMan Files Accessed Via FileMan Db Call
Print Page as PDF
Routine: XPAR

Package: Toolkit

Routine: XPAR


Information

XPAR ; SLC/KCM - Parameters File Calls ;11/03/2003 16:17

Source Information

Source file <XPAR.m>

Entry Points

Name Comments DBIA/ICR reference
ADD(ENT,PAR,INST,VAL,ERR) ; add new parameter instance
  • ICR #2263
    • Status: Active
    • Usage: Supported
    CHG(ENT,PAR,INST,VAL,ERR) ; change parameter value for a given instance
  • ICR #2263
    • Status: Active
    • Usage: Supported
    DEL(ENT,PAR,INST,ERR) ; delete a parameter instance
  • ICR #2263
    • Status: Active
    • Usage: Supported
    REP(ENT,PAR,INST,NEWINST,ERR) ; replace existing instance value
  • ICR #2263
    • Status: Active
    • Usage: Supported
    PUT(ENT,PAR,INST,VAL,ERR) ; add/update, bypassing input transforms
  • ICR #2263
    • Status: Active
    • Usage: Supported
    PUT1 ; ; called here from old entry point EN^ORXP
  • ICR #2335
    • Status: Active
    • Usage: Private
    EN(ENT,PAR,INST,VAL,ERR) ; add/change/delete parameters
  • ICR #2263
    • Status: Active
    • Usage: Supported
    UPD ; ; enter here if transaction type known
    UPD1 ; ; enter here if data already validated
    NDEL(ENT,PAR,ERR) ; Delete all instances of a parameter for an entity
  • ICR #2263
    • Status: Active
    • Usage: Supported
    GET(ENT,PAR,INST,FMT) ; function - returns a parameter value
    ; INST: instance, defaults to 1 (external or `internal)
    ; FMT: format of returned data, defaults to "Q" (internal values)
    ; "Q" - quick, returns internal value
    ; "I" - internal, returns internal value, inst must be internal
    ; "E" - external, returns external value
    ; "B" - both, returns internal value^external value
  • ICR #2263
    • Status: Active
    • Usage: Supported
    GETWP(WPTEXT,ENT,PAR,INST,ERR) ; get value of word processing type
    ; .WPTEXT: array in which the word processing text is returned
    ; WPTEXT contains the title (VALUE field)
    ; WPTEXT(n,0) contains the actual text
    ; INST: instance, defaults to 1 (internal only - XPARCHK not defined)
  • ICR #2263
    • Status: Active
    • Usage: Supported
    GETLST(LIST,ENT,PAR,FMT,ERR,GBL) ; return all parameter instances for an entity
    ; .LIST: array in which instances are returned
    ; FMT: format of returned data, defaults to "Q" (internal values)
    ; "I" - internal instance)=internal value
    ; "Q" - quick, #)=internal instance^internal value
    ; "E" - external, #)=external instance^external value
    ; "B" - both, #,"N")=internal instance^external instance
    ; #,"V")=internal value^external value
    ; "N" - external instance)=internal value^external value
    ; GBL: Set to 1 if LIST holds a Closed Global root
  • ICR #2263
    • Status: Active
    • Usage: Supported
    ENVAL(LIST,PAR,INST,ERR,GBL) ; return all parameter instances
    ; .LIST: array of returned entity/instance/values in the format:
    ; LIST(entity,instance)=value (LIST = # of array elements)
    ; or a Closed Global root ($NA(^TMP($J)))
    ; PAR: parameter in external or internal format
    ; INST: instance (optional) in external or internal format
    ; ERR: error (0 if no error found)
    ; GBL: Set to 1 if LIST holds a Closed Global root
  • ICR #2263
    • Status: Active
    • Usage: Supported

    FileMan Files Accessed Via FileMan Db Call

    FileNo Call Tags
    ^XTV(8989.5 - [#8989.5] Classic Fileman Calls
    Info |  Source |  Entry Points |  FileMan Files Accessed Via FileMan Db Call