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

DINIT00Q.m

Go to the documentation of this file.
  1. DINIT00Q ; SFISC/TKW-DIALOG & LANGUAGE FILE INITS ;2:03 PM 10 Jan 2013
  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,85,0)
  1. ;;= To SCROLL RIGHT, press the ARROW RIGHT key.
  1. ;;^UTILITY(U,$J,.84,9201,2,86,0)
  1. ;;=
  1. ;;^UTILITY(U,$J,.84,9201,2,87,0)
  1. ;;= To SCROLL LEFT, press the ARROW LEFT key.
  1. ;;^UTILITY(U,$J,.84,9201,2,88,0)
  1. ;;=
  1. ;;^UTILITY(U,$J,.84,9201,2,89,0)
  1. ;;= Try pressing these keys at this time and observe the behavior. Get a
  1. ;;^UTILITY(U,$J,.84,9201,2,90,0)
  1. ;;= feel for 'browsing' through a document. Press the arrow down key a
  1. ;;^UTILITY(U,$J,.84,9201,2,91,0)
  1. ;;= few times, then press the arrow up key. Also notice that the 'Line>'
  1. ;;^UTILITY(U,$J,.84,9201,2,92,0)
  1. ;;= and 'Screen>' indicator numbers are changing. To see more of this
  1. ;;^UTILITY(U,$J,.84,9201,2,93,0)
  1. ;;= text keep pressing the ARROW DOWN key. Now try the arrow right key,
  1. ;;^UTILITY(U,$J,.84,9201,2,94,0)
  1. ;;= then the arrow left key. Notice that the 'Col>' indicator number is
  1. ;;^UTILITY(U,$J,.84,9201,2,95,0)
  1. ;;= also changing. This shows what column the left most edge of the
  1. ;;^UTILITY(U,$J,.84,9201,2,96,0)
  1. ;;= document is on. As you can see, the VA FileMan Browser is like a
  1. ;;^UTILITY(U,$J,.84,9201,2,97,0)
  1. ;;= window placed over a document. You are in control of this window
  1. ;;^UTILITY(U,$J,.84,9201,2,98,0)
  1. ;;= which moves over the document by pressing the functional key
  1. ;;^UTILITY(U,$J,.84,9201,2,99,0)
  1. ;;= sequences. Here are a few more functions.
  1. ;;^UTILITY(U,$J,.84,9201,2,100,0)
  1. ;;=
  1. ;;^UTILITY(U,$J,.84,9201,2,101,0)
  1. ;;= To PAGE DOWN one screen at one time, press the NEXT SCREEN key, PAGE
  1. ;;^UTILITY(U,$J,.84,9201,2,102,0)
  1. ;;= DOWN or PF1 followed by the ARROW DOWN key, depending on what kind of
  1. ;;^UTILITY(U,$J,.84,9201,2,103,0)
  1. ;;= CRT or workstation that is being used.
  1. ;;^UTILITY(U,$J,.84,9201,2,104,0)
  1. ;;=
  1. ;;^UTILITY(U,$J,.84,9201,2,105,0)
  1. ;;= To PAGE UP one screen at one time, press the PREV SCREEN key, PAGE UP
  1. ;;^UTILITY(U,$J,.84,9201,2,106,0)
  1. ;;= or PF1 followed by the ARROW UP key, depending on what kind of CRT or
  1. ;;^UTILITY(U,$J,.84,9201,2,107,0)
  1. ;;= workstation that is being used.
  1. ;;^UTILITY(U,$J,.84,9201,2,108,0)
  1. ;;=
  1. ;;^UTILITY(U,$J,.84,9201,2,109,0)
  1. ;;= To return to the TOP, back to the beginning of the document, press
  1. ;;^UTILITY(U,$J,.84,9201,2,110,0)
  1. ;;= the <PF1> key followed by the letter 'T'.
  1. ;;^UTILITY(U,$J,.84,9201,2,111,0)
  1. ;;=
  1. ;;^UTILITY(U,$J,.84,9201,2,112,0)
  1. ;;= To go to the BOTTOM, end of the document, press the <PF1> key
  1. ;;^UTILITY(U,$J,.84,9201,2,113,0)
  1. ;;= followed by the letter 'B'.
  1. ;;^UTILITY(U,$J,.84,9201,2,114,0)
  1. ;;=
  1. ;;^UTILITY(U,$J,.84,9201,2,115,0)
  1. ;;= To GOTO a specific screen, line or column press the <PF1> key
  1. ;;^UTILITY(U,$J,.84,9201,2,116,0)
  1. ;;= followed by the letter 'G'. This will cause a prompt to be displayed
  1. ;;^UTILITY(U,$J,.84,9201,2,117,0)
  1. ;;= where a screen, line or column number can be entered preceded by a
  1. ;;^UTILITY(U,$J,.84,9201,2,118,0)
  1. ;;= 'S' , 'L' or 'C'. The default is screen, meaning that the 'S' is
  1. ;;^UTILITY(U,$J,.84,9201,2,119,0)
  1. ;;= optional when entering a screen number. 10 or S10 will go to screen
  1. ;;^UTILITY(U,$J,.84,9201,2,120,0)
  1. ;;= 10, if screen 10 is a valid screen. L99 will go to line 99 and C33
  1. ;;^UTILITY(U,$J,.84,9201,2,121,0)
  1. ;;= will go to column 33.
  1. ;;^UTILITY(U,$J,.84,9201,2,122,0)
  1. ;;=
  1. ;;^UTILITY(U,$J,.84,9201,2,123,0)
  1. ;;= To FIND a string of characters, on a line, press the <PF1> key
  1. ;;^UTILITY(U,$J,.84,9201,2,124,0)
  1. ;;= followed by the letter 'F' or 'FIND' key. A prompt will appear where
  1. ;;^UTILITY(U,$J,.84,9201,2,125,0)
  1. ;;= a search string of characters can be entered. The Find facility will
  1. ;;^UTILITY(U,$J,.84,9201,2,126,0)
  1. ;;= search the document and immediately stop when it finds a match and
  1. ;;^UTILITY(U,$J,.84,9201,2,127,0)
  1. ;;= 'Goto' the line/screen. The matched text will be highlighted in
  1. ;;^UTILITY(U,$J,.84,9201,2,128,0)
  1. ;;= reverse video, if available, so it can be found easily. However, if
  1. ;;^UTILITY(U,$J,.84,9201,2,129,0)
  1. ;;= a string contains two or more words, matching will only be done if
  1. ;;^UTILITY(U,$J,.84,9201,2,130,0)
  1. ;;= the words are found on the same line. The default direction of the
  1. ;;^UTILITY(U,$J,.84,9201,2,131,0)
  1. ;;= search is down. This can be controlled by using the ARROW UP or
  1. ;;^UTILITY(U,$J,.84,9201,2,132,0)
  1. ;;= ARROW DOWN keys instead of the RETURN key to terminate the search
  1. ;;^UTILITY(U,$J,.84,9201,2,133,0)
  1. ;;= string.
  1. ;;^UTILITY(U,$J,.84,9201,2,134,0)
  1. ;;=
  1. ;;^UTILITY(U,$J,.84,9201,2,135,0)
  1. ;;= To, NEXT FIND, find the next occurrence of the same search string,
  1. ;;^UTILITY(U,$J,.84,9201,2,136,0)
  1. ;;= press the letter 'N' or <PF1> followed by the letter 'N'. The FIND
  1. ;;^UTILITY(U,$J,.84,9201,2,137,0)
  1. ;;= facility keeps track of the last find string including the direction
  1. ;;^UTILITY(U,$J,.84,9201,2,138,0)
  1. ;;= and continues searching through the document and brings up the next
  1. ;;^UTILITY(U,$J,.84,9201,2,139,0)
  1. ;;= screen. If no match is found a message appears indicating this and
  1. ;;^UTILITY(U,$J,.84,9201,2,140,0)
  1. ;;= the screen is repainted at it's original location.
  1. ;;^UTILITY(U,$J,.84,9201,2,141,0)
  1. ;;=
  1. ;;^UTILITY(U,$J,.84,9201,2,142,0)
  1. ;;= To rePAINT the screen, press the <PF1> key followed by the letter
  1. ;;^UTILITY(U,$J,.84,9201,2,143,0)
  1. ;;= 'P'.
  1. ;;^UTILITY(U,$J,.84,9201,2,144,0)
  1. ;;=
  1. ;;^UTILITY(U,$J,.84,9201,2,145,0)
  1. ;;= To PRINT the current document, press <PF1><PF1> followed by the
  1. ;;^UTILITY(U,$J,.84,9201,2,146,0)
  1. ;;= letter 'P'. You will be prompted whether to print a header on each
  1. ;;^UTILITY(U,$J,.84,9201,2,147,0)
  1. ;;= page, whether to wrap the text at word bounaries, whether to
  1. ;;^UTILITY(U,$J,.84,9201,2,148,0)
  1. ;;= interpret wp windows (|), and for a DEVICE to print to.
  1. ;;^UTILITY(U,$J,.84,9201,2,149,0)
  1. ;;=
  1. ;;^UTILITY(U,$J,.84,9201,2,150,0)
  1. ;;= To SWITCH to another document press the <PF1> key followed by the
  1. ;;^UTILITY(U,$J,.84,9201,2,151,0)
  1. ;;= letter 'S'. This will allow the selection of another file, (wp)field
  1. ;;^UTILITY(U,$J,.84,9201,2,152,0)
  1. ;;= and entry. The document is put on an active list and Browse
  1. ;;^UTILITY(U,$J,.84,9201,2,153,0)
  1. ;;= switches to the newly selected document. Subsequent use of Switch
  1. ;;^UTILITY(U,$J,.84,9201,2,154,0)
  1. ;;= will allow choosing from the active list if desired or branch to
  1. ;;^UTILITY(U,$J,.84,9201,2,155,0)
  1. ;;= select file, (wp)field and entry prompts. This function CAN BE
  1. ;;^UTILITY(U,$J,.84,9201,2,156,0)
  1. ;;= RESTRICTED depending on how the running application calls the Browser
  1. ;;^UTILITY(U,$J,.84,9201,2,157,0)
  1. ;;= utility.
  1. ;;^UTILITY(U,$J,.84,9201,2,158,0)
  1. ;;=
  1. ;;^UTILITY(U,$J,.84,9201,2,159,0)
  1. ;;= To RETURN to the previous document after using Switch or Help, press