Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: DINIT00R

DINIT00R.m

Go to the documentation of this file.
  1. DINIT00R ; SFISC/TKW-DIALOG & LANGUAGE FILE INITS ;11:34 AM 5 Dec 2012
  1. ;;22.0;VA FileMan;**169**;Mar 30, 1999;Build 28
  1. ;Per VHA Directive 2004-038, this routine should not be modified.
  1. F I=1:2 S X=$T(Q+I) Q:X="" S Y=$E($T(Q+I+1),4,999),X=$E(X,4,999) S:$A(Y)=126 I=I+1,Y=$E(Y,2,999)_$E($T(Q+I+1),5,99) S:$A(Y)=61 Y=$E(Y,2,999) S @X=Y
  1. Q Q
  1. ;;^UTILITY(U,$J,.84,9201,2,160,0)
  1. ;;= 'R'. A separate list keeps track of the documents chosen during the
  1. ;;^UTILITY(U,$J,.84,9201,2,161,0)
  1. ;;= current Browse session. R will return all the way back to the very
  1. ;;^UTILITY(U,$J,.84,9201,2,162,0)
  1. ;;= first document when used repeatedly.
  1. ;;^UTILITY(U,$J,.84,9201,2,163,0)
  1. ;;=
  1. ;;^UTILITY(U,$J,.84,9201,2,164,0)
  1. ;;= To COPY text to VA FileMan's Clipboard, press <PF1> followed by the
  1. ;;^UTILITY(U,$J,.84,9201,2,165,0)
  1. ;;= letter C. A prompt will appear where a range of lines can be entered
  1. ;;^UTILITY(U,$J,.84,9201,2,166,0)
  1. ;;= separated with a colon (:), or wild card such as (*), to copy the
  1. ;;^UTILITY(U,$J,.84,9201,2,167,0)
  1. ;;= entire text. If the letter 'A' is appended, the text will be
  1. ;;^UTILITY(U,$J,.84,9201,2,168,0)
  1. ;;= appended to the existing content of the VA FileMan Clipboard, when
  1. ;;^UTILITY(U,$J,.84,9201,2,169,0)
  1. ;;= applicable. The text in the clipboard may then be retrieved by VA
  1. ;;^UTILITY(U,$J,.84,9201,2,170,0)
  1. ;;= FileMan's Screen Editor.
  1. ;;^UTILITY(U,$J,.84,9201,2,171,0)
  1. ;;=
  1. ;;^UTILITY(U,$J,.84,9201,2,172,0)
  1. ;;= To VIEW the content of the VA FileMan's Clipboard, press <PF1>
  1. ;;^UTILITY(U,$J,.84,9201,2,173,0)
  1. ;;= followed by the letter V. A new Browser screen appears, which
  1. ;;^UTILITY(U,$J,.84,9201,2,174,0)
  1. ;;= displays the text. Many functions are restricted, when in the 'View
  1. ;;^UTILITY(U,$J,.84,9201,2,175,0)
  1. ;;= Clipboard' mode.
  1. ;;^UTILITY(U,$J,.84,9201,2,176,0)
  1. ;;=
  1. ;;^UTILITY(U,$J,.84,9201,2,177,0)
  1. ;;= To SPLIT SCREEN, while in Full (Browse Region) Screen mode, press
  1. ;;^UTILITY(U,$J,.84,9201,2,178,0)
  1. ;;= <PF2> followed by the letter 'S'. This causes the screen to split
  1. ;;^UTILITY(U,$J,.84,9201,2,179,0)
  1. ;;= into two separate scroll regions.
  1. ;;^UTILITY(U,$J,.84,9201,2,180,0)
  1. ;;=
  1. ;;^UTILITY(U,$J,.84,9201,2,181,0)
  1. ;;= To navigate to the bottom screen, while in Split Screen mode, press
  1. ;;^UTILITY(U,$J,.84,9201,2,182,0)
  1. ;;= <PF2> followed by pressing the ARROW DOWN key.
  1. ;;^UTILITY(U,$J,.84,9201,2,183,0)
  1. ;;=
  1. ;;^UTILITY(U,$J,.84,9201,2,184,0)
  1. ;;= To navigate to the top screen, while in Split Screen mode, press
  1. ;;^UTILITY(U,$J,.84,9201,2,185,0)
  1. ;;= <PF2> followed by pressing the ARROW UP key.
  1. ;;^UTILITY(U,$J,.84,9201,2,186,0)
  1. ;;=
  1. ;;^UTILITY(U,$J,.84,9201,2,187,0)
  1. ;;= To return to FULL SCREEN mode, while in Split Screen mode, press
  1. ;;^UTILITY(U,$J,.84,9201,2,188,0)
  1. ;;= <PF2> followed by the letter 'F'. This causes the entire browse
  1. ;;^UTILITY(U,$J,.84,9201,2,189,0)
  1. ;;= region to return to one Full (Browse) Screen scroll region.
  1. ;;^UTILITY(U,$J,.84,9201,2,190,0)
  1. ;;=
  1. ;;^UTILITY(U,$J,.84,9201,2,191,0)
  1. ;;= To RESIZE screens, while in Split Screen mode, press <PF2><PF2>
  1. ;;^UTILITY(U,$J,.84,9201,2,192,0)
  1. ;;= followed by the ARROW UP key. This makes the top window smaller and
  1. ;;^UTILITY(U,$J,.84,9201,2,193,0)
  1. ;;= the bottom window larger. <PF2><PF2> followed by the ARROW DOWN key
  1. ;;^UTILITY(U,$J,.84,9201,2,194,0)
  1. ;;= makes the top window larger and the bottom window smaller.
  1. ;;^UTILITY(U,$J,.84,9201,2,195,0)
  1. ;;=
  1. ;;^UTILITY(U,$J,.84,9201,2,196,0)
  1. ;;= The TITLE BAR, at the top, is a non scrolling region which contains
  1. ;;^UTILITY(U,$J,.84,9201,2,197,0)
  1. ;;= static information, while browsing in the selected document. The
  1. ;;^UTILITY(U,$J,.84,9201,2,198,0)
  1. ;;= title bar information only changes when switching documents or
  1. ;;^UTILITY(U,$J,.84,9201,2,199,0)
  1. ;;= requesting help. To move text header into the Title Bar, one line at
  1. ;;^UTILITY(U,$J,.84,9201,2,200,0)
  1. ;;= a time, press <PF1><PF1>ARROW DOWN or <PF1><PF1>ARROW UP. This
  1. ;;^UTILITY(U,$J,.84,9201,2,201,0)
  1. ;;= replaces the text in the Title Bar with the content of the text in
  1. ;;^UTILITY(U,$J,.84,9201,2,202,0)
  1. ;;= the scroll region, one line at a time. This can be usefull, when
  1. ;;^UTILITY(U,$J,.84,9201,2,203,0)
  1. ;;= Browser is called via the Device Handler (Browser Device), for
  1. ;;^UTILITY(U,$J,.84,9201,2,204,0)
  1. ;;= Browsing through standard VA FileMan Prints. This allows a user to
  1. ;;^UTILITY(U,$J,.84,9201,2,205,0)
  1. ;;= move the field headers into the Title Bar.
  1. ;;^UTILITY(U,$J,.84,9201,2,206,0)
  1. ;;=
  1. ;;^UTILITY(U,$J,.84,9201,2,207,0)
  1. ;;= The STATUS BAR, at the bottom, is also a non scroll region. It shows
  1. ;;^UTILITY(U,$J,.84,9201,2,208,0)
  1. ;;= the column indicator, how to get help, how to exit, line information
  1. ;;^UTILITY(U,$J,.84,9201,2,209,0)
  1. ;;= and screen information. The "Col>" indicates the column number the
  1. ;;^UTILITY(U,$J,.84,9201,2,210,0)
  1. ;;= left edge of the browse window is over in the document. The "Line>"
  1. ;;^UTILITY(U,$J,.84,9201,2,211,0)
  1. ;;= shows the current line at the bottom of the scroll region and the
  1. ;;^UTILITY(U,$J,.84,9201,2,212,0)
  1. ;;= total number of lines in the document. The "Screen>" shows the
  1. ;;^UTILITY(U,$J,.84,9201,2,213,0)
  1. ;;= current screen and the total number of screens in the document.
  1. ;;^UTILITY(U,$J,.84,9201,2,214,0)
  1. ;;=
  1. ;;^UTILITY(U,$J,.84,9201,2,215,0)
  1. ;;= The SCROLLING REGION, between the TITLE BAR and the STATUS BAR, is
  1. ;;^UTILITY(U,$J,.84,9201,2,216,0)
  1. ;;= where the Browser displays the text being viewed.
  1. ;;^UTILITY(U,$J,.84,9201,2,217,0)
  1. ;;=
  1. ;;^UTILITY(U,$J,.84,9201,2,218,0)
  1. ;;= To print the help text, press <PF1><PF1><PF1>H. This will prompt for
  1. ;;^UTILITY(U,$J,.84,9201,2,219,0)
  1. ;;= a Device. Only valid print devices can be selected.
  1. ;;^UTILITY(U,$J,.84,9201,2,220,0)
  1. ;;=
  1. ;;^UTILITY(U,$J,.84,9201,2,221,0)
  1. ;;= <<<Press 'R' or <PF1>'E' to exit this help document>>>
  1. ;;^UTILITY(U,$J,.84,9202,0)
  1. ;;=9202^3^^5
  1. ;;^UTILITY(U,$J,.84,9202,1,0)
  1. ;;=^^1^1^2950511^^^
  1. ;;^UTILITY(U,$J,.84,9202,1,1,0)
  1. ;;=Browser help text, for hypertext mode.
  1. ;;^UTILITY(U,$J,.84,9202,2,-1,"DATE")
  1. ;;=62796,32034
  1. ;;^UTILITY(U,$J,.84,9202,2,-1,"TITLE")
  1. ;;=9202
  1. ;;^UTILITY(U,$J,.84,9202,2,0)
  1. ;;=^^127^127^3121205^^
  1. ;;^UTILITY(U,$J,.84,9202,2,1,0)
  1. ;;=VA FileMan Browser Help for Hypertext Mode
  1. ;;^UTILITY(U,$J,.84,9202,2,2,0)
  1. ;;=
  1. ;;^UTILITY(U,$J,.84,9202,2,3,0)
  1. ;;=Hypertext jumps are represented in 'bold' text. Press the Tab or 'Q' keys to
  1. ;;^UTILITY(U,$J,.84,9202,2,4,0)
  1. ;;=navigate forward and backward, in order to select a jump. Once a jump is