STANDARD DATA DICTIONARY #357.8 -- TEXT AREA FILE 3/24/25 PAGE 1 STORED IN ^IBE(357.8, (2 ENTRIES) SITE: WWW.BMIRWIN.COM UCI: VISTA,VISTA (VERSION 3.0) DATA NAME GLOBAL DATA ELEMENT TITLE LOCATION TYPE ----------------------------------------------------------------------------------------------------------------------------------- A TEXT AREA rectangular area on the form that displays a word processing field. The text is automatically formatted to fit within the area. DD ACCESS: @ RD ACCESS: @ WR ACCESS: @ DEL ACCESS: @ LAYGO ACCESS: @ AUDIT ACCESS: @ CROSS REFERENCED BY: NAME(B), BLOCK(C) 357.8,.01 NAME 0;1 FREE TEXT (Required) INPUT TRANSFORM: K:$L(X)>30!(X?.N)!($L(X)<3)!'(X'?1P.E) X HELP-PROMPT: NAME MUST BE 3-30 CHARACTERS, NOT NUMERIC OR STARTING WITH PUNCTUATION DESCRIPTION: The name of the text area. CROSS-REFERENCE: 357.8^B 1)= S ^IBE(357.8,"B",$E(X,1,30),DA)="" 2)= K ^IBE(357.8,"B",$E(X,1,30),DA) 357.8,.02 BLOCK 0;2 POINTER TO ENCOUNTER FORM BLOCK FILE (#357.1) (Required) LAST EDITED: MAR 26, 1993 HELP-PROMPT: What block do you want the text to appear in? DESCRIPTION: The block the text area is displayed in. CROSS-REFERENCE: 357.8^C 1)= S ^IBE(357.8,"C",$E(X,1,30),DA)="" 2)= K ^IBE(357.8,"C",$E(X,1,30),DA) Used to find all of the text areas that should appear on a particular block. 357.8,.03 TEXT AREA STARTING COLUMN 0;3 NUMBER (Required) INPUT TRANSFORM: S:+X=X X=X-1 K:+X'=X!(X>200)!(X<0)!(X?.E1"."1N.N) X OUTPUT TRANSFORM: S:+Y=Y Y=+Y+1 LAST EDITED: JUL 15, 1993 HELP-PROMPT: What block column should the text begin in? DESCRIPTION: The starting position of the text area, relative to the block. TECHNICAL DESCR: The internal representation starts at 0, the external representation starts at 1. The difference is because for computing the form image it is convenient to work with displacements from the top left-hand corner. However, users do not want to work with row=0 or column=0. NOTES: XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER 357.8,.04 TEXT AREA STARTING ROW 0;4 NUMBER (Required) INPUT TRANSFORM: S:+X=X X=X-1 K:+X'=X!(X>200)!(X<0)!(X?.E1"."1N.N) X OUTPUT TRANSFORM: S:+Y=Y Y=+Y+1 LAST EDITED: JUL 15, 1993 HELP-PROMPT: What block row should the text begin in? DESCRIPTION: The starting row of the text area, relative to the block. TECHNICAL DESCR: The internal representation starts at 0, the external representation starts at 1. The difference is because for computing the form image it is convenient to work with displacements from the top left-hand corner. However, users do not want to work with row=0 or column=0. NOTES: XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER 357.8,.05 TEXT WIDTH 0;5 NUMBER (Required) INPUT TRANSFORM: K:+X'=X!(X>200)!(X<1)!(X?.E1"."1N.N) X LAST EDITED: MAR 26, 1993 HELP-PROMPT: How many columns should be allocated on the block for the text? DESCRIPTION: The width of the text area, measured in characters. 357.8,.06 TEXT HEIGHT 0;6 NUMBER (Required) INPUT TRANSFORM: K:+X'=X!(X>200)!(X<1)!(X?.E1"."1N.N) X LAST EDITED: MAR 26, 1993 HELP-PROMPT: How many lines on the block should be allocated for the text? DESCRIPTION: The height of the text area, measured in lines. 357.8,1 TEXT 1;0 WORD-PROCESSING #357.81 (NOWRAP) DESCRIPTION: The text that should appear within the text area. LAST EDITED: MAR 26, 1993 HELP-PROMPT: Enter the text that you want to appear in the block. FILES POINTED TO FIELDS ENCOUNTER FORM BLOCK (#357.1) BLOCK (#.02) INPUT TEMPLATE(S): IBDF EDIT TEXT AREA JUL 30, 1993@12:03 USER #0 Used to edit a text area. PRINT TEMPLATE(S): SORT TEMPLATE(S): FORM(S)/BLOCK(S):