Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Details
Print Page as PDF
Sub-Field: 8925.114

Package: Text Integration Utility

TIU DOCUMENT DEFINITION(#8925.1)-->8925.114

Sub-Field: 8925.114


Information

Parent File Name Number Package
TIU DOCUMENT DEFINITION(#8925.1) DIALOG 8925.114 Text Integration Utility

Details

Field # Name Loc Type Details
.01 PROMPT 0;1 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>30!($L(X)<2) X
  • LAST EDITED:  JUN 06, 1995
  • HELP-PROMPT:  Enter the caption with which the user will be prompted.
  • DESCRIPTION:  
    This is the prompt with which the user will be presented during interactive entry of the document.
  • CROSS-REFERENCE:  8925.114^B
    1)= S ^TIU(8925.1,DA(1),"DIALOG","B",$E(X,1,30),DA)=""
    2)= K ^TIU(8925.1,DA(1),"DIALOG","B",$E(X,1,30),DA)
.02 ITEM NAME 0;2 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>50!($L(X)<2) X
  • LAST EDITED:  JUN 06, 1995
  • HELP-PROMPT:  Answer must be 2-50 characters in length.
  • DESCRIPTION:  
    This is a descriptive name for the datum which will help descibe the prompt for the user.
.03 SEQUENCE 0;3 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>999)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  JUN 06, 1995
  • HELP-PROMPT:  Type a Number between 1 and 999, 0 Decimal Digits
  • DESCRIPTION:  
    This is the sequence of the prompt within the dialog. On the Windows Client this will correspond with the Tab Order Property of the prompt.
  • CROSS-REFERENCE:  8925.114^AS
    1)= S ^TIU(8925.1,DA(1),"DIALOG","AS",$E(X,1,30),DA)=""
    2)= K ^TIU(8925.1,DA(1),"DIALOG","AS",$E(X,1,30),DA)
    This REGULAR FileMan Cross-reference on the sequence sub-field of the Dialog Multiple will facilitate appropriate serialization of prompts.
.04 FIELD 0;4 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>10!($L(X)<1)!(+X<0) X
  • LAST EDITED:  JAN 16, 1997
  • HELP-PROMPT:  Enter the field in the TARGET FILE in which the response is to be stored.
  • DESCRIPTION:  
    This is the field in the target file in which the user's response will be stored.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
.05 REQUIRED 0;5 SET
  • '1' FOR YES;
  • '0' FOR NO;

  • LAST EDITED:  JUN 07, 1995
  • HELP-PROMPT:  Indicate whether a response is required.
  • DESCRIPTION:  
    Please indicate whether a response to this prompt is required, in order to complete the dialog.
.06 VISIBLE 0;6 SET
  • '0' FOR NO;
  • '1' FOR YES;

  • LAST EDITED:  JUN 07, 1995
  • HELP-PROMPT:  Indicate wheter the prompt will be visible to the user.
  • DESCRIPTION:  
    This field specifies whether a given datum will be prompted for, or "stuffed," based on execution of the SET METHOD for a given prompt.
1 SET METHOD 1;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
  • LAST EDITED:  JUN 07, 1995
  • HELP-PROMPT:  This is Standard MUMPS code.
  • DESCRIPTION:  This is the mumps code for determining the default value of an interactive ("visible") prompt, and for setting the value to be non-interactively "stuffed" on invokation of an "invisible" prompt. Regardless of the
    syntactic approach (e.g., subroutine or extrinsic function, the return value of the method should be placed in the local varible X.
    WRITE AUTHORITY: @
101 WINDOWS CONTROL W;1 SET
  • '1' FOR LongList;
  • '2' FOR SimpleList;
  • '3' FOR Edit;
  • '4' FOR Memo;

  • LAST EDITED:  SEP 07, 1995
  • HELP-PROMPT:  Enter the Windows control appropriate for this prompt
  • DESCRIPTION:  
    Stores the type of Windows control necessary to get the data for this prompt.
102 API NAME W;2 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>30!($L(X)<3) X
  • LAST EDITED:  OCT 02, 1995
  • HELP-PROMPT:  Answer must be 3-30 characters in length.
  • DESCRIPTION:  
    This is the API that should be called by the broker when the control is used. How the API is used varies with the control. Examples are: filling list boxes, getting boilerplate text, etc.
103 API PARAMETER #1 W;3 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>30!($L(X)<1) X
  • LAST EDITED:  SEP 07, 1995
  • HELP-PROMPT:  Answer must be 1-30 characters in length.
  • DESCRIPTION:  
    A parameter that is used by the API may be stored here.
113 WINDOWS CONDITION W3;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
  • LAST EDITED:  SEP 07, 1995
  • HELP-PROMPT:  This is Standard MUMPS code.
  • DESCRIPTION:  
    This is silent code which is executed when building the dialog for Windows. It identifies which prompts should be included in the dialog. The condition should leave $T failse if the prompt should not be asked.
    WRITE AUTHORITY: @
117 WINDOWS DEFAULT W7;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
  • LAST EDITED:  SEP 07, 1995
  • HELP-PROMPT:  This is Standard MUMPS code.
  • DESCRIPTION:  
    This code should silently set the default value of a prompt when it is selected.
    WRITE AUTHORITY: @
Info |  Details