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: DGPFRDB1

Package: Registration

Routine: DGPFRDB1


Information

DGPFRDB1 ;SHRPE/SGM - DBRS HISTORY REPORT ; Aug 07, 2018 09:45

Source Information

Source file <DGPFRDB1.m>

Entry Points

Name Comments DBIA/ICR reference
START ;--- Taskman Entry Point
BLDHEAD ; construct HEAD()
BLDPAGES ; construct PAGE(page#,row#)
BLDPGN(WHERE) ; add a new page?
; if WHERE=0, starting new history record
; if WHERE=1, for a history record writing a DBRS record
BLDPGA ; add a new page
; fill out existing page if PG>0
BLDPGS(V) ; set a row in PAGE()
DISPLAY ;
DISPX() ; for terminal, check if this is the last page
FMTE(DATE)
GET ;
; get the History data
; store a copy of data in ^TMP
; @RPT@("INPUT") = input answers
; @RPT@("HIST",date) = history DGPFAH()
; @RPT@("HIST",9999999) = current DGPFA()
; @RPT@("DATE") = total number of records
; @RPT@("DATE",DATE,0) = SITE_U_EDITDT_U_ENTERBY
; @RPT@("DATE",date,1," "_dbrs#) = dbrs#^ext_date^other

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: START+10
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: DISPLAY+3
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: DISPLAY+7
Function Call: WRITE
  • Prompt: !,PAGE(ROW)
  • Line Location: DISPLAY+8
Function Call: WRITE
  • Prompt: !," Press any key to continue, '^' to exit: "
  • Line Location: DISPX+2
Info |  Source |  Entry Points |  Interaction Calls