GETLSEQ |
Returns a list of sequences that should be updated
when the LINK is applied to the Reminder Dialog.
LINK is the IEN of the file entry from file 801.48. OUTPUT is return an array
of SEQUENCE Information.
If OUTPUT(0) if equal zero, then every instance of the impacted dialog
element/group/prompt/forced value should be updated in the dialog.
If OUTPUT(0) greater than 0 then the format is:
OUTPUT(x)=#~ The ~ designate a new group of sequences that need to be check.
OUTPUT(x+1)= CONTAIN SEQUENCE This designate the Sequence the LINK is being
fired from. If the dialog item in the GUI contains this sequence then the GUI
will search for the Affected Sequence number to update
OUTPUT(x+2) =AFFECTED SEQUENCE This designate the Sequence in the dialog that
should be updated form the CONTAIN SEQUENCE value.
Example:
OUTPUT(0)=48
OUTPUT(1)="1~"
OUTPUT(2)="2.5.5.2.1.1.5"
OUTPUT(3)="2.5.5.2.1.1.10"
OUTPUT(4)="2~"
OUTPUT(5)="2.5.5.10.2.1.1.5"
OUTPUT(6)="2.5.5.10.2.1.1.10"
OUTPUT(7)="3~"
OUTPUT(8)="2.5.10.5.5.2.1.1.5"
OUTPUT(9)="2.5.10.5.5.2.1.1.10"
OUTPUT(10)="4~"
OUTPUT(11)="2.15.10.5.5.2.1.1.5"
OUTPUT(12)="2.15.10.5.5.2.1.1.10"
OUTPUT(13)="5~"
OUTPUT(14)="50.10.5.5.2.1.1.5"
OUTPUT(15)="50.10.5.5.2.1.1.10"
OUTPUT(16)="6~"
OUTPUT(17)="50.10.5.5.10.2.1.1.5"
OUTPUT(18)="50.10.5.5.10.2.1.1.10"
OUTPUT(19)="7~"
OUTPUT(20)="50.10.5.10.5.5.2.1.1.5"
OUTPUT(21)="50.10.5.10.5.5.2.1.1.10"
OUTPUT(22)="8~"
OUTPUT(23)="50.10.10.5"
OUTPUT(24)="50.10.10.10"
OUTPUT(25)="9~"
OUTPUT(26)="50.10.15.10.5.5.2.1.1.5"
OUTPUT(27)="50.10.15.10.5.5.2.1.1.10"
OUTPUT(28)="10~"
OUTPUT(29)="1.50.2.2.1.1"
OUTPUT(30)="1.50.2.2.1.2"
OUTPUT(31)="11~"
OUTPUT(32)="5.140.10.10.10.5"
OUTPUT(33)="5.140.10.10.10.10"
OUTPUT(34)="12~"
OUTPUT(35)="5.105.20.10.10.5"
OUTPUT(36)="5.105.20.10.10.10"
OUTPUT(37)="13~"
OUTPUT(38)="1.38.1.2.1.1"
OUTPUT(39)="1.38.1.2.1.2"
OUTPUT(40)="14~"
OUTPUT(41)="50.5.2.10.10.5"
OUTPUT(42)="50.5.2.10.10.10"
OUTPUT(43)="15~"
OUTPUT(44)="1.50.2.1.2.2.1.1"
OUTPUT(45)="1.50.2.1.2.2.1.2"
OUTPUT(46)="16~"
OUTPUT(47)="5.140.10.5.2.10.10.5"
OUTPUT(48)="5.140.10.5.2.10.10.10"
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
LINK |
Input |
IEN of the file entry from file 801.48
|
RETURN |
Output |
Returns an array of SEQUENCE Information.
|
|