GENERAL DESCRIPTION |
The HUI Project is using a new style cross-reference,
type Action and is executed at the Record level. In the routine XUHUI the
following Fileman array/variables are being read:
DIFILE() to get the file and sub-file numbers and pass them on in a name
spaced variable XUHUIFIL().
DIFLD() to get the field(s) and pass them on in a name spaced variable
XUHUIFLD().
DA() to get the IEN(s) and pass them on in a name spaced variable XUHUIDA().
The being used is as follows:
ZL XUHUI ZP S2:S2+6 S2 ;Section 2
N XUHUIFIL,XUHUIFLD,XUHUIDA,XUHUIX,XUHUIX1,XUHUIX2
S XUHUIFIL=DIFILE ;File #
I $D(DIFLD) M XUHUIFLD=DIFLD ;Field #
I '$D(DIFLD) S XUHUIFLD=""
S XUHUIXR=$G(XUHUIXR)
M XUHUIDA=DA ;IEN(s) of record
It is realized some of these variables may be undefined or null and that
Fileman reserves the right to changed the variables. It is with this intent
that it would be nice if a notice was given to the XUHUI* developer that these
are being changed so that patch coordination can happen.
|