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

Package: Text Integration Utility

Routine: TIUFC


Information

TIUFC ; SLC/MAM - LM Template C (Create DDEF) INIT, Action NEXT LEVEL ;4/28/97 21:46

Source Information

Source file <TIUFC.m>

Entry Points

Name Comments DBIA/ICR reference
EN ; -- main entry point for LM Template TIUFC CREATE DDEF
; Requires TIUFWHO, set in options TIUFC CREATE DDEFS MGR/NATL
; TIUFCBEG is used to set message bar msgs:
; TIUFCBEG = 1 if done EN, no more, not even Start Over.
; 0 if Selected any action
; C in TIUFCDA,TIUFDITM,TIUFCNM,TIUFCTYP,TIUFCTDA,TIUFCLPS stands for
ENX
HDR ; -- header code
HEADER ; Header field of Protocol TIUFC ACTION MENU.
INIT ; -- init variables and list array
INITX
NEXT ; TEMPLATE C Action Next Level: Navigate hierarchy.
; Called by Protocol TIUFC ACTION NEXT LEVEL
; Requires TIUFI,TIUFCNM,TIUFCDA,TIUFCITM
POSTSEL
NEXTX
CEXPAND1 ; Set selected Next Level item of current branch into LM array (i.e. expands current branch to include next level. DOESN'T Update INFO.
EXIT ; -- exit code

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!," You are already at the bottom Level. To create Components, enter Component,",!,"or to create Subcomponents, select Detailed Display for the Component, then",!,"edit Items of Component.",!
  • Line Location: NEXT+9
Function Call: WRITE
  • Prompt: !!," No Items: You must Create Items at this level before going down a level.",!
  • Line Location: NEXT+10
Function Call: WRITE
  • Prompt: !!," Entry has no Type. Can't select entry",!
  • Line Location: POSTSEL+4
Function Call: WRITE
  • Prompt: !!," Corrupt Database: File Entry "_IFILEDA_" Has Nonexistent Item "_MISSITEM_" ; See IRM",!
  • Line Location: POSTSEL+16
Info |  Source |  Entry Points |  Interaction Calls