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 |  Interaction Calls
Print Page as PDF
Routine: FSCLMPM

Package: National Online Information Sharing

Routine: FSCLMPM


Information

FSCLMPM ;SLC/STAFF-NOIS List Manager Protocol Modify ;1/13/98 12:46

Source Information

Source file <FSCLMPM.m>

Entry Points

Name Comments DBIA/ICR reference
EDIT ; from FSCLMPE
INSERT ; from FSCLMPE
ADD(CHOICE,PREOP,DEF) ; from FSCLDR
; not scoped
DELETE ; from FSCLMPE
CHECK(LIST,USER) ; $$(list,user) -> 1 allows editing or 0 does not allow editing
; to edit a list you must be a NOIS specialist and either own the list or be a supervisor
ALL() ; $$() -> 1 if all selections in list are chosen, else 0

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,"Edit line:"
  • Line Location: EDIT+2
Function Call: WRITE
  • Prompt: !,"Replace line ",^TMP("FSC MODIFY LISTS",$J,+$O(^TMP("FSC MODIFY LISTS",$J,"IDX",CHOICE,0)),0)
  • Line Location: EDIT+9
Function Call: WRITE
  • Prompt: !,"Insert lines after:"
  • Line Location: INSERT+2
Function Call: WRITE
  • Prompt: !,"Insert after line ",^TMP("FSC MODIFY LISTS",$J,+$O(^TMP("FSC MODIFY LISTS",$J,"IDX",CHOICE,0)),0)
  • Line Location: INSERT+8
Function Call: WRITE
  • Prompt: !,"Next line:"
  • Line Location: ADD+4
Function Call: WRITE
  • Prompt: !,"Delete lines:"
  • Line Location: DELETE+2
Info |  Source |  Entry Points |  Interaction Calls