Files > BLOCK

parent
.4031
name
BLOCK
number
.4032
Fields
#NameLocationTypeDetailsIndexDescription
.01block name0;1POINTER.404BEnter the name of the block to be placed on this page of the form.
1block order(+)0;2NUMERICACThe Block Order determines the order users traverse fields on a page when they press to go to the next block, or press to move from the last field on one block to the first field on the next. When the user first reaches a page, ScreenMan places the user on the block with the lowest Block Order number.
2block coordinate0;3FREE TEXTThe block coordinate is relative to the page coordinate. The first row and column on the block have a coordinate of 1,1.
3type of block0;4SET OF CODESe:EDIT
d:DISPLAY
Enter 'EDIT' if users can navigate to as well as edit fields in this block. Enter 'DISPLAY' if users cannot edit any of the fields in this block. User's can navigate to a DISPLAY block only if it contains multiple or word processing fields, in which case, the cursor stops at any of those two kinds of fields so that the user can press to view or edit the subfields in the multiple or invoke an editor to view the contents of the word processing field.
4pointer link1;1FREE TEXTIf the fields displayed in this block are reached through a relational jump from the primary file of the form, enter the relational expression that describes this jump. Your frame of reference is the primary file of the form. For example, if the primary file has a field #999 called TEST that points to the file associated with this block, enter 999 or TEST
5replication2;1NUMERICIf this is a repeating block, enter the number of times the fields defined in this block should be replicated. If used, this number must be greater than 1.
6index2;2FREE TEXTEnter the name of the cross reference that should be used to pick up the subentries in the multiple. ScreenMan will initially display the subentries to the user sorted in the order defined by this index. The default INDEX is B. If the multiple has no index, or you wish to display the subentries in record number order, enter !IEN.
7initial position2;3SET OF CODESf:FIRST
l:LAST
n:NEW
This is the position in the list where the cursor should initially rest when the user first navigates to the repeating block. Possible values are FIRST, LAST, and NEW, where NEW indicates that the cursor should initially rest on the blank line at the end of the list. The default INITIAL POSITION is FIRST.
8disallow laygo2;4BOOLEAN0:NO
1:YES
If set to YES, this prohibits the user from entering new subentries into the multiple. If null or set to NO, the setting in the data dictionary determines whether LAYGO is allowed.
9field for selection2;5FREE TEXTThis is the field order of the field that defines the column position of the blank line at the end of the list. The default is the first editable field in the block. This is also the field before which ScreenMan prints the plus sign (+) to indicate there are more entries above or below the displayed list.
10ask 'ok'2;6BOOLEAN0:NO
1:YES
Answer 'YES' to ask the user whether the looked-up entry is 'OK'. If only one match is made to the user's lookup value, then ScreenMan will ask "OK?" instead of automatically selecting the found entry. This property corresponds to the "V" flag in the DIC(0) input variable to ^DIC and only pertains to multiple-valued fields.
11pre action11;E1,245FREE TEXTEnter MUMPS code that is executed whenever the user reaches this block. This pre-action is a characteristic of the block only as it is used on this form. If you place this block on another form, you can define a different pre-action.
12post action12;E1,245FREE TEXTEnter MUMPS code that is executed whenever the user leaves this block. This post-action is a characteristic of the block only as it is used on this form. If you place this block on another form, you can define a different post-action.

Error: Invalid Global File Type: .4032